Lots of style clean up for buttons in Novi. Various bug fixes. Clean up of initial recovery meeting loading.

This commit is contained in:
Scott Idem
2024-12-24 11:18:37 -05:00
parent 47394d67ca
commit f89183685a
17 changed files with 92 additions and 122 deletions

View File

@@ -1,7 +1,7 @@
<script lang="ts">
import { onMount, onDestroy } from 'svelte';
import { fade } from 'svelte/transition'
import { cubicOut } from 'svelte/easing';
// import { fade } from 'svelte/transition'
// import { cubicOut } from 'svelte/easing';
import ShadEditor from '$lib/components/shad-editor/shad-editor.svelte';
@@ -123,7 +123,7 @@ let mouse_leave_wait: number = 2000;
}
}, mouse_enter_wait);
}}
class=""
class="block w-full h-full"
>
<ShadEditor
class="p-1 transition-all duration-1000"