Roadmap #13 Batch A - UI overlap & chrome polish - #30
Merged
Conversation
- A1: remove the AI prompt-pill close X (backquote/Escape still close) and lift the pill above the Controls bottom stack so it no longer overlaps the play button - A2: new AI HUD button (white, sparkles) bottom-left below the +, opens the AI chat window; move + up; hidden until AI is enabled and a provider configured - A3: SimControls now opt-in via a Settings toggle (default OFF); moved above the mic so it no longer hides behind it; P shortcut still works and hints at the setting on first hidden use - A4: on narrow screens the right Inspector drawer starts below the top-right chrome so the profile button never covers its header - A5: Settings rows stack the label above the description on narrow screens - A6: opening the logo menu dismisses any open modal so the menu is never stacked over one - A7: first-run warning on local/self-hosted builds nudges configuring a peer server, deep-linking to Settings > Connection - Settings deep-link extended to the Scene and Connection sections - e2e: roadmap-13-ui-polish suite (9 checks, all pass); build green; svelte-check 501/77 held Co-Authored-By: Claude Fable 5 <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.
Roadmap #13 — Batch A: UI overlap & chrome polish
First batch of roadmap #13 (plan in
docs/plan/roadmap-13-rooms-graphs-polish.md, uncommitted). Desktop chrome fixes from the user's notes drop.Pstill starts/stops the sim and hints at the setting on first hidden use.w-40label crammed beside the description).Also: the Settings deep-link mechanism (
settingsSection) now covers the Scene and Connection sections.Verification
npm run buildgreen.npx svelte-checkheld at the 501/77 baseline (zero new errors/warnings).tests/e2e/roadmap-13-ui-polish.test.cjs— 9 checks, all pass (SimControls default-hidden + toggle, logo-closes-modal, AI button gating + opens window, pill has no ✕).🤖 Generated with Claude Code