feat(mma): Implement Pop Out Task DAG option in MMA Dashboard

This commit is contained in:
2026-03-09 23:16:02 -04:00
parent 178a694e2a
commit 66844e8368
9 changed files with 147 additions and 65 deletions

View File

@@ -44,6 +44,7 @@
- [x] Task: Bugfix: Correct `PresetManager` initialization to use project parent directory.
- [x] Task: Hardening: Wrap modal rendering in `try...finally` to prevent ImGui state corruption.
- [x] Task: Hardening: Ensure `PresetManager._save_file` validates that parent is a directory.
- [x] Task: Feature: Implement "Pop Out Task DAG" option in MMA Dashboard.
- [x] Task: Final UI polish (spacing, icons, tooltips).
- [x] Task: Run full suite of relevant tests.
- [x] Task: Conductor - User Manual Verification 'Phase 4: Final Integration & Polish' (Protocol in workflow.md)