From 1eaef8b6abdf6ff30ad5b2e7772e008112719f15 Mon Sep 17 00:00:00 2001 From: hobokenchicken Date: Sat, 6 Jun 2026 11:41:19 -0400 Subject: [PATCH] ui: remove bottom bar, make date/time more prominent Date/time: text-sm, font-semibold, full opacity plum color. Removed status bar (kira's here for you, reconnecting, etc). Grid rows: auto_1fr (no bottom row). --- frontend/src/App.tsx | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 4a3487e..1e8d34a 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -116,7 +116,7 @@ export default function App() {
-
+
{/* ── Top bar: scene selector + clock ── */}
@@ -130,7 +130,7 @@ export default function App() { ))}
- + {new Date().toLocaleTimeString([], { hour: '2-digit', minute: '2-digit' })} · {new Date().toLocaleDateString([], { weekday: 'short', month: 'short', day: 'numeric' })} 🌸 body double @@ -170,21 +170,7 @@ export default function App() {
- {/* ── Bottom status bar ── */} -
-
- - {isRecording ? 'listening...' : isKiraSpeaking ? 'kira speaking...' : `kira's here for you, ${userName}`} -
-
- {isConnected ? '' : 'reconnecting...'} - 💖 -
-
+ {/* ── Bottom bar (removed) ── */}