From 6d7f44bd88d6a389721b58e70341870f2c4f761c Mon Sep 17 00:00:00 2001 From: Leo Vasanko Date: Thu, 7 May 2026 02:12:03 +0000 Subject: [PATCH] Add view caching and preserve folder/editor UI state --- frontend/src/App.vue | 28 +++++++++---- frontend/src/components/Gallery.vue | 34 ++++++++++++---- frontend/src/views/ExplorerView.vue | 52 ++++++++++++++++++------ frontend/src/views/TextEditorView.vue | 57 +++++++++++++++++++-------- 4 files changed, 126 insertions(+), 45 deletions(-) diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 32ea297..c8ff3dc 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -24,14 +24,21 @@ />
- -
- -
-
+ + + + + + +