You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: implement gallery mode and update shell architecture
This commit overhauls the app to support dual operating modes: workspace and gallery. Key changes include:
- Added gallery mode sidebar with section navigation and editor panels
- Refactored site header to support non-closable scene tabs
- Updated component capability defaults and layout policies
- Created new UI components: alert, alert-dialog, footer-menu-stack
- Improved sidebar styling with tone variants and better spacing
- Added project delete confirmation dialogs
- Updated design documentation to reflect the new mode model
- Refactored artifact profile storage validation
- Swapped command separator usage and updated theme provider exports
- Fixed test snapshots for new layout and component changes
[2m1:03:50 PM[22m [31m[1m[vite][22m[39m [31m[2m(client)[22m[39m Pre-transform error: Failed to load url /src/components/nav-user.tsx (resolved id: D:/codes/Agent-HTML-Sandbox/apps/agent-html/src/components/nav-user.tsx) in D:/codes/Agent-HTML-Sandbox/apps/agent-html/src/components/app-sidebar.tsx. Does the file exist?
2
+
[2m2:10:47 PM[22m [31m[1m[vite][22m[39m [31m[2m(client)[22m[39m Pre-transform error: Failed to load url /src/components/theme-view.tsx (resolved id: D:/codes/Agent-HTML-Sandbox/apps/agent-html/src/components/theme-view.tsx) in D:/codes/Agent-HTML-Sandbox/apps/agent-html/src/App.tsx. Does the file exist?
[2m1:43:34 PM[22m [36m[1m[vite][22m[39m [90m[2m(client)[22m[39m [33mhmr invalidate [39m[2m/src/components/ui/sidebar.tsx[22m Could not Fast Refresh ("useSidebar" export is incompatible). Learn more at https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react#consistent-components-exports
[2m1:55:22 PM[22m [36m[1m[vite][22m[39m [90m[2m(client)[22m[39m [33mhmr invalidate [39m[2m/src/components/ui/sidebar.tsx[22m Could not Fast Refresh ("useSidebar" export is incompatible). Learn more at https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react#consistent-components-exports
[2m1:59:16 PM[22m [36m[1m[vite][22m[39m [90m[2m(client)[22m[39m [33mhmr invalidate [39m[2m/src/components/ui/sidebar.tsx[22m Could not Fast Refresh ("useSidebar" export is incompatible). Learn more at https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react#consistent-components-exports
[2m2:17:07 PM[22m [36m[1m[vite][22m[39m [90m[2m(client)[22m[39m [33mhmr invalidate [39m[2m/src/components/ui/sidebar.tsx[22m Could not Fast Refresh ("useSidebar" export is incompatible). Learn more at https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react#consistent-components-exports
[2m2:23:14 PM[22m [36m[1m[vite][22m[39m [90m[2m(client)[22m[39m [33mhmr invalidate [39m[2m/src/components/ui/sidebar.tsx[22m Could not Fast Refresh ("useSidebar" export is incompatible). Learn more at https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react#consistent-components-exports
[2m2:25:19 PM[22m [36m[1m[vite][22m[39m [90m[2m(client)[22m[39m [33mhmr invalidate [39m[2m/src/components/gallery-view.tsx[22m Could not Fast Refresh ("galleryScenes" export is incompatible). Learn more at https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react#consistent-components-exports
0 commit comments