- 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
238 B
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.