feat(mobile): unify welcome and recent homes, add HarmonyOS offline MiniApps - #2976
Open
wgqqqqq wants to merge 10 commits into
Open
feat(mobile): unify welcome and recent homes, add HarmonyOS offline MiniApps#2976wgqqqqq wants to merge 10 commits into
wgqqqqq wants to merge 10 commits into
Conversation
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
Unify the native mobile entry experience with an animated welcome page, brand launch reveal and a recent-session home. HarmonyOS also gains bundled offline MiniApps and responsive welcome layouts for foldable screens.
Type and Areas
Type: Feature / bug fix / UI/UX
Areas: Native mobile (HarmonyOS, Android, iOS), mobile design system, account presentation, HarmonyOS MiniApps.
Motivation / Impact
Signed-out users can log in or scan to connect without encountering duplicate device/login panels. Signed-in users return to recent work with explicit device and workspace context. A fully expanded triple-fold screen uses a constrained two-column welcome composition instead of stretching a phone layout or leaving an empty workspace sidebar.
Verification
pnpm run mobile:ui:check— passed.pnpm run mobile:architecture— passed.pnpm run theme:color-audit:all— all 23 selected surfaces passed.node --test miniapps/*.test.cjs— passed;assembleHapand local unit tests through hvigor — passed../gradlew :app:assembleDebug— passed during implementation../Testing/run-pure-swift-tests.sh— passed.git diff upstream/main...HEAD --check— passed.Reviewer Notes
Remote-control session data was exercised on HarmonyOS with a connected desktop. Remote workspace, peer-device mode, detached dispatch, and mixed-version end-to-end behavior were not exercised by this UI change. Dark-mode visual QA and Android/iOS device interaction parity remain unverified; semantic color checks passed.
Includes the earlier HarmonyOS MiniApp/interaction commits from this development branch. Latest upstream main is merged. Local HTML studies, build packages, signing material and IDE user state are excluded.
Checklist