From 53b20cf4928a89f52fa398878f3b67716613ac3d Mon Sep 17 00:00:00 2001 From: beo3000 Date: Tue, 24 Feb 2026 18:10:53 +0100 Subject: [PATCH] ui optimierungen --- ka-note/VERSION | 2 +- .../src/lib/components/BottomTabBar.svelte | 4 +- .../src/lib/components/ContextPage.svelte | 4 +- .../src/lib/components/JournalView.svelte | 114 ++++++++---------- .../client/src/lib/components/Sidebar.svelte | 42 +++---- ka-note/client/src/lib/db/repositories.ts | 2 +- ka-note/client/src/lib/utils/titleUtils.ts | 16 +++ .../src/routes/context/[id]/+page.svelte | 4 +- .../src/routes/journal/archive/+page.svelte | 6 +- .../client/src/routes/wiki/[id]/+page.svelte | 4 +- .../routes/wiki/notebook/[id]/+page.svelte | 4 +- ka-note/server/ka-note.db-shm | Bin 32768 -> 32768 bytes ka-note/server/ka-note.db-wal | Bin 20632 -> 168952 bytes 13 files changed, 104 insertions(+), 98 deletions(-) diff --git a/ka-note/VERSION b/ka-note/VERSION index d7158c7..1a7057f 100644 --- a/ka-note/VERSION +++ b/ka-note/VERSION @@ -1 +1 @@ -1.1.49 \ No newline at end of file +1.1.52 \ No newline at end of file diff --git a/ka-note/client/src/lib/components/BottomTabBar.svelte b/ka-note/client/src/lib/components/BottomTabBar.svelte index e0e53d3..076e1c0 100644 --- a/ka-note/client/src/lib/components/BottomTabBar.svelte +++ b/ka-note/client/src/lib/components/BottomTabBar.svelte @@ -1,5 +1,5 @@ {#key contextId} diff --git a/ka-note/client/src/routes/journal/archive/+page.svelte b/ka-note/client/src/routes/journal/archive/+page.svelte index 8492390..3dac1c9 100644 --- a/ka-note/client/src/routes/journal/archive/+page.svelte +++ b/ka-note/client/src/routes/journal/archive/+page.svelte @@ -1,5 +1,5 @@