From 21cd015ada72bdb5f8f06c16bb7966dba9d6c8fc Mon Sep 17 00:00:00 2001 From: Joscha Date: Wed, 5 Feb 2025 22:44:15 +0100 Subject: [PATCH] Focus on and fold notes by clicking Also tweaks the look a bit, of course. --- gdn-app/src/App.vue | 4 +- gdn-app/src/components/CNote.vue | 69 +++++++++++++++++++++++--------- 2 files changed, 52 insertions(+), 21 deletions(-) diff --git a/gdn-app/src/App.vue b/gdn-app/src/App.vue index 9829063..b597a88 100644 --- a/gdn-app/src/App.vue +++ b/gdn-app/src/App.vue @@ -9,8 +9,8 @@ const ui = useUiStore(); diff --git a/gdn-app/src/components/CNote.vue b/gdn-app/src/components/CNote.vue index 0e75201..073ef1b 100644 --- a/gdn-app/src/components/CNote.vue +++ b/gdn-app/src/components/CNote.vue @@ -1,17 +1,20 @@