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:
11
.changeset/add-expand-toggle-quick-add.md
Normal file
11
.changeset/add-expand-toggle-quick-add.md
Normal 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
|
||||
Reference in New Issue
Block a user