feat(mobile-web): align responsive remote control experience - #2730
Open
wgqqqqq wants to merge 5 commits into
Open
feat(mobile-web): align responsive remote control experience#2730wgqqqqq wants to merge 5 commits into
wgqqqqq wants to merge 5 commits into
Conversation
…-web-responsive-harmony-parity
…-web-responsive-harmony-parity # Conflicts: # src/mobile-web/src/styles/components/pairing.scss
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
Fixes #
Type and Areas
Type:
Feature / regression fix / UI/UX / dependency
Areas:
Mobile web, remote control, relay/account pairing UX
Motivation / Impact
Mobile Web had diverged from the HarmonyOS mobile surface in both layout and interaction behavior. Compact and wide browser widths also rendered different session implementations, which made device selection, workspace expansion, session navigation, login, and chat controls inconsistent.
This PR keeps the HarmonyOS page hierarchy and remote-control flow while allowing component-level refinement from the desktop design system. Users can open the same Mobile Web build on a phone, tablet, narrow browser, or desktop browser without changing product logic. Account login and QR pairing are both first-class entry paths.
Verification
pnpm --dir src/mobile-web run type-check— passed.pnpm run build:mobile-web— passed; the QR scanner and worker are emitted as lazy production chunks.pnpm run theme:color-audit:all— all selected surfaces passed.git diff --check— passed.javascript:URL rejected (4/4).Remote scenarios exercised:
SessionListPagecompact tree in both drawer and persistent master-detail compositions.Reviewer Notes
qr-scanner@1.4.2; it is dynamically imported only when the scanner or image recognizer is opened.Checklist