WorkloadA quick tour of the topbar avatar dropdown, the preferences and account modals, the theme toggle, and the browser-extension shortcut.
The top right of every page shows your avatar (your BOSS Identity profile picture, or your initials on a stable colour if you haven't uploaded one) and your email. Click it to open the account menu. Every signed-in reviewer sees the same dropdown items, in the order below — the role-gated topbar links (All boards, Admin) sit outside the dropdown.
/install.html, which detects whether the workload browser extension is loaded and walks you through installing or updating it.
Internal reviewers get a one-click jump to /epic/all via
the All boards link in the topbar, sitting just to the
left of Admin and the avatar. It lives outside the
dropdown so it stays one click away. External reviewers don't see it —
they're scoped to the epics they've been invited to.
Workload-owned settings, distinct from the BOSS Identity profile modal. Opens in place; every control persists on change, so closing the modal saves nothing extra. Sections:
Preferences are stored against your reviewer record, so they follow
you across devices. The theme also writes to localStorage
so the next page load paints in the right mode before any script runs.
Edits route through the BOSS Identity account widget, which mounts inside a modal — no navigation away from the board, no risk of losing unsaved work on the page underneath. Close with the × button, by clicking the backdrop, or with Esc.
If the widget can't start a session (rare, usually expired wl_sid),
the modal surfaces an inline error rather than bouncing you to the
login page like the old /account.html did.
Same modal as My profile, opened on the password tab. After saving, the widget shows its own inline confirmation; your workload session stays valid so you don't have to sign back in.
The toggle lives inside the dropdown to keep the topbar tidy. Three states:
Persisted to your browser's storage, so it survives navigation and reloads.
The dropdown's Browser extension entry takes you to
/install.html, which detects whether the workload
extension is already loaded in your browser and either confirms the
install or walks you through adding it from the Chrome Web Store.
Safe to share with new teammates as the canonical install link.
Internal users see an Admin link in the topbar next to the avatar — kept outside the dropdown for one-click access to the epic-management surface. External reviewers don't see it.
Any page accepts these query params so you can paste them into chat:
?account=profile — open the profile modal on load.?account=change-password — open the password modal on load./account.html — auto-opens the profile modal (kept as a redirect surface for stale bookmarks). Append ?section=change-password to go to the password tab./epic/<id>?item=<ticket-key> — opens an epic with a specific ticket detail panel expanded./epic/all — the cross-epic kanban (internal only); same destination as All boards./install.html — extension install / status page; same destination as Browser extension.File it in the standard workload epic, or message #review on Slack. If something specific to the dropdown / modal looks off, screenshot it and include what page + browser you were on.