-
Notifications
You must be signed in to change notification settings - Fork 15
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: moved wallet connection feature from staking to global accessible component (#498) #762
Merged
quiet-node
merged 23 commits into
main
from
00498-(phase-2.b)-Wallet-connection-should-be-accessible-globally
Nov 22, 2023
Merged
feat: moved wallet connection feature from staking to global accessible component (#498) #762
quiet-node
merged 23 commits into
main
from
00498-(phase-2.b)-Wallet-connection-should-be-accessible-globally
Nov 22, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- moved network dropdown down to the search bar row - added new connect wallet button Signed-off-by: Logan Nguyen <[email protected]>
Signed-off-by: Logan Nguyen <[email protected]>
Signed-off-by: Logan Nguyen <[email protected]>
Signed-off-by: Logan Nguyen <[email protected]>
Signed-off-by: Logan Nguyen <[email protected]>
Signed-off-by: Logan Nguyen <[email protected]>
Signed-off-by: Logan Nguyen <[email protected]>
Signed-off-by: Logan Nguyen <[email protected]>
Signed-off-by: Logan Nguyen <[email protected]>
…ed unit tests Signed-off-by: Logan Nguyen <[email protected]>
Signed-off-by: Logan Nguyen <[email protected]>
…d unit test - in the test, added topNavBarWrapper component to trigger #connectWalletButton button and execute wallet connect logic Signed-off-by: Logan Nguyen <[email protected]>
Signed-off-by: Logan Nguyen <[email protected]>
…mponent Signed-off-by: Logan Nguyen <[email protected]>
Signed-off-by: Logan Nguyen <[email protected]>
Signed-off-by: Logan Nguyen <[email protected]>
Signed-off-by: Logan Nguyen <[email protected]>
Signed-off-by: Logan Nguyen <[email protected]>
Signed-off-by: Logan Nguyen <[email protected]>
Signed-off-by: Simon Viénot <[email protected]>
Signed-off-by: Simon Viénot <[email protected]>
Signed-off-by: Simon Viénot <[email protected]>
quiet-node
force-pushed
the
00498-(phase-2.b)-Wallet-connection-should-be-accessible-globally
branch
from
November 22, 2023 15:57
2a2a13c
to
36f145b
Compare
Coverage Report
File Coverage
|
svienot
force-pushed
the
00498-(phase-2.b)-Wallet-connection-should-be-accessible-globally
branch
from
November 22, 2023 16:26
36f145b
to
58e6346
Compare
Signed-off-by: Simon Viénot <[email protected]>
SonarCloud Quality Gate failed. 2 Bugs 0.0% Coverage The version of Java (11.0.17) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17. Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
svienot
approved these changes
Nov 22, 2023
quiet-node
deleted the
00498-(phase-2.b)-Wallet-connection-should-be-accessible-globally
branch
November 22, 2023 21:12
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description:
Related issue(s):
Fixes #498
Notes for reviewer:
Checklist