From 0b7ecd87f6b097999d3425af59bae08cd52bedcb Mon Sep 17 00:00:00 2001 From: Acbox Date: Sun, 29 Mar 2026 19:57:40 +0800 Subject: [PATCH] feat(web): use session-type icons for sidebar filter button Replace the static Globe icon with dynamic type-specific icons (MessageSquare, HeartPulse, Clock, GitBranch) that match the session item icons, updating both icon and color on filter change. --- .../pages/home/components/session-sidebar.vue | 28 ++++++++++++++++--- 1 file changed, 24 insertions(+), 4 deletions(-) diff --git a/apps/web/src/pages/home/components/session-sidebar.vue b/apps/web/src/pages/home/components/session-sidebar.vue index cca4e11b..026ea12e 100644 --- a/apps/web/src/pages/home/components/session-sidebar.vue +++ b/apps/web/src/pages/home/components/session-sidebar.vue @@ -70,8 +70,10 @@