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
This commit is contained in:
gsxdsm
2026-03-31 23:41:49 -07:00
parent 25a5438447
commit 02bbaa79b4
6 changed files with 448 additions and 247 deletions

View File

@@ -0,0 +1,11 @@
---
"@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