Files
shahondin1624 306d0a7f2d feat: add message input with send button and keyboard shortcuts
- MessageInput component with textarea, send button, Enter-to-send
- Shift+Enter for newline, auto-resize textarea
- Disabled state while streaming, auto-focus after send
- Integrated into /chat page with user message handling

Closes #6

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 11:27:34 +01:00

531 B

Issue #6: Message input with send and keyboard shortcuts

Status: COMPLETED Issue: #6 Branch: feature/issue-6-message-input

Acceptance Criteria

  • Text input/textarea component for composing messages
  • Send button triggers message submission
  • Enter key sends message
  • Shift+Enter inserts newline
  • Input and send button disabled while a response is streaming
  • Input auto-focuses on page load and after send