-
-
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: Network verification changed #7701
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. |
E2E test started on Bitrise: https://app.bitrise.io/app/be69d4368ee7e86d/pipelines/e50b8625-0b56-4721-8acd-87a6ae284a2c |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #7701 +/- ##
==========================================
+ Coverage 34.97% 35.02% +0.04%
==========================================
Files 1034 1035 +1
Lines 27529 27526 -3
Branches 2298 2309 +11
==========================================
+ Hits 9629 9640 +11
+ Misses 17387 17370 -17
- Partials 513 516 +3
☔ View full report in Codecov by Sentry. |
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.
Very clean and easy to understand code.
I pointed at some possible syntax improvements but they do not change the way the code works.
Only required change is the typo and comment to make a todo ;)
app/components/UI/NetworkVerificationInfo/NetworkVerificationInfo.tsx
Outdated
Show resolved
Hide resolved
app/components/UI/NetworkVerificationInfo/NetworkVerificationInfo.tsx
Outdated
Show resolved
Hide resolved
app/components/UI/NetworkVerificationInfo/NetworkVerificationInfo.tsx
Outdated
Show resolved
Hide resolved
app/components/UI/NetworkVerificationInfo/NetworkVerificationInfo.tsx
Outdated
Show resolved
Hide resolved
app/components/UI/NetworkVerificationInfo/NetworkVerificationInfo.tsx
Outdated
Show resolved
Hide resolved
app/components/UI/NetworkVerificationInfo/NetworkVerificationInfo.tsx
Outdated
Show resolved
Hide resolved
app/component-library/components/Pickers/PickerNetwork/PickerNetwork.constants.ts
Outdated
Show resolved
Hide resolved
app/component-library/components/Pickers/PickerNetwork/PickerNetwork.tsx
Outdated
Show resolved
Hide resolved
E2E test started on Bitrise: https://app.bitrise.io/app/be69d4368ee7e86d/pipelines/fc4f9955-2902-456b-b91c-769cb0c0b6fa |
E2E test started on Bitrise: https://app.bitrise.io/app/be69d4368ee7e86d/pipelines/63dbcc28-5bb7-4779-bdb7-1df81366a5b0 |
E2E test started on Bitrise: https://app.bitrise.io/app/be69d4368ee7e86d/pipelines/b08ae87f-a8cd-42e9-b964-2e7cdcf441a2 |
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.
Left some comments
app/component-library/components/BottomSheets/BottomSheet/BottomSheet.tsx
Outdated
Show resolved
Hide resolved
app/component-library/components/Pickers/PickerNetwork/PickerNetwork.tsx
Outdated
Show resolved
Hide resolved
app/component-library/components/Pickers/PickerNetwork/PickerNetwork.tsx
Outdated
Show resolved
Hide resolved
app/component-library/components/Pickers/PickerNetwork/PickerNetwork.tsx
Outdated
Show resolved
Hide resolved
app/components/UI/NetworkVerificationInfo/NetworkVerificationInfo.styles.ts
Outdated
Show resolved
Hide resolved
app/components/UI/NetworkVerificationInfo/NetworkVerificationInfo.tsx
Outdated
Show resolved
Hide resolved
app/components/UI/NetworkVerificationInfo/NetworkVerificationInfo.tsx
Outdated
Show resolved
Hide resolved
app/components/UI/NetworkVerificationInfo/NetworkVerificationInfo.tsx
Outdated
Show resolved
Hide resolved
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
Kudos, SonarCloud Quality Gate passed! |
Description
This PR aims to update network verification UI to help the user with more warnings when adding a custom network via dapp.
Related issues
Fixes: #
Manual testing steps
Screenshots/Recordings
https://recordit.co/QTde2ZiVrv
redirect to add custom network article
https://recordit.co/U7eo17r4qD
https://recordit.co/zywbsTqOec
Before
After
https://recordit.co/QTde2ZiVrv
Pre-merge author checklist
Pre-merge reviewer checklist