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 +++++++++++++++++++++++++++--------- 2 files changed, 43 insertions(+), 21 deletions(-) (limited to 'frontend-vanilla/src') 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() {