Mobile chrome redesign + fix Research canvas overlap - #39
Merged
Conversation
Rework the phone experience from the feedback: - Research console: fix the truncated subject canvas and the Report overlap. The single-scroll zones were flex children that shrink by default, so on a real phone (content taller than the screen) the rail box collapsed under the subject canvas and clipped it / spilled it over the next zone. The console is now a plain scrolling block, so each zone keeps its natural height. - Topbar: one compact row on phones - logo only (no wordmark), bare icons instead of bordered chips, and the GitHub link drops out (a third 44px touch target overran the row and widened the layout viewport). - Studio controls: the left rail becomes a floating bottom pill of bare icons (evolve/pause, speed, train, add, story) with a "more" button that opens the full controls as a bottom sheet. No docked strip eating the width. - Coordinate the bottom-area floats: the lineage canvas's redundant Add button stands down (the pill has add) and its zoom cluster lifts clear of the pill; the first-run hint lifts above both and is margin-centred so it can't spill; the floating disclaimer stands down on the narrow layout (it is in the sheet).
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.
Addresses the mobile feedback.
Verified: lint 0, check 0, unit 817/817, e2e 124/124, build OK, plus phone screenshots at 375/390px (no overflow, no overlap).