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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user