Move scheduler actions into their own subsection #20

Merged
sjg merged 1 commits from feat/scheduler-controls-section into main 2026-08-01 11:29:45 +02:00
Owner

Summary

  • rename the mixed Channels / Scheduler row to Channels
  • move scheduler release, stepping, status, and cycle controls into a dedicated collapsible Scheduler controls subsection
  • reuse the Advanced radio controls visual treatment
  • keep scheduler controls available in the Broadcast workspace
  • preserve all existing IDs and scheduler plugin wiring

Verification

  • cargo fmt --all -- --check
  • cargo test -p trx-frontend-http (52 passed)
  • cargo clippy -p trx-frontend-http --all-targets -- -D warnings
  • git diff --check
## Summary - rename the mixed Channels / Scheduler row to Channels - move scheduler release, stepping, status, and cycle controls into a dedicated collapsible `Scheduler controls` subsection - reuse the Advanced radio controls visual treatment - keep scheduler controls available in the Broadcast workspace - preserve all existing IDs and scheduler plugin wiring ## Verification - `cargo fmt --all -- --check` - `cargo test -p trx-frontend-http` (52 passed) - `cargo clippy -p trx-frontend-http --all-targets -- -D warnings` - `git diff --check`
sjg added 1 commit 2026-08-01 11:28:54 +02:00
feat(ui): separate scheduler controls subsection
CI / lint (pull_request) Failing after 1s
CI / test (pull_request) Failing after 2s
CI / reuse (pull_request) Failing after 2s
CI / lint (push) Failing after 0s
CI / test (push) Failing after 1s
CI / reuse (push) Failing after 1s
508ed8a8e7
sjg merged commit 508ed8a8e7 into main 2026-08-01 11:29:45 +02:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sjg/trx-rs#20