-
Notifications
You must be signed in to change notification settings - Fork 179
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(app): Enable new connectivity card #2517
Conversation
Codecov Report
@@ Coverage Diff @@
## edge #2517 +/- ##
==========================================
+ Coverage 50.69% 50.77% +0.08%
==========================================
Files 626 625 -1
Lines 16086 16058 -28
==========================================
- Hits 8155 8154 -1
+ Misses 7931 7904 -27
Continue to review full report at Codecov.
|
{SUCCESS_MESSAGE} | ||
</AlertModal> | ||
</Portal> | ||
<AlertModal |
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.
Moved the WifiConnectModal
into SelectNetwork
folder
Removing the feature flag at this time would break backwards compatibility at this time. Closing this PR in favor of a smaller styling specific PR #2522 |
overview
This PR also serves as a ticket for applying component library styling the wifi dropdown (react-select).
Previous connectivity cards were labeled as refactors due to the fact that any new features were behind a feature flag. This PR also removes the old connectivity card in favor of the old one, which now allows for connecting to unsecure networks and WPA2 personal.
changelog
SelectNetwork
+ remove old componentsreview requests
This is a little whacky. A combination of custom components to replace
react-select
defaults and styling withemotion
was needed to match the designs. I'm open to revisiting this if we move this react-select dropdown into the components library.TODO
Should we hold off on merging this until validation is present in the form? Or at least a disabled submit button when password is empty?