From 81c78496e1fa0701618254986e9ff17081a74f11 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 18 Feb 2026 01:25:04 +0000 Subject: Replace sidebar style cycle button with 5 emoji icons MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Swap the single cycle button for individual emoji per theme: ○ Default, ◆ Refined, ▮ Terminal, ❧ Codex, ❀ Sakura. Active theme gets a highlighted state. Separated from the light/dark toggle with a thin divider. https://claude.ai/code/session_01Jv3c8GdaDQMm5WYwHUJMVe --- frontend-vanilla/src/main.ts | 28 +++--- frontend-vanilla/src/style.css | 36 +++++-- web/dist/v3/assets/index-B2b8reSa.css | 1 - web/dist/v3/assets/index-C5ln65P2.js | 184 ++++++++++++++++++++++++++++++++++ web/dist/v3/assets/index-DPslwYc8.css | 1 + web/dist/v3/assets/index-UNWwwUlG.js | 179 --------------------------------- web/dist/v3/index.html | 4 +- 7 files changed, 230 insertions(+), 203 deletions(-) delete mode 100644 web/dist/v3/assets/index-B2b8reSa.css create mode 100644 web/dist/v3/assets/index-C5ln65P2.js create mode 100644 web/dist/v3/assets/index-DPslwYc8.css delete mode 100644 web/dist/v3/assets/index-UNWwwUlG.js diff --git a/frontend-vanilla/src/main.ts b/frontend-vanilla/src/main.ts index 56ae91a..901e316 100644 --- a/frontend-vanilla/src/main.ts +++ b/frontend-vanilla/src/main.ts @@ -78,7 +78,12 @@ export function renderLayout() {