-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
fix: display of network name in network switch toast on confirmation pages #27100
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. |
Builds ready [4f4d14d]
Page Load Metrics (1660 ± 52 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Quality Gate passedIssues Measures |
Builds ready [6e559b0]
Page Load Metrics (1603 ± 96 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #27100 +/- ##
===========================================
+ Coverage 70.02% 70.03% +0.01%
===========================================
Files 1432 1432
Lines 49872 49879 +7
Branches 13969 13970 +1
===========================================
+ Hits 34922 34930 +8
+ Misses 14950 14949 -1 ☔ 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.
Nice fix!
Looks like the style is off with the toast. might be a DS toast specific issue. It should be absolute/relative from the footer, not fixed position from the display height
Missing release label release-12.5.0 on PR. Adding release label release-12.5.0 on PR and removing other release labels(release-12.6.0), as PR was added to branch 12.5.0 when release was cut. |
Description
Fix display of network name on account switch toast, name of some less popular networks is not visible.
Related issues
Fixes: #26982
Manual testing steps
Screenshots/Recordings
Pre-merge author checklist
Pre-merge reviewer checklist