Files
fusion/.changeset/add-expand-toggle-quick-add.md
gsxdsm 02bbaa79b4 feat(KB-657): add expand toggle to quick task creation UI
- Add toggle button to QuickEntryBox (list view) for expand/collapse
- Add toggle button to InlineCreateCard (board view) for expand/collapse
- Add CSS styles for toggle buttons and collapsed states
- Update component tests for new toggle functionality
- Add changeset for the toggle button feature
2026-03-31 23:41:49 -07:00

538 B

@gsxdsm/fusion
@gsxdsm/fusion
patch

Add expand/collapse toggle button to QuickEntryBox and InlineCreateCard

  • Both quick task creation components now have a manual toggle button (ChevronDown/ChevronUp)
  • Components no longer auto-expand on focus - users have control over when to see advanced options
  • Expanded state persists until manually toggled or task is submitted/cancelled
  • Blur no longer collapses the view - consistent UX across list and board views
  • Added CSS styles for collapsed/expanded states and toggle button positioning