Skip to content
This repository was archived by the owner on Sep 20, 2026. It is now read-only.

Make About bootstrap fallback visible and recoverable - #39

Merged
cauyxy merged 2 commits into
masterfrom
yxinyux/issue-30-about-bootstrap-recovery
Jul 18, 2026
Merged

cauyxy merged 2 commits into
masterfrom
yxinyux/issue-30-about-bootstrap-recovery

Conversation

@cauyxy

@cauyxy cauyxy commented Jul 18, 2026

Copy link
Copy Markdown
Member

Summary

  • model About bootstrap as explicit loading, authoritative, fallback, and blocking resource states
  • keep packaged version data usable while labeling its source and unavailable fields
  • localize semantic failures, diagnostics, and in-place retry recovery in Chinese and English
  • update frontend architecture and verification truth

Testing

  • npm run check
  • npx vitest run src/features/about/appBootstrap.test.ts src/features/about/aboutProblems.test.ts src/pages/About.test.tsx src/layouts/ShellHeader.test.tsx
  • npm run test:unit
  • npm run verify -- --source-only
  • Browser Preview smoke test at http://127.0.0.1:14207/about (fallback provenance, unavailable BPP version, zh/en locale switch, selectable version text, no horizontal overflow)
  • macOS Tauri smoke test (authoritative native source, app 4.5.0, bundled BPP 4.5.0.prod)

Closes #30

Release Notes:

  • About now identifies fallback version information and offers localized recovery when native app details cannot be loaded.

@cauyxy
cauyxy merged commit 498c2dc into master Jul 18, 2026
2 of 4 checks passed
@cauyxy
cauyxy deleted the yxinyux/issue-30-about-bootstrap-recovery branch July 18, 2026 19:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

让 About 启动信息降级可见且可恢复

1 participant