Mass updates

This commit is contained in:
2026-01-05 11:33:32 +01:00
parent 32b6cf4af7
commit 04534b2530
36 changed files with 1886 additions and 12036 deletions

View File

@@ -15,11 +15,13 @@
import { Content } from '#shared/content.util';
import * as Floating from '#shared/floating.util';
import { Toaster } from '#shared/components.util';
import { init } from '#shared/i18n';
onBeforeMount(() => {
Content.init();
Floating.init();
Toaster.init();
init()
const unmount = useRouter().afterEach((to, from, failure) => {
if(failure) return;
@@ -183,6 +185,10 @@ iconify-icon
@apply text-light-100 dark:text-dark-100;
}
.cm-focused
{
@apply outline-none;
}
.cm-editor .cm-content
{
@apply caret-light-100 dark:caret-dark-100;