-
Notifications
You must be signed in to change notification settings - Fork 928
feat: add the preferences/account page #999
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
Codecov Report
@@ Coverage Diff @@
## main #999 +/- ##
==========================================
+ Coverage 57.35% 67.35% +9.99%
==========================================
Files 256 259 +3
Lines 14987 15059 +72
Branches 136 151 +15
==========================================
+ Hits 8596 10143 +1547
+ Misses 5473 3896 -1577
- Partials 918 1020 +102
Continue to review full report at Codecov.
|
Co-authored-by: G r e y <[email protected]>
…nto bq/755/account-page
Co-authored-by: G r e y <[email protected]>
Co-authored-by: G r e y <[email protected]>
expect( | ||
mapApiErrorToFieldErrors({ | ||
message: "Invalid entry", | ||
errors: [{ detail: "Username is already in use", field: "username" }], |
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 love having these tests because it helps me see what the data structure looks like :)
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.
Great work!
Hey folks, I added some components and “helper” functions on this PR that could be useful for the team:
<FormStack>
- to make the spacing between the fields consistentCloses #755