-
-
Notifications
You must be signed in to change notification settings - Fork 656
feat(account-center): add error page #7984
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
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
COMPARE TO
|
| Name | Diff |
|---|---|
| packages/account-center/src/App.module.scss | 📈 +106 Bytes |
| packages/account-center/src/App.tsx | 📈 +687 Bytes |
| packages/account-center/src/Providers/ExperiencePageContextBridge.tsx | 📈 +1.69 KB |
| packages/account-center/src/components/ErrorPage/index.module.scss | 📈 +621 Bytes |
| packages/account-center/src/components/ErrorPage/index.tsx | 📈 +2.58 KB |
| packages/account-center/src/pages/Home/index.tsx | 📈 +195 Bytes |
| packages/experience/src/Layout/FirstScreenLayout/index.tsx | 📈 +5 Bytes |
| packages/experience/src/Layout/FocusedAuthPageLayout/index.tsx | 📈 +14 Bytes |
| packages/experience/src/Layout/SecondaryPageLayout/index.tsx | 📈 +14 Bytes |
| packages/experience/src/Layout/SectionLayout/index.tsx | 📈 +7 Bytes |
| packages/experience/src/components/BrandingHeader/index.tsx | 📈 +16 Bytes |
| packages/experience/src/components/Button/MfaFactorButton.tsx | 📈 +17 Bytes |
| packages/experience/src/components/Button/index.tsx | 📈 +17 Bytes |
| packages/experience/src/components/Divider/index.tsx | 📈 +17 Bytes |
| packages/experience/src/components/DynamicT/index.test.tsx | 📈 +786 Bytes |
| packages/experience/src/components/DynamicT/index.tsx | 📈 +992 Bytes |
| packages/experience/src/components/Notification/InlineNotification/index.tsx | 📈 +7 Bytes |
| packages/experience/src/components/PageMeta/index.tsx | 📈 +477 Bytes |
| packages/experience/src/components/TextLink/index.tsx | 📈 +16 Bytes |
| packages/experience/src/containers/SocialLinkAccount/index.tsx | 📈 +7 Bytes |
| packages/experience/src/pages/ErrorPage/index.tsx | 📈 +14 Bytes |
| packages/experience/src/pages/MfaBinding/BackupCodeBinding/index.tsx | 📈 +7 Bytes |
| packages/experience/src/pages/SwitchAccount/index.tsx | 📈 +14 Bytes |
| packages/experience/src/shared/components/DynamicT/index.test.tsx | 📈 +786 Bytes |
| packages/experience/src/shared/components/DynamicT/index.tsx | 📈 +992 Bytes |
| packages/experience/src/shared/components/PageMeta/index.tsx | 📈 +477 Bytes |
| packages/phrases-experience/src/locales/ar/account-center.ts | 📈 +121 Bytes |
| packages/phrases-experience/src/locales/de/account-center.ts | 📈 +104 Bytes |
| packages/phrases-experience/src/locales/en/account-center.ts | 📈 +92 Bytes |
| packages/phrases-experience/src/locales/es/account-center.ts | 📈 +105 Bytes |
| packages/phrases-experience/src/locales/fr/account-center.ts | 📈 +99 Bytes |
| packages/phrases-experience/src/locales/it/account-center.ts | 📈 +102 Bytes |
| packages/phrases-experience/src/locales/ja/account-center.ts | 📈 +126 Bytes |
| packages/phrases-experience/src/locales/ko/account-center.ts | 📈 +125 Bytes |
| packages/phrases-experience/src/locales/pl-pl/account-center.ts | 📈 +100 Bytes |
| packages/phrases-experience/src/locales/pt-br/account-center.ts | 📈 +110 Bytes |
| packages/phrases-experience/src/locales/pt-pt/account-center.ts | 📈 +110 Bytes |
| packages/phrases-experience/src/locales/ru/account-center.ts | 📈 +132 Bytes |
| packages/phrases-experience/src/locales/th/account-center.ts | 📈 +156 Bytes |
| packages/phrases-experience/src/locales/tr-tr/account-center.ts | 📈 +94 Bytes |
| packages/phrases-experience/src/locales/uk-ua/account-center.ts | 📈 +132 Bytes |
| packages/phrases-experience/src/locales/zh-cn/account-center.ts | 📈 +87 Bytes |
| packages/phrases-experience/src/locales/zh-hk/account-center.ts | 📈 +87 Bytes |
| packages/phrases-experience/src/locales/zh-tw/account-center.ts | 📈 +90 Bytes |
| pnpm-lock.yaml | 📈 +1 Bytes |
xiaoyijun
approved these changes
Nov 18, 2025
Contributor
xiaoyijun
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall LGTM.
683ec8d to
8456d65
Compare
Base automatically changed from
wangsijie-log-12433-resolve-components-sharing
to
master
November 19, 2025 06:29
fdec9bd to
749640d
Compare
749640d to
3ee64c0
Compare
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
Add general error page component.
Testing
Checklist
.changeset