feat(odin): mobile composer + responsive sidebar + message-entrance animation

- Composer rebuilt claude-style: a rounded pill with a multiline auto-growing
  textarea and attach/send ICON buttons (vertically centered), so there's room
  to type on mobile (was squeezed between two text buttons).
- Conversation list collapses into a slide-in Drawer below md, with a menu
  button in the chat header; chat is full-width on mobile.
- Each new message bubble animates in (fade + slide-up; fade-only under
  prefers-reduced-motion) via framer-motion, so sent messages and Odin's
  replies appear smoothly.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
BOHA
2026-06-08 21:19:54 +02:00
parent 28fb399217
commit 434a12b4a8
4 changed files with 154 additions and 43 deletions

View File

@@ -65,7 +65,7 @@ export default function OdinSidebar({
return (
<Box
sx={{
width: { xs: 184, sm: 232, md: 264 },
width: { xs: 280, md: 264 },
flexShrink: 0,
height: "100%",
display: "flex",