diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 96c43d2..dcc18e8 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -28,10 +28,10 @@ function ProtectedShell({ children, slug }: { children: React.ReactNode; slug: s return ( -
+
-
+
}>{children}
diff --git a/frontend/src/components/ChatToggle.tsx b/frontend/src/components/ChatToggle.tsx index 2f7b241..021bcd1 100644 --- a/frontend/src/components/ChatToggle.tsx +++ b/frontend/src/components/ChatToggle.tsx @@ -19,8 +19,8 @@ export default function ChatToggle() { @@ -100,7 +100,7 @@ export default function ChatView({ onClose }: Props) { ))}
- {!hasData &&

Upload a time log first to give the AI real context.

} + {!hasData &&

Upload a time log first to give the AI real context.

}
)} {messages.map((m, i) => (
{m.role === 'assistant' && ( -
+
AI
)}
{m.content || (busy && i === messages.length - 1 ? '…' : '')} @@ -148,12 +148,12 @@ export default function ChatView({ onClose }: Props) { ))} {error && ( -
{error}
+
{error}
)}
-
+