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
|
9f18cd9 to
429cd76
Compare
|
429cd76 to
4b26e2c
Compare
|
andreahaku
left a comment
There was a problem hiding this comment.
Hi, just a couple of suggestions for optimisation
|
5981720 to
6c5cce2
Compare
|
|
|
| showButtonIcon?: boolean; | ||
|
|
||
| buttonProps?: { | ||
| /** |
There was a problem hiding this comment.
@salimtb you should've imported the button props here
| "padding": 16, | ||
| "position": "relative", | ||
| "width": "95%", | ||
| "width": "90%", |
There was a problem hiding this comment.
do not use percentage width
brianacnguyen
left a comment
There was a problem hiding this comment.
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