From f796ad8749a6bccf03d863eb23eb2495386e17e1 Mon Sep 17 00:00:00 2001 From: weishu Date: Tue, 30 Dec 2025 17:25:35 +0800 Subject: [PATCH] feat(web): add sticky group headers to session list --- web/src/components/SessionList.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/src/components/SessionList.tsx b/web/src/components/SessionList.tsx index c5ca3697..4849ea1e 100644 --- a/web/src/components/SessionList.tsx +++ b/web/src/components/SessionList.tsx @@ -290,11 +290,11 @@ export function SessionList(props: { {groups.map((group) => { const isCollapsed = isGroupCollapsed(group) return ( -
+
{!isCollapsed ? ( -
+
{group.sessions.map((s) => (