Commit graph

7 commits

Author SHA1 Message Date
6f0da3c8aa feat(ui): wire Settings dialog to persisted OwnerSettings
Adds a getOwnerSettings read query to scheduler_core (previously only
an internal helper existed) and an updateOwnerSettings command on the
Flutter command controller, then builds a shared Settings dialog
surfacing timezone, day window, compact mode, and backlog staleness
thresholds. Both existing no-op entry points (sidebar nav item, top
bar button) now open the same dialog and persist edits through the
existing OwnerSettings/BacklogStalenessSettings backend.

Per the design spec (circuitforge-plans/focus-flow/superpowers/specs/
2026-07-07-settings-screen-design.md), the compact-mode toggle
persists but is disclosed in-UI as not yet affecting Today rendering,
since that wiring is separate scope (#11).

Closes: eva/focus-flow#16
2026-07-07 14:38:16 -07:00
b156ddfd5e feat(ui): refine task modal actions and timeline navigation 2026-07-04 22:16:37 -07:00
fd4fdd13d2 feat(scheduler): support timezone-aware commands and task removal 2026-07-04 22:16:02 -07:00
507bee6ad1 refactor: centralize scheduler logging 2026-07-02 19:05:17 -07:00
9a7f8933c7 feat: expand runtime logger levels 2026-07-02 18:38:41 -07:00
d8f3368c3d feat: add optional runtime file logging config 2026-07-02 18:08:36 -07:00
98fdd0792b feat: wire date navigation controls 2026-07-02 08:23:17 -07:00