-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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: multi rpc modal #11685
feat: multi rpc modal #11685
Conversation
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
f03f774
to
9f18cd9
Compare
Bitrise🔄🔄🔄 Commit hash: 9f18cd9 Note
|
9f18cd9
to
429cd76
Compare
Bitrise❌❌❌ Commit hash: 429cd76 Note
Tip
|
429cd76
to
4b26e2c
Compare
Bitrise✅✅✅ Commit hash: 4b26e2c Note
|
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.
Hi, just a couple of suggestions for optimisation
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
Bitrise✅✅✅ Commit hash: 25fa281 Note
|
5981720
to
6c5cce2
Compare
Bitrise✅✅✅ Commit hash: 6c5cce2 Note
|
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 @salimtb !
Bitrise✅✅✅ Commit hash: 6d761c4 Note
|
Quality Gate passedIssues Measures |
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
showButtonIcon?: boolean; | ||
|
||
buttonProps?: { | ||
/** |
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.
@salimtb you should've imported the button props here
@@ -19,7 +19,7 @@ exports[`ListItemMultiSelectButton should render correctly with default props 1` | |||
"opacity": 1, | |||
"padding": 16, | |||
"position": "relative", | |||
"width": "95%", | |||
"width": "90%", |
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.
do not use percentage width
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.
Design System did not approve this PR
Description
This PR introduces the UI implementation for the Multi-RPC Modal, which is part of the broader initiative to support multiple RPC endpoints for networks. The modal allows users to view and select from multiple RPC options for a specific network, ensuring a smoother transition or switch between different endpoints.
UI Only: This PR focuses solely on the implementation of the UI. The modal is not yet integrated or functional in the application as it requires the upgrade of the Network Controller to version v21.
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist