From 18cfd22db5f62033405d296579a78afe7c36e7b7 Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Tue, 14 Jul 2026 13:23:23 -0700 Subject: [PATCH] feat: add persisted List/Board view toggle to Chorus --- frontend/src/App.vue | 72 ++++++++++++++++++++++++++++++++++---- frontend/tests/App.spec.js | 45 ++++++++++++++++++++++++ 2 files changed, 110 insertions(+), 7 deletions(-) create mode 100644 frontend/tests/App.spec.js diff --git a/frontend/src/App.vue b/frontend/src/App.vue index d056c0e..63dec7c 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -1,6 +1,7 @@