From dfaa5a4ac0d00510e02049c76a989a519ed46a21 Mon Sep 17 00:00:00 2001 From: Guilhem Date: Wed, 4 Mar 2026 15:12:51 +0000 Subject: [PATCH] refactor: remove expand button from GroupActionBar (handled by StepCountTab) Co-Authored-By: Claude Opus 4.6 --- .../components/graph/GroupActionBar.svelte | 29 +++---------------- .../lib/components/graph/GroupOverlay.svelte | 2 -- .../renderers/nodes/CollapsedGroupNode.svelte | 6 +--- 3 files changed, 5 insertions(+), 32 deletions(-) diff --git a/frontend/src/lib/components/graph/GroupActionBar.svelte b/frontend/src/lib/components/graph/GroupActionBar.svelte index 87d25501d3..872f100d14 100644 --- a/frontend/src/lib/components/graph/GroupActionBar.svelte +++ b/frontend/src/lib/components/graph/GroupActionBar.svelte @@ -1,6 +1,6 @@
-
+
{#if note == null}
- - - {collapsed ? 'Expand' : 'Collapse'} group - -
+
-
+
{#if onDeleteGroup}