Remove unused components, change zod to v4 and cahnge a few character properties

This commit is contained in:
Clément Pons
2025-08-26 13:21:42 +02:00
parent 5387dc66c3
commit 80a94bee86
60 changed files with 170 additions and 2742 deletions

View File

@@ -4,7 +4,7 @@ import render from "#shared/markdown.util";
import { popper } from "#shared/floating.util";
import { Canvas } from "#shared/canvas.util";
import { Content, iconByType, type LocalContent } from "#shared/content.util";
import { unifySlug } from "#shared/general.util";
import { parsePath, unifySlug } from "#shared/general.util";
import { loading } from "./components.util";
@@ -84,6 +84,7 @@ export const fakeA: Prose = {
])
]);
if(!!overview)
{
const magicKeys = useMagicKeys();