-
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
Sign in with Ethereum: re-enable warning UI for mismatched domains / disable domain binding #18200
Sign in with Ethereum: re-enable warning UI for mismatched domains / disable domain binding #18200
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. |
The code change here looks solid. I think the shared components used in the warning was modified in other PRs, thus the odd views. @digiwand There is no other code to worry about from a functionality perspective |
Builds ready [d924916]
Page Load Metrics (1591 ± 55 ms)
Bundle size diffs [🚀 Bundle size reduced!]
|
Codecov Report
@@ Coverage Diff @@
## develop #18200 +/- ##
===========================================
- Coverage 63.96% 63.95% -0.00%
===========================================
Files 914 914
Lines 35623 35616 -7
Branches 9030 9027 -3
===========================================
- Hits 22784 22778 -6
+ Misses 12839 12838 -1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Thanks @skgbafa! for now, I've added code to fix the warning UI. We can follow-up with a proper fix and fine-tune the UI after |
Builds ready [bdbc997]
Page Load Metrics (1669 ± 135 ms)
Bundle size diffs [🚀 Bundle size reduced!]
|
Builds ready [185213d]
Page Load Metrics (1563 ± 41 ms)
Bundle size diffs [🚀 Bundle size reduced!]
|
This reverts commit c80a4a2.
Builds ready [412a91a]
Page Load Metrics (1488 ± 30 ms)
Bundle size diffs [🚀 Bundle size reduced!]
|
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
@@ -21,18 +21,25 @@ | |||
box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.08); | |||
} | |||
|
|||
/** @todo replace ActionableMessage or remove overwritten code. */ |
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.
this is addressed in this follow-up PR: #18207
Builds ready [e11c2fc]
Page Load Metrics (1490 ± 35 ms)
Bundle size diffs [🚀 Bundle size reduced!]
|
Follow-up to this |
Explanation
Fixes #17707
Hotfix targeting v10.26.2
Screenshots/Screencaps
Before
SIWE.mov
previous warning UI:
After
Manual Testing Steps
Pre-merge author checklist
Pre-merge reviewer checklist
If further QA is required (e.g. new feature, complex testing steps, large refactor), add the
Extension QA Board
label.In this case, a QA Engineer approval will be be required.