feat(ui): complete layout redesign — three-panel desk layout

Replaced the hero + scrollable grid with a fixed-height three-column
workspace:
- Left (fixed 288px): Kira avatar + compact chat + text input
- Center (flex): Large focus timer + notes
- Right (fixed 256px): Music, white noise, wardrobe, pets

Thin top bar: scene selector dots + clock
Thin bottom bar: status + connection indicator

No cards, no scrollable grid, no wasted space. Clean, modern,
everything visible at once. Avatar fills full sidebar height.
This commit is contained in:
2026-06-05 09:33:42 -04:00
parent db23034e36
commit dfd014ac82
3 changed files with 73 additions and 98 deletions
+1 -1
View File
@@ -197,7 +197,7 @@ export default function KiraAvatar(props: Props) {
`;
return (
<div className="flex flex-col items-center w-full overflow-hidden" style={{ minHeight: '33vh' }}>
<div className="flex flex-col items-center w-full h-full overflow-hidden">
<div className="relative w-full flex-1" style={{ minHeight: 250 }}>
<div
ref={canvasRef}