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";