-
Notifications
You must be signed in to change notification settings - Fork 5
Redesign: very small improvements #1444
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
Conversation
This isn't in the designs, but it makes switching to this page from a page with a sidebar less jarring and makes the news pods easier to read on large screens.
…rovements Update VRT baselines
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## redesign-2024 #1444 +/- ##
=================================================
- Coverage 40.73% 40.73% -0.01%
=================================================
Files 494 494
Lines 22026 22031 +5
Branches 7297 7300 +3
=================================================
+ Hits 8972 8974 +2
- Misses 13017 13020 +3
Partials 37 37 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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 all looks good.
If we weren't waiting on release, I'd just merge this directly in and deal with the PrintButton wrapper not-mobile
s in a direct commit myself, but since we are waiting, feel free to fix it for the branch. Should be fine either way.
@@ -15,7 +16,7 @@ export const PrintButton = ({questionPage}: PrintProps ) => { | |||
|
|||
return questionPage ? | |||
<div className="position-relative"> | |||
{questionPrintOpen && <div className="action-buttons-popup-container not-mobile"> | |||
{questionPrintOpen && <div className={classNames("action-buttons-popup-container", {"not-mobile": isAda})}> |
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 seems fine, but there are some pages (e.g. Generic.tsx
) that use a wrapper div that also has not-mobile
for this button (as a relic from the old design), so that should probably be removed in those locations so that this behaviour is consistent across all pages with a print button.
Remove `not-mobile` from wrapper divs on various pages.
…rovements [VRT] Update baselines for redesign/more-misc-improvements
…rovements [VRT] Update baselines for redesign/more-misc-improvements
Lots of things being merged into |
…rovements [VRT] Update baselines for redesign/more-misc-improvements
No description provided.