From 689e004d2627d20cdb789874734783ce9d9b3dea Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Fri, 3 Apr 2026 00:43:51 +0200 Subject: [PATCH] Rename Assets panel to Outliner and update content structure --- src/app/App.tsx | 126 +----------------------------------------------- 1 file changed, 2 insertions(+), 124 deletions(-) diff --git a/src/app/App.tsx b/src/app/App.tsx index bf3acd96..b45fc5e9 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -3925,23 +3925,6 @@ export function App({ store, initialStatusMessage }: AppProps) { -
- - -
-
{VIEWPORT_LAYOUT_MODES.map((mode) => ( - ))} -
- )} - - -
-
Image Assets
- {imageAssetList.length === 0 ? ( -
No imported background images yet. Import a 2:1 panorama to register the first background asset.
- ) : ( -
- {imageAssetList.map((asset) => ( - - ))} -
- )} -
- -
-
Audio Assets
- {audioAssetList.length === 0 ? ( -
No imported audio assets yet. Import a playable audio file to register the first audio asset.
- ) : ( -
- {audioAssetList.map((asset) => ( - - ))} -
- )} -
- - - -
Brushes
{brushList.length === 0 ? ( -
Switch to Box Create and click in the viewport to create the first brush.
+
Use Add > Box and click in the viewport to create the first brush.
) : (
{brushList.map((brush, brushIndex) => (