From 9d62c378b1e5222dcbf4120eb0118cc81410166a Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Sun, 9 Feb 2025 18:37:41 +0100 Subject: [PATCH] refactor: :lipstick: Improve note rendering UI --- components/navigation/mobile-navbar.vue | 10 +++--- components/notes/actions.vue | 2 +- components/notes/content.vue | 2 +- components/notes/header.vue | 2 +- components/sidebars/sidebar.vue | 42 +++---------------------- 5 files changed, 13 insertions(+), 45 deletions(-) diff --git a/components/navigation/mobile-navbar.vue b/components/navigation/mobile-navbar.vue index 6f2a5d1..fc5768a 100644 --- a/components/navigation/mobile-navbar.vue +++ b/components/navigation/mobile-navbar.vue @@ -1,20 +1,20 @@ diff --git a/components/notes/actions.vue b/components/notes/actions.vue index be515fd..a9fac65 100644 --- a/components/notes/actions.vue +++ b/components/notes/actions.vue @@ -1,5 +1,5 @@