From 535f3aca38c26a3a37355578b4f06bf64b2d5e40 Mon Sep 17 00:00:00 2001 From: beo3000 Date: Sun, 1 Mar 2026 19:58:16 +0100 Subject: [PATCH] upd person page --- ka-note/client/src/lib/components/DashboardView.svelte | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ka-note/client/src/lib/components/DashboardView.svelte b/ka-note/client/src/lib/components/DashboardView.svelte index f29dff7..fdb3605 100644 --- a/ka-note/client/src/lib/components/DashboardView.svelte +++ b/ka-note/client/src/lib/components/DashboardView.svelte @@ -38,8 +38,7 @@ upsertContext({ id: context.id, meta }); } - // Metadata collapsed by default - let metaOpen = $state(false); + let metaOpen = $state(true); let abbrError = $state(''); // --- Notes ---