style: update wording to put action first, for clarity
CI / lint (push) Skipped
CI / test (3.12) (push) Skipped
CI / test (3.13) (push) Skipped
CI / test-with-beamline-plugins (pxi_bec) (push) Skipped
CI / test-with-beamline-plugins (pxii_bec) (push) Skipped
CI / test-with-beamline-plugins (pxiii_bec) (push) Skipped
CI / lint (pull_request) Canceled after 13s
CI / test (3.12) (pull_request) Canceled after 10s
CI / test (3.13) (pull_request) Canceled after 8s
CI / test (3.14) (pull_request) Canceled after 5s
CI / test-with-beamline-plugins (pxi_bec) (pull_request) Canceled after 3s
CI / test-with-beamline-plugins (pxii_bec) (pull_request) Canceled after 0s
CI / test-with-beamline-plugins (pxiii_bec) (pull_request) Canceled after 0s
CI / test-with-coverage (pull_request) Canceled after 0s
CI / coverage-analysis (pull_request) Canceled after 0s

This commit is contained in:
2026-09-01 16:40:50 +02:00
parent d0fe3802c8
commit ac3261dd67
+2 -2
View File
@@ -181,14 +181,14 @@ def build_busy_overlay_style(
SessionsStateEnum.Vacant,
}:
return BusyOverlayStyle(
text="In viewing mode",
text="Viewing mode, Click here to grab the baton",
badge_bg=BUSY_YELLOW,
badge_fg=WHITE,
overlay_fill=qcolor(BUSY_YELLOW, 195),
overlay_border=qcolor(BUSY_YELLOW_BORDER, 235),
overlay_text=qcolor(WHITE),
accent_dot=BUSY_YELLOW_DOT,
subtext="Click here to grab the baton if you need to interact with GUI",
subtext="Grab the baton if you need to interact with GUI",
)
if not is_busy:
return None