From 14320693c75b4523c685ea65f5c4e27419168b73 Mon Sep 17 00:00:00 2001 From: indigo Date: Fri, 17 Jul 2026 01:23:18 +0800 Subject: [PATCH] Collapse sidebar column controls into icon dropdowns When the sidebar is collapsed to icon-rail mode, the Columns/Task Columns checkbox lists had no icon-only representation. Show icon buttons that open a dropdown menu with checkbox items instead. Co-Authored-By: Claude Sonnet 5 --- .../ui/sidebar/SidebarColumnSwitch.vue | 59 ++++++++++++++++++- 1 file changed, 57 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/ui/sidebar/SidebarColumnSwitch.vue b/frontend/src/components/ui/sidebar/SidebarColumnSwitch.vue index b52f1ad..54da916 100644 --- a/frontend/src/components/ui/sidebar/SidebarColumnSwitch.vue +++ b/frontend/src/components/ui/sidebar/SidebarColumnSwitch.vue @@ -1,5 +1,5 @@