feat(KB-657): add expand toggle changeset

This commit is contained in:
gsxdsm
2026-04-02 09:33:12 -07:00
parent e95ca2c0ec
commit 14928eb76d

View File

@@ -1,5 +1,5 @@
---
"@gsxdsm/fusion": patch
"@fusion/dashboard": patch
---
Improve dashboard quick-add views with manual expand/collapse toggle behavior.
Add expand/collapse toggle button to quick task creation components. QuickEntryBox (list view) and InlineCreateCard (board view) now have a manual toggle button to show/hide additional options instead of auto-expanding on focus. The expanded state persists until manually toggled or the task is submitted/cancelled.