UX overhaul: stop being an admin tool, build live-event confidence, feel alive#1
Merged
Conversation
…ld editors Introduces ThemeTokenEditor (grouped colour swatches with reset-to-default), wires ThresholdsEditor into BrandingPage, removes all raw JSON textareas, and flips the default message overlay from alarm-red to warm amber (#c9b380 / #0a0a0a). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Replaces every confirm() call in EventDashboardPage, ScheduleEditorPage, MembersPage, and MessageTemplatesPage with state-tracked ConfirmDialog instances; EventDashboardPage also gains toast feedback on access code rotation. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…set/Skip Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Adds useShortcuts hook (ignores input/textarea focus), ShortcutsOverlay sheet, forwardRef on MessageInput, and wires all shortcuts into RoomControlPage. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Three coordinated tracks of UX work driven by an Apple HIG audit of the operator-facing surfaces.
Phase 0 — Shared primitives (5 commits)
Sheet,ConfirmDialog,Toast(with undo),Button,Skeleton— the foundation every later phase reuses.Phase 1 — Stop being an admin tool (7 commits)
EventAdmin/RoomOperator/ViewerPascalCase enums in the UI+ New eventsheet with illustrated empty state (Events page previously instructed the user to run--seed)window.confirm()replaced with the newConfirmDialogprimitive (6+ sites)apiErrorMessage) instead of a generic stringPhase 2 — Live-event confidence (8 commits)
humaniseHubError(no more rawMicrosoft.AspNetCore.SignalR.HubException: StaleVersionstrings)AppShellwith event switcher + Run/Setup tabs (every screen now knows where it is)TransportControlsV2— dominant Start action, Reset/Skip moved to overflow menuCueStripon room control surfacing the next cue with relative time hintsSpace/S/R/M/1–4/?Connecting…screen on speaker/door/lobby (no more 14px grey text on black)Phase 3 — Feel alive (5 commits + 1 lint fix)
Loading…text everywhereRoomCardphase-color transitions + subtle ring indicatoraria-liveon countdown's final minuteNotes
src/web/). No domain or hub changes.POST /api/eventsalready existed.docs/superpowers/plans/2026-05-11-ux-overhaul.md.Test plan
cd src/web && npm install && npm run build— greencd src/web && npx vitest run— 50/50 tests across 12 files?for shortcuts overlay🤖 Generated with Claude Code