-
Notifications
You must be signed in to change notification settings - Fork 881
feat: Add preferences pages #893
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
Conversation
@presleyp this may impact your work with the admin pages. Please, let me know if it breaks anything for you. |
Codecov Report
@@ Coverage Diff @@
## main #893 +/- ##
==========================================
+ Coverage 65.73% 65.88% +0.15%
==========================================
Files 218 222 +4
Lines 13849 13875 +26
Branches 103 103
==========================================
+ Hits 9103 9142 +39
+ Misses 3814 3811 -3
+ Partials 932 922 -10
Continue to review full report at Codecov.
|
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.
Looks good! Can you take all the user-facing strings and put them in Language
objects? There's an example in the SignInForm I believe.
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.
Can you merge latest main into this branch so that we get the Chromatic workflow to run
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.
Can you merge latest mainline again --> want to have chromatic rerun on this one and it will error if your branch is behind #910
Co-authored-by: G r e y <[email protected]>
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.
Last set of changes, everything looks great otherwise!
Closes #746