From 92419fc347d02b5ac6c4530847ad4d572b593449 Mon Sep 17 00:00:00 2001 From: stack72 Date: Wed, 24 Jul 2024 00:22:47 +0100 Subject: [PATCH] fix(web): Rework the first time modal tutorial experience This wasn't working in App.vue so we needed to move it to WorkspaceSinglePage - this is guaranteed to be an authenticated user and we are using localstorage to control that we don't serve the popup on a page refresh --- app/web/src/App.vue | 81 +---------------------- app/web/src/pages/WorkspaceSinglePage.vue | 68 ++++++++++++++++++- app/web/src/store/auth.store.ts | 14 ++++ 3 files changed, 82 insertions(+), 81 deletions(-) diff --git a/app/web/src/App.vue b/app/web/src/App.vue index cc4cb45daa..61b508b0d8 100644 --- a/app/web/src/App.vue +++ b/app/web/src/App.vue @@ -24,52 +24,16 @@ class="fixed w-full h-full top-0 left-0 pointer-events-none z-100" > - - - -
- - -
-