feat(FN-1088): move quick entry advanced controls into actions menu

- Replace direct Deps/Models/Save controls with a single actions trigger in QuickEntryBox
- Add portaled actions dropdown behavior, including outside-click and Escape handling plus menu repositioning
- Add actions badge styling/count to reflect selected dependencies and model overrides
- Update QuickEntryBox/ListView tests and AGENTS.md docs to match the new actions-menu interaction flow
This commit is contained in:
gsxdsm
2026-04-07 19:20:59 -07:00
parent 2e5511d959
commit 21f6d714da
5 changed files with 578 additions and 407 deletions

View File

@@ -726,7 +726,7 @@ Both components provide the same task creation experience with the following opt
- Both Plan and Subtask buttons are disabled when no description is entered.
- Clicking either button clears the input after triggering the action.
- Regular task creation (Enter key) works as before without AI assistance.
- The actions dropdown closes on Escape or outside click. Escape dismisses in order: model submenu → model menu → dependency picker → actions dropdown → input clear/collapse.
- The actions dropdown closes on Escape or outside click. Escape dismisses in order: actions dropdown → model submenu → model menu → dependency picker → input clear/collapse.
### Subtask Breakdown Dialog