From 76ea65839a47aa43e7bb402bfa186f45f5f6a1d2 Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Wed, 18 Jun 2025 10:23:55 +0200 Subject: [PATCH] Replace hide exited checkbox with button and standardize button sizes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Convert hide exited checkbox to button toggle matching theme style - Use "SHOW ALL" / "HIDE EXITED" text based on state - Blue border when active, gray when inactive - Standardize all header buttons to small size (px-2 py-1 text-xs) - Consistent button styling across mobile and desktop layouts 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- web/src/client/components/app-header.ts | 122 +++++++++------------- web/src/client/components/session-list.ts | 2 +- 2 files changed, 49 insertions(+), 75 deletions(-) diff --git a/web/src/client/components/app-header.ts b/web/src/client/components/app-header.ts index 122249e4..d448cee1 100644 --- a/web/src/client/components/app-header.ts +++ b/web/src/client/components/app-header.ts @@ -51,48 +51,35 @@ export class AppHeader extends LitElement {
- + ${this.hideExited ? 'SHOW ALL' : 'HIDE EXITED'} +
${runningSessions.length > 0 && !this.killingAll ? html`
${runningSessions.length > 0 && !this.killingAll ? html`