P3.4: Add Queue group to settings view
Add Execution mode and Overlap policy widget.Select controls in ui/settings_view.go under a new Queue section group, between the Application and Storage sections. Both selects are primed from the current config on open and their selected values are written back into the config struct on save, passing through the existing UpdateSettings validation path. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -97,7 +97,7 @@ These land together because both edit `domain/job.go` and `storage/store.go`.
|
||||
- [x] P3.1 — Config/runtime fields + defaults
|
||||
- [x] P3.2 — Split dispatch into `app/run.go`
|
||||
- [x] P3.3 — Rework `RunDue`/`executeRun` for mode + overlap policy
|
||||
- [ ] P3.4 — Settings Queue selects
|
||||
- [x] P3.4 — Settings Queue selects
|
||||
- [ ] P3.5 — Queue tests
|
||||
|
||||
### Phase 4 — Notifications + Command browse
|
||||
|
||||
Reference in New Issue
Block a user