From e9c0781a338f2b17cc968d5d7faf5534b489fefa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lev=20Z=20Kir=C3=A1ly?= Date: Mon, 20 Nov 2023 15:10:16 +0100 Subject: [PATCH 01/30] Basic functionality for app state persistence in url #4 --- components/window-manager.client.vue | 31 ++++++++++++++++ stores/use-windows-store.ts | 54 ++++++++++++++++++++++++++++ 2 files changed, 85 insertions(+) diff --git a/components/window-manager.client.vue b/components/window-manager.client.vue index bab287b..e4d2713 100644 --- a/components/window-manager.client.vue +++ b/components/window-manager.client.vue @@ -1,15 +1,46 @@ - + diff --git a/components/app-navigation-mobile-menu.vue b/components/app-navigation-mobile-menu.vue index def8337..3973b95 100644 --- a/components/app-navigation-mobile-menu.vue +++ b/components/app-navigation-mobile-menu.vue @@ -31,7 +31,7 @@ onScopeDispose(() => {