Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.17 KB

File metadata and controls

29 lines (23 loc) · 1.17 KB

Composer expands long drafts to full screen

Feature/Change Name

Thread composer full-screen expand control for multi-line drafts.

Prerequisites/Setup

  1. Dev server running (pnpm run dev --host 127.0.0.1 --port 4173)
  2. Any existing thread is open and send controls are enabled
  3. Light theme and dark theme both available from the appearance switcher

Steps

  1. In light theme, type or paste at least six lines into the composer.
  2. Confirm the expand button appears in the composer input area.
  3. Click the expand button.
  4. Confirm the composer fills the viewport, keeps the draft text, and leaves model/skill/thinking/send controls usable at the bottom.
  5. Click the collapse button.
  6. Confirm the composer returns to its normal inline size with the draft still intact.
  7. Switch to dark theme and repeat steps 1-6.

Expected Results

  • Short drafts do not show the expand control.
  • Long or overflowing drafts show an icon-only expand control.
  • Full-screen mode uses the same draft state and submit controls as inline mode.
  • Full-screen and inline states are readable in light theme and dark theme.

Rollback/Cleanup

  • Clear the draft from the composer.