gsxdsm
60b8b4e4c5
FN-7805: redesign quick-add priority indicators as icon-only controls
Redesigns the Quick Add composer's priority selector to icon-only glyph buttons and relocates GitHub tracking beside attach, backed by a new shared priorityIndicator helper.
- Add packages/dashboard/app/utils/priorityIndicator.tsx as the single source of ArrowUp/ArrowDown/Flag/TriangleAlert priority glyphs, shared by QuickEntryBox and TaskForm
- Rework QuickEntryBox.tsx to render icon-only priority/Fast controls and move GitHub tracking + Priority into the .quick-entry-primary-group, with matching QuickEntryBox.css layout updates
- Update TaskForm.tsx to reuse the new priorityIndicator helper instead of duplicating icon/label logic
- Update quick-entry height-parity/trigger-height tests and QuickEntryBox/TaskForm/NewTaskModal tests for the new icon-only layout
- Add priorityIndicator.test.tsx covering the shared helper
- Update docs/dashboard-guide.md and add changeset fn-7805-quick-add-priority-indicators.md (patch, feature)
Files changed:
.../fn-7805-quick-add-priority-indicators.md | 7 +
docs/dashboard-guide.md | 3 +-
.../quick-entry-action-row-height-parity.test.tsx | 13 +-
.../quick-entry-workflow-trigger-height.test.tsx | 10 +-
.../dashboard/app/components/QuickEntryBox.css | 19 +-
.../dashboard/app/components/QuickEntryBox.tsx | 197 +++++++++++----------
packages/dashboard/app/components/TaskForm.tsx | 33 ++--
.../app/components/__tests__/NewTaskModal.test.tsx | 3 +
.../components/__tests__/QuickEntryBox.test.tsx | 113 ++++++++----
.../app/components/__tests__/TaskForm.test.tsx | 3 +
.../app/utils/__tests__/priorityIndicator.test.tsx | 21 +++
packages/dashboard/app/utils/priorityIndicator.tsx | 30 ++++
12 files changed, 300 insertions(+), 152 deletions(-)
Fusion-Task-Id: FN-7805
Fusion-Task-Lineage: 404fe8d6-0851-44cb-b31d-f47896aaaaba
Co-authored-by: Fusion (runfusion.ai) <noreply@runfusion.ai>
2026-07-10 22:25:21 -07:00
..
2026-07-10 21:36:43 -07:00
2026-07-08 16:27:10 -07:00
2026-07-10 21:37:37 -07:00
2026-07-10 22:25:21 -07:00
2026-07-09 23:46:21 -07:00
2026-07-08 16:27:10 -07:00
2026-07-10 21:19:22 -07:00
2026-07-10 22:25:21 -07:00
2026-07-08 16:27:10 -07:00
2026-07-09 21:32:59 -07:00
2026-06-08 15:19:27 -07:00
2026-07-10 07:46:52 -07:00