Files
fusion/.changeset/quick-entry-auto-expand.md
gsxdsm 9a805281d3 feat(KB-656): add autoExpand prop to QuickEntryBox and disable in list view
- Add autoExpand prop to QuickEntryBox component (defaults to true)
- Disable auto-expand in list view to reduce visual clutter
- Add tests for autoExpand={false} behavior
- Add changeset for the quick entry auto-expand change
- Fix duplicate variable in QuickEntryBox component
- Remove unused imports from useTasks hook
2026-03-31 22:55:40 -07:00

238 B

@gsxdsm/fusion
@gsxdsm/fusion
patch

Add autoExpand prop to QuickEntryBox component to control auto-expand behavior on focus. List view now passes autoExpand={false} to keep the UI clean, while board view continues to auto-expand by default.