-
Notifications
You must be signed in to change notification settings - Fork 5k
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 editor #25219
feat: multi RPC editor #25219
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. |
<Text variant={TextVariant.bodySm}>{dummyRpcEndpoints[0]}</Text> | ||
<Icon name={isOpen ? IconName.ArrowUp : IconName.ArrowDown} /> | ||
</Box> | ||
<Popover |
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.
The width of this popover is just based on contents for now. Will need to be constrained once this form becomes a fullscreen/modal.
ui/pages/settings/networks-tab/networks-form/rpc-url-editor.tsx
Outdated
Show resolved
Hide resolved
ui/pages/settings/networks-tab/networks-form/rpc-url-editor.tsx
Outdated
Show resolved
Hide resolved
ui/pages/settings/networks-tab/networks-form/rpc-url-editor.tsx
Outdated
Show resolved
Hide resolved
Good start here! |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #25219 +/- ##
===========================================
- Coverage 65.68% 65.67% -0.02%
===========================================
Files 1377 1378 +1
Lines 54623 54640 +17
Branches 14320 14325 +5
===========================================
+ Hits 35879 35881 +2
- Misses 18744 18759 +15 ☔ View full report in Codecov by Sentry. |
Builds ready [18e2b99]
Page Load Metrics (52 ± 4 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
LGTM , works as expected ✅ |
Builds ready [8dfde99]
Page Load Metrics (134 ± 182 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
I've got pending improvements on top of this, but think this PR is a good checkpoint |
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.
Description
Initial UI for a multi rpc editor in the network form.
Screen.Recording.2024-06-12.at.10.50.27.PM.mov
Related issues
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist