Commit graph

22 commits

Author SHA1 Message Date
c357b7d97d feat(ui): wire sidebar Backlog nav and modal Move-to-Backlog/Break-up actions
Backend was already V1-complete for these paths (moveFlexibleToBacklog,
breakUpTask); this closes the UI-wiring gap identified in the V1
feature-complete audit.

- Add createBacklogController() to SchedulerAppComposition and implement it
  in PersistentSchedulerComposition (only the demo composition had one).
- Sidebar now switches the main content area between Today and Backlog via
  a real SidebarScreen enum instead of hardcoded onTap: () {} stubs.
- Task modal's "Backlog" quick-action reuses the existing onPushToBacklog
  wiring (same backend command as the Push menu's "Push to backlog").
- Add a break-up dialog (row-level title/priority/reward/duration per
  MVP-AC-11) and SchedulerCommandController.breakUpTask(), wired to the
  modal's "Break up" button.
- Fix a latent bug where the active sidebar nav item's key was hardcoded
  to nav-today-active regardless of which item was active.

Closes: #9
Closes: #12
Closes: #13
2026-07-06 01:46:59 -07:00
b156ddfd5e feat(ui): refine task modal actions and timeline navigation 2026-07-04 22:16:37 -07:00
a24b64179a feat: add logging to entire project 2026-07-03 10:21:02 -07:00
4d373ce250 feat: add past task push menu 2026-07-02 12:39:05 -07:00
98fdd0792b feat: wire date navigation controls 2026-07-02 08:23:17 -07:00
0c1731003f feat: add timeline task context menu 2026-07-01 20:22:06 -07:00
ec19dd498d docs: expand dartdocs and add compliance hooks 2026-07-01 13:36:12 -07:00
cbefe201d3 refactor: split focused Flutter UI files 2026-07-01 12:17:02 -07:00
52dcc84b7d fix: refine timeline task interactions 2026-07-01 12:01:18 -07:00
f6afe0d793 fix: size timeline tasks to exact duration 2026-06-30 15:25:50 -07:00
dd6552e68d fix: pack visually colliding timeline cards 2026-06-30 14:22:48 -07:00
4f19860054 fix: pack overlapping timeline tasks 2026-06-30 14:07:25 -07:00
1e0e76d72f fix: jump required banner to linked task 2026-06-30 13:52:04 -07:00
adf5422917 fix: make timeline scroll full day 2026-06-30 13:40:37 -07:00
bfc2c86088 fix: scale header controls responsively 2026-06-30 13:29:48 -07:00
5c6649945d fix: hide task quick actions until hover 2026-06-30 13:18:50 -07:00
dacd189435 fix: scale timeline task card contents 2026-06-30 13:09:48 -07:00
f985b3ee84 docs: document focus flow flutter app 2026-06-29 21:27:34 -07:00
fc1d100b1f docs: add dartdoc headers to dart files 2026-06-29 21:16:35 -07:00
b0d73f7489 feat(ui): complete compact today plan 2026-06-29 20:20:24 -07:00
b4357ae6b5 feat(ui): complete plan 1 scope guardrails 2026-06-29 19:59:39 -07:00
a799dea62e feat: add flutter ui foundation 2026-06-27 18:41:36 -07:00