From 9c9472671b80562decbd019f34d6c75aec00dc1e Mon Sep 17 00:00:00 2001 From: beo3000 Date: Sun, 22 Feb 2026 17:34:52 +0100 Subject: [PATCH] ui private uodate --- ka-note/VERSION | 2 +- ka-note/client/src/lib/components/JournalView.svelte | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ka-note/VERSION b/ka-note/VERSION index bfb7fa3..ad66831 100644 --- a/ka-note/VERSION +++ b/ka-note/VERSION @@ -1 +1 @@ -1.0.54 \ No newline at end of file +1.0.55 \ No newline at end of file diff --git a/ka-note/client/src/lib/components/JournalView.svelte b/ka-note/client/src/lib/components/JournalView.svelte index 8feb944..6926fc1 100644 --- a/ka-note/client/src/lib/components/JournalView.svelte +++ b/ka-note/client/src/lib/components/JournalView.svelte @@ -17,6 +17,7 @@ } let { contextId, journalScope = 'business' }: Props = $props(); + const isDailyLog = $derived(contextId === 'daily-log'); // --- Daily-log journal mode --- @@ -235,7 +236,7 @@