From 216b552e61e71eabcfdec8c2cff12bbbdb1bb8b0 Mon Sep 17 00:00:00 2001 From: Christoph Brandau Date: Fri, 18 Sep 2026 20:41:53 +0200 Subject: [PATCH] refactor(BranchPanel): add per-group accent styling to branch group headers Add local/remote classes to the group header buttons and introduce a --group-accent CSS variable used with color-mix for background, text tint, hover state, and an inset accent shadow. Local headers use --color-info and remote headers use --color-accent. This is a visual-only change (no toggle/behavior changes): group headers now have a subtle, distinct accent for local vs. remote sections instead of a uniform muted surface. --- src/lib/components/BranchPanel.svelte | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/lib/components/BranchPanel.svelte b/src/lib/components/BranchPanel.svelte index 4fa1e89..11f7f8b 100644 --- a/src/lib/components/BranchPanel.svelte +++ b/src/lib/components/BranchPanel.svelte @@ -695,7 +695,7 @@