From 15199dfdee993859b01ced4851aa0e75eb7d7534 Mon Sep 17 00:00:00 2001 From: hobokenchicken Date: Fri, 5 Jun 2026 12:44:17 -0400 Subject: [PATCH] feat(layout): move avatar to center hero position; timer+notes+chat to left sidebar --- frontend/src/App.tsx | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 803bb14..1960f1c 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -116,16 +116,13 @@ export default function App() { {/* ── Main three-column body ── */}
- {/* LEFT: Avatar + Chat */} + {/* LEFT: Focus Timer + Chat + Input */}
-
- +
+ +
+
+
@@ -142,14 +139,15 @@ export default function App() {
- {/* CENTER: Focus Timer + Notes */} -
-
- -
-
- -
+ {/* CENTER: Avatar (hero) */} +
+
{/* RIGHT: Ambient + Companions */}