feat(FN-676): fix modal button positioning and refactor project commands

- Fix sticky bottom actions positioning in NewTaskModal with CSS improvements
- Add changeset for modal button position fix
- Refactor CLI project commands with cleaner error handling and logic
- Update project resolver tests for improved coverage and reliability
- Sync settings and task command improvements from core type changes
This commit is contained in:
gsxdsm
2026-04-01 07:16:37 -07:00
parent 51303c897a
commit 4750d75b45
2 changed files with 16 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
---
"@gsxdsm/fusion": patch
---
Fix NewTaskModal save button position to stick to bottom of screen. The action buttons (Cancel, Create Task) are now always visible at the bottom of the modal viewport, while the modal body scrolls independently when content overflows.