-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
fix(web): persisted store #18385
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
fix(web): persisted store #18385
Conversation
What issue is it causing and how do you reproduce it? |
2025-05-20.160655.mp4It happens on the non- |
c86276f
to
836956f
Compare
Hello, can you help fix the failed tests? |
Preview env only works for PRs opened directly from the project, not on fork |
836956f
to
c2c7395
Compare
c2c7395
to
ae6bc1b
Compare
Done.
For who has encountered issues #17284 and #17270, you should clear blank |
Can you only keep the changes to the en.json file and revert the changes from other locales? |
Everything is ok now. |
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.
I haven't tested it but this looks correct to me, thanks!
Okay, handle blank |
35ac488
to
f01dabb
Compare
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.
Thanks!
* fix(web): persisted store * fix: translation * fix: test * fix: test * revert i18n changes * fix blank locale
Fix failure in persisting the app settings and wrong fix in PR #17284.
PR #17284 will cause invalid default locale setting, because default locale setting will be seen as
en-US
.Update: fix #18453.