feat(viewer): redesign viewer UI with dark toolbar and camera controls (#126)

Overhaul viewer overlay with a unified bottom toolbar, dark theme support,
theme toggle, camera orbit/top-view controls, and fix TypeScript array
access errors for level and wall mode cycling.

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Aymeric Rabot
2026-02-28 01:28:37 -05:00
committed by GitHub
co-authored by Claude Opus 4.6
parent 98c1d5247e
commit bde8a005a7
5 changed files with 302 additions and 172 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ const useViewer = create<ViewerState>()(
levelMode: "stacked",
setLevelMode: (mode) => set({ levelMode: mode }),
wallMode: 'cutaway',
wallMode: 'up',
setWallMode: (mode) => set({ wallMode: mode }),
showScans: true,