From 78df40e598e36c08285719cfcf0238b3e77ebdcf Mon Sep 17 00:00:00 2001 From: beo3000 Date: Sun, 22 Feb 2026 12:35:08 +0100 Subject: [PATCH] ui fix menu part2 --- ka-note/VERSION | 2 +- ka-note/client/src/lib/components/TopicCard.svelte | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ka-note/VERSION b/ka-note/VERSION index e69f7cb..f7af8a7 100644 --- a/ka-note/VERSION +++ b/ka-note/VERSION @@ -1 +1 @@ -1.0.27 \ No newline at end of file +1.0.28 \ No newline at end of file diff --git a/ka-note/client/src/lib/components/TopicCard.svelte b/ka-note/client/src/lib/components/TopicCard.svelte index 9422b2c..0e3b845 100644 --- a/ka-note/client/src/lib/components/TopicCard.svelte +++ b/ka-note/client/src/lib/components/TopicCard.svelte @@ -7,6 +7,7 @@ updateHistoryEntry, updateTopic, archiveTopic, + softDeleteTopic, } from "$lib/db/repositories"; import { today } from "$lib/db/helpers"; import { processedTopicIds, collapsedTopicIds } from "$lib/stores/agenda";