From 081f1e574326ccbf459e045e8228a8ebffc373fc Mon Sep 17 00:00:00 2001 From: lucaronin Date: Sat, 21 Feb 2026 18:40:06 +0100 Subject: [PATCH] feat: replace 'Customize Sections' label with 'Sections' header MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changed the sidebar section header from a button-style "Customize sections" label with inline icon to a clean "Sections" heading with the settings icon pushed to the far right. The settings icon still toggles the customize popover — no functionality change. Co-Authored-By: Claude Opus 4.6 --- src/components/Sidebar.tsx | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/src/components/Sidebar.tsx b/src/components/Sidebar.tsx index 8e00818a..079d4812 100644 --- a/src/components/Sidebar.tsx +++ b/src/components/Sidebar.tsx @@ -461,18 +461,23 @@ export const Sidebar = memo(function Sidebar({ entries, selection, onSelect, onS - {/* Customize sections button + popover */} + {/* Sections header + customize popover */}
- + Sections + +
{showCustomize && (