From 9404341f14a26772700f0320c25023bdce9661b8 Mon Sep 17 00:00:00 2001 From: Jason Date: Sat, 24 Jan 2026 23:32:05 +0800 Subject: [PATCH 1/2] feat(ui): replace update badge dot with ArrowUpCircle icon - Replace blue dot indicator with lucide ArrowUpCircle icon - Change color scheme from blue to green for better visibility - Enlarge button (h-8 w-8) and icon (h-5 w-5) for better UX - Move UpdateBadge from title area to after settings icon --- src/App.tsx | 13 ++++++------- src/components/UpdateBadge.tsx | 12 ++++-------- 2 files changed, 10 insertions(+), 15 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index cb870f01f..a760d08af 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -750,13 +750,6 @@ function App() { > CC Switch - { - setSettingsDefaultTab("about"); - setCurrentView("settings"); - }} - className="absolute -top-4 -right-4" - /> + { + setSettingsDefaultTab("about"); + setCurrentView("settings"); + }} + /> {isCurrentAppTakeoverActive && ( ); } From 1c6689a0bc34e064c713e004f1ac16d80bdc1dcd Mon Sep 17 00:00:00 2001 From: Jason Date: Sat, 24 Jan 2026 23:49:06 +0800 Subject: [PATCH 2/2] chore: update Cargo.lock version to 3.10.2 --- src-tauri/Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index a49fa127b..c2e244f5f 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -701,7 +701,7 @@ dependencies = [ [[package]] name = "cc-switch" -version = "3.10.1" +version = "3.10.2" dependencies = [ "anyhow", "async-stream",