From 8fb3992fb3c7e9afeafc867f1469cef621ccc40b Mon Sep 17 00:00:00 2001 From: "WIN-JHFT4D3SIVT\\caoxiaozhu" Date: Sat, 2 May 2026 11:30:12 +0800 Subject: [PATCH] feat: improve TopBar layout with refined styling and navigation state Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus --- src/components/layout/TopBar.vue | 351 ++++++++++++------------------- src/composables/useNavigation.js | 12 +- 2 files changed, 138 insertions(+), 225 deletions(-) diff --git a/src/components/layout/TopBar.vue b/src/components/layout/TopBar.vue index 4c92044..284791a 100644 --- a/src/components/layout/TopBar.vue +++ b/src/components/layout/TopBar.vue @@ -1,39 +1,24 @@