Files
fusion/.changeset/add-expand-toggle-quick-add.md
gsxdsm a8dbd95d8c feat(KB-657): add expand/collapse toggle to quick add components
- Add toggle button (ChevronDown/ChevronUp) to QuickEntryBox (list view) and InlineCreateCard (board view)

- Replace auto-expand behavior with manual toggle control

- Add CSS styles for collapsed/expanded states and toggle button positioning

- Update tests to verify toggle behavior

- Provide cleaner default UI while keeping advanced options discoverable
2026-04-01 07:13:14 -07:00

489 B

@gsxdsm/fusion
@gsxdsm/fusion
patch

Add expand/collapse toggle button to Quick Add views in dashboard

  • Replaced auto-expand behavior with manual toggle button in QuickEntryBox (list view) and InlineCreateCard (board view)
  • Users can now click a chevron button to show/hide advanced options (Deps, Models, Plan, Subtask, Refine)
  • Expanded state persists until manually toggled or task is submitted/cancelled
  • Provides cleaner default UI while keeping advanced options easily discoverable