Hide meaningless SDR power control #19

Merged
sjg merged 2 commits from fix/sdr-power-header-alignment into main 2026-08-01 11:26:02 +02:00
Owner

Summary

  • hide Power for filter-controlled SDR backends where no hardware power command exists
  • collapse the entire action group when the rig supports neither TX, hardware Power, nor Lock
  • keep capability-specific group labels accurate
  • top-align the rig/workspace selectors with the other header controls

Verification

  • JavaScript syntax validation
  • 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 - hide Power for filter-controlled SDR backends where no hardware power command exists - collapse the entire action group when the rig supports neither TX, hardware Power, nor Lock - keep capability-specific group labels accurate - top-align the rig/workspace selectors with the other header controls ## Verification - JavaScript syntax validation - `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:24:46 +02:00
fix(ui): hide SDR power and align header controls
CI / lint (pull_request) Failing after 1s
CI / test (pull_request) Failing after 2s
CI / reuse (pull_request) Failing after 1s
53736ef750
sjg added 1 commit 2026-08-01 11:25:33 +02:00
fix(ui): simplify operator layout picker
CI / lint (push) Failing after 1s
CI / test (push) Failing after 0s
CI / reuse (push) Failing after 0s
CI / lint (pull_request) Failing after 2s
CI / test (pull_request) Failing after 2s
CI / reuse (pull_request) Failing after 1s
d9fc623ef4
sjg merged commit d9fc623ef4 into main 2026-08-01 11:26:02 +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#19