feat(FN-671): add disclosure toggle to QuickEntryBox and reorganize mobile header

- Add persistent disclosure state with localStorage to QuickEntryBox

- Add toggle button for manual expand/collapse with ChevronUp/Down icons

- Change expanded controls to show based on user preference, not focus

- Add comprehensive CSS for toggle button and expanded/collapsed states

- Reorganize mobile header overflow menu (Usage and Activity Log buttons)

- Update all QuickEntryBox tests for new disclosure behavior
This commit is contained in:
gsxdsm
2026-04-01 07:10:39 -07:00
parent 6e996e07de
commit 8def4af92e
34 changed files with 1489 additions and 300 deletions

View File

@@ -0,0 +1,5 @@
---
"@gsxdsm/fusion": patch
---
Fix mobile header layout by moving Usage and Activity Log buttons to overflow menu