## Summary
- expose supported modes for every rig returned by `/rigs`
- show the Broadcast operator layout only when an enumerated rig supports WFM
- fall back to Compact if a saved Broadcast layout is no longer available
- derive availability from the complete rig list rather than only the active rig
## 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`
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
/rigsVerification
cargo fmt --all -- --checkcargo test -p trx-frontend-http(52 passed)cargo clippy -p trx-frontend-http --all-targets -- -D warningsgit diff --check