From 71ad974c3c1a9db16fca71cb86b59958914423e0 Mon Sep 17 00:00:00 2001 From: Oscar Shaw Date: Sat, 27 Dec 2025 14:06:01 +0800 Subject: [PATCH] feat: two dashboard persistence optimizations (#4221) * feat: persist console visibility state in local storage on PlatformPage * feat: add persistence for sidebar opened items in local storage --- .../src/layouts/full/vertical-sidebar/VerticalSidebar.vue | 8 ++++++-- dashboard/src/views/PlatformPage.vue | 6 +++++- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/dashboard/src/layouts/full/vertical-sidebar/VerticalSidebar.vue b/dashboard/src/layouts/full/vertical-sidebar/VerticalSidebar.vue index 49ec649ba..8ebd35eea 100644 --- a/dashboard/src/layouts/full/vertical-sidebar/VerticalSidebar.vue +++ b/dashboard/src/layouts/full/vertical-sidebar/VerticalSidebar.vue @@ -1,5 +1,5 @@