Fixes the native browser alert() that fired when clicking a v5 feature toggle on the bookmarkable dashboard URL.
What changed
- v5 toggle fallback: when you click a toggle on the read-only dashboard URL, a toast now appears with the equivalent CLI command and a one-click Copy command button, instead of a blocking native alert() dialog.
- Error toasts: API failures and network errors in the v5/Manage toggle paths surface as auto-dismissing red banners instead of alert() dialogs.
- New helpers:
showCmdToastandshowErrorToastare now available to every tab's render code. Future interactive features use these instead of native dialogs.
No server changes
The bookmarkable daemon on port 24842 remains read-only file-serve. Toggles that need to write config still require measure.py dashboard --serve (or the equivalent CLI). This release makes that gracefully communicated rather than blocking the user.
Upgrade
Update the plugin and hard-reload your browser tab (Cmd-Shift-R / Ctrl-Shift-R).