From 968e08059fa4949aed1f452b37f06e8a658f2ae2 Mon Sep 17 00:00:00 2001 From: Till JS Date: Wed, 15 Apr 2026 21:34:54 +0200 Subject: [PATCH] chore(workbench): delete dead SceneTabs component MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit SceneTabs.svelte had no remaining importers — the homepage switched to SceneAppBar long ago, and nothing else in the repo referenced it (grep for imports comes back empty). It still carried its own rendering logic, context menu, and rename-dialog wiring, which kept drifting from the real bar (e.g. the scene icon field removal yesterday had to touch it even though the file is never mounted). Remove it outright; any future compact scene tab ever needed can be re-added fresh against the current store shape. Co-Authored-By: Claude Opus 4.6 (1M context) --- .../workbench/scenes/SceneTabs.svelte | 205 ------------------ 1 file changed, 205 deletions(-) delete mode 100644 apps/mana/apps/web/src/lib/components/workbench/scenes/SceneTabs.svelte diff --git a/apps/mana/apps/web/src/lib/components/workbench/scenes/SceneTabs.svelte b/apps/mana/apps/web/src/lib/components/workbench/scenes/SceneTabs.svelte deleted file mode 100644 index bb358bad9..000000000 --- a/apps/mana/apps/web/src/lib/components/workbench/scenes/SceneTabs.svelte +++ /dev/null @@ -1,205 +0,0 @@ - - - -
-
- {#each scenes as scene (scene.id)} - - {/each} - -
-
- - (menuVisible = false)} -/> - -