feat: BackgroundPixelArt component, idle chrome mode, and absolute overlay layout

- Extract ocean pixel art into dedicated BackgroundPixelArt.vue with 5 animated layers
- Make titlebar, chat-header, and user-input position absolute overlays
- Add idle mode: chrome fades out on mouse leave, messages fill entire window
- Add fade-to-black edges on background for page blend
This commit is contained in:
2026-02-19 15:25:18 -06:00
parent c8e8e50fd6
commit 18aaa0ee7b
5 changed files with 373 additions and 124 deletions

View File

@@ -11,3 +11,4 @@ export { default as SystemMessage } from './SystemMessage.vue'
export { default as UserInput } from './UserInput.vue'
export { default as PermissionApproval } from './PermissionApproval.vue'
export { default as PlanApproval } from './PlanApproval.vue'
export { default as BackgroundPixelArt } from './BackgroundPixelArt.vue'