-
-
Notifications
You must be signed in to change notification settings - Fork 119
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
Feat/622 Enable language selection before login #654
Feat/622 Enable language selection before login #654
Conversation
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.
The changes look sound but I have a question about implementation choice.
Co-authored-by: Ryan Emberling <[email protected]>
Any idea how my changes in 2b3b7cf could cause this? |
This is a really annoying known issue with how sails is currently running alongside cypress. It's not from your PR. The changes here look good and wouldn't cause that. |
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.
Nicely done. This is a solid improvement to the UX and refactoring the language selector into its own component is a nice bonus for devEx. Thanks for your contribution!
Resolves: #622
I took the logic for language selection and put it in its own component, which is not nested in both
TheUserMenu
andLoginView
Please describe additional details for testing this change