From aa941ad5b25266a818a14f3fd6f713925d265e3b Mon Sep 17 00:00:00 2001 From: EmNudge <24513691+EmNudge@users.noreply.github.com> Date: Mon, 27 Apr 2026 23:35:00 -0400 Subject: [PATCH] Refine UI: add theme switcher, command palette hint, scrollbar styling, and responsive aside panel --- dist/index.html | 4 +- src/App.vue | 61 ++++++++++++++++--- src/components/EasySearch.vue | 5 -- src/components/Header.vue | 27 ++++++++ src/components/ThemeSwitcher.vue | 43 +------------ .../table-container/InfoContainer.vue | 3 +- .../info-tables/Properties.vue | 5 +- src/styles/base.css | 29 +++++++++ src/styles/tokens.css | 14 +++++ 9 files changed, 133 insertions(+), 58 deletions(-) diff --git a/dist/index.html b/dist/index.html index 2d8175b..14ad5b7 100644 --- a/dist/index.html +++ b/dist/index.html @@ -6,8 +6,8 @@