Skip to content

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

Merged
merged 19 commits into from
May 15, 2025
Merged

Conversation

axlewin
Copy link
Contributor

@axlewin axlewin commented May 13, 2025

No description provided.

Copy link

codecov bot commented May 13, 2025

Codecov Report

Attention: Patch coverage is 35.71429% with 9 lines in your changes missing coverage. Please review.

Project coverage is 40.73%. Comparing base (6159e2a) to head (89fa6b1).
Report is 21 commits behind head on redesign-2024.

Files with missing lines Patch % Lines
src/app/components/pages/News.tsx 22.22% 7 Missing ⚠️
src/app/components/elements/PrintButton.tsx 66.66% 1 Missing ⚠️
src/app/components/pages/Search.tsx 0.00% 1 Missing ⚠️
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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Contributor

@sjd210 sjd210 left a 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-mobiles 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})}>
Copy link
Contributor

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.

@sjd210
Copy link
Contributor

sjd210 commented May 15, 2025

Lots of things being merged into redesign-2024 in a short span, so needing to constantly update VRTs on the branch 😐. This'll get in eventually

@sjd210 sjd210 merged commit 8d6a4b1 into redesign-2024 May 15, 2025
8 checks passed
@sjd210 sjd210 deleted the redesign/more-misc-improvements branch May 15, 2025 12:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants