Skip to content

feat(app,extension): add auto-expanding chat input#71

Merged
comppaz merged 1 commit into
mainfrom
feat/auto-expand-chat-input
Dec 19, 2025
Merged

feat(app,extension): add auto-expanding chat input#71
comppaz merged 1 commit into
mainfrom
feat/auto-expand-chat-input

Conversation

@comppaz
Copy link
Copy Markdown
Collaborator

@comppaz comppaz commented Dec 19, 2025

Summary

Convert chat input from fixed single-line input to auto-expanding textarea that grows as users type, making it easier to review longer messages before sending.

Issue

Closes #70

Test Plan

  • Type a short message - input stays single line
  • Type a longer message with multiple lines - input expands
  • Verify max height caps at ~8 lines with scroll
  • Press Enter to submit message
  • Press Shift+Enter to add new line
  • Test in both desktop app and browser extension

Convert chat input from fixed single-line input to auto-expanding
textarea that grows as users type, making it easier to review
longer messages before sending.

- Change input to textarea with auto-resize logic
- Min height 44px (single line), max height 200px (~8 lines)
- Enter submits, Shift+Enter adds new line
- Update container styling for multi-line support
@comppaz comppaz merged commit bb80b08 into main Dec 19, 2025
1 check passed
@comppaz comppaz deleted the feat/auto-expand-chat-input branch December 19, 2025 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: auto-expanding chat text input

1 participant