- Notifications
You must be signed in to change notification settings - Fork928
feat: Add user menu#887
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
codecovbot commentedApr 6, 2022 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov Report
@@ Coverage Diff @@## main #887 +/- ##==========================================- Coverage 66.54% 65.99% -0.56%========================================== Files 126 218 +92 Lines 12854 13849 +995 Branches 0 103 +103 ==========================================+ Hits 8554 9139 +585- Misses 3401 3789 +388- Partials 899 921 +22
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.
Can we storybook the user dropdown?
@vapurrmaid added storybook and unit tests |
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.
Great test! Same comment on this one - can you pull out the labels into aLanguage
constant and then, you can also use that constant in your tests to make them less brittle in what they target. Feel free not to in any cases where you think we should test that the language is actually what we expect it to be.
Good suggestion@presleyp, it is added! |
Uh oh!
There was an error while loading.Please reload this page.
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.
Found a tiny thing but basically good to go!
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.
It's safe to ignore the chromatic error here - it's because in#910 the secret token was deleted. You can either merge latest main, and CI will rerun, or just merge.
Closes#743