From 1dc849e753fab7cd3f470db9ce5e05168846debc Mon Sep 17 00:00:00 2001 From: msramalho <19508417+msramalho@users.noreply.github.com> Date: Tue, 29 Oct 2024 11:41:41 +0000 Subject: [PATCH] working on new auth/pages logic --- src/App.vue | 30 ++++++ src/components/DocCard.vue | 12 ++- src/components/NavBar.vue | 31 ++++-- src/store/index.js | 45 +++++++-- src/views/HomeView.vue | 178 +++++---------------------------- src/views/SheetView.vue | 200 +++++++++++++++++++++++++++++++++++++ 6 files changed, 320 insertions(+), 176 deletions(-) create mode 100644 src/views/SheetView.vue diff --git a/src/App.vue b/src/App.vue index 25b821a..e781206 100644 --- a/src/App.vue +++ b/src/App.vue @@ -25,6 +25,10 @@ export default { diff --git a/src/components/DocCard.vue b/src/components/DocCard.vue index 76811e3..5b471d8 100644 --- a/src/components/DocCard.vue +++ b/src/components/DocCard.vue @@ -19,16 +19,18 @@ Open sheet - mdi-open-in-new + mdi-open-in-new Archive now -