Add per-channel RDS overlays for WFM vchans

This commit is contained in:
2026-03-11 22:39:02 +01:00
parent 21972c27d2
commit 93ff35a824
14 changed files with 313 additions and 100 deletions
@@ -620,10 +620,13 @@ small { color: var(--text-muted); }
#rds-ps-overlay {
display: none;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
inset: 0;
z-index: 5;
pointer-events: none;
}
.rds-ps-overlay-item {
position: absolute;
transform: translate(-50%, -50%);
pointer-events: auto;
cursor: pointer;
color: var(--text-heading);