From 84a252e92640e2f62fad2318daa448ac2ad0a369 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Tue, 30 Jun 2026 00:47:10 +0200 Subject: [PATCH] feat(notes): swap heading and paragraph fonts with a button Replace the heading/paragraph toggle with the intended UX: keep both font dropdowns visible and add a button that exchanges the two fonts via a new swapFonts store action. --- src/components/FontChange.vue | 74 ++++++++++--------- src/modules/repo/store/userRepo.store.spec.ts | 18 +++++ src/modules/repo/store/userRepo.store.ts | 7 ++ 3 files changed, 63 insertions(+), 36 deletions(-) diff --git a/src/components/FontChange.vue b/src/components/FontChange.vue index 00f8b70..c2c9ded 100644 --- a/src/components/FontChange.vue +++ b/src/components/FontChange.vue @@ -1,5 +1,5 @@