feat(KB-657): add manual quick-add expand toggles

- Add chevron expand/collapse toggles to dashboard quick-add flows in list and board views
- Keep advanced quick-add controls hidden until expanded and collapse them after successful submission
- Tighten quick-add accessibility and blur behavior around overlays and empty drafts
- Add dashboard regression coverage and a published changeset for the quick-add interaction update
This commit is contained in:
gsxdsm
2026-04-01 13:22:49 -07:00
parent d80a5765cf
commit 3cc10b21eb
6 changed files with 694 additions and 2135 deletions

View File

@@ -2,9 +2,4 @@
"@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
Improve dashboard quick-add views with manual expand/collapse toggle behavior.