-
Notifications
You must be signed in to change notification settings - Fork 369
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
[Wallet] Fix disconnecting banner overlap in wallet home #1765
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1765 +/- ##
==========================================
+ Coverage 74.17% 74.21% +0.03%
==========================================
Files 278 278
Lines 7652 7652
Branches 957 957
==========================================
+ Hits 5676 5679 +3
+ Misses 1858 1856 -2
+ Partials 118 117 -1
Continue to review full report at Codecov.
|
The "Connecting to Celo..." is also moved down a little, right? |
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.
LGTM! Thanks for fixing this! 🎉
I wish we had a less invasive UI connection status element. 👀
hideAlert={jest.fn()} | ||
importContacts={jest.fn()} | ||
loading={false} | ||
appConnected={false} |
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 think this value gets overwritten by the value set in the provider store. I don't see the banner in the snapshot.
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.
Good catch. Updated to use createMockStoreAppDisconnected()
.
…o into annakaz/minor-bugs
Description
Tiny PR fixing the disconnected banner overlap in wallet home. This does not affect the UI when the banner is not shown
Tested
Added and ran jest tests
Related issues
Previously:
Now: