From dcec0d31ee42a63b01098a13c423cdb1167e7dab Mon Sep 17 00:00:00 2001 From: Till JS Date: Sat, 18 Apr 2026 16:59:53 +0200 Subject: [PATCH] feat(workbench): scope-active badge on scene pills MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Phase 3 follow-up from docs/plans/scene-scope-empty-state.md — a small Funnel icon now sits next to the scene count whenever the scene has an explicit `scopeTagIds` set. Users can see at a glance that a scope filter is active even when the module lists aren't empty, instead of only noticing the filter when a list turns up zero results. Only marks explicit scene-level scope; the agent-derived scope is already signalled by the bound-agent avatar. Co-Authored-By: Claude Opus 4.7 (1M context) --- .../components/workbench/SceneAppBar.svelte | 22 ++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/apps/mana/apps/web/src/lib/components/workbench/SceneAppBar.svelte b/apps/mana/apps/web/src/lib/components/workbench/SceneAppBar.svelte index d92767b59..b070a1926 100644 --- a/apps/mana/apps/web/src/lib/components/workbench/SceneAppBar.svelte +++ b/apps/mana/apps/web/src/lib/components/workbench/SceneAppBar.svelte @@ -3,7 +3,7 @@ Rendered by the layout's bottom-stack via bottomBarStore. -->