-
Notifications
You must be signed in to change notification settings - Fork 210
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
Wd 8751 update the pro subscribe page visuals #13601
Wd 8751 update the pro subscribe page visuals #13601
Conversation
Demo starting at https://ubuntu-com-13601.demos.haus |
@lyubomir-popov mind doing a design review on this one please? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #13601 +/- ##
==========================================
+ Coverage 74.41% 74.49% +0.07%
==========================================
Files 107 107
Lines 2838 2854 +16
Branches 946 954 +8
==========================================
+ Hits 2112 2126 +14
- Misses 702 704 +2
Partials 24 24
|
A couple of things I noticed:
|
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.
A few things to change after talking to @lechsandecki. We might want to update the copydoc too to reflect the changes.
/> | ||
<hr /> | ||
<RadioInput | ||
label="Infra only - limited subset" |
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.
Please change this to Infra - only limited subset
.
</Row> | ||
<Row> | ||
<Col size={2} emptyMedium={2} emptyLarge={2}> | ||
<h1>{feature === Features.pro ? "25000" : "2300"}</h1> |
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.
25,000
and 2,300
<Col size={3}> | ||
<p> | ||
Covers {feature === Features.pro ? "25000" : "2300"} packages in |
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 whole thing can become just packages covered
since we have the descriptions on the graph labels.
disabled={infraOnlyDisabled} | ||
/> | ||
<p className="p-text--small graphic-legend-main"> | ||
LTS standard security maintenance for Ubuntu Main (initial 5 years) |
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.
Change to 10 years of security maintenance for packages in Ubuntu Main repository
</p> | ||
{feature === Features.pro && ( | ||
<p className="p-text--small graphic-legend-universe"> | ||
LTS Expanded Security Maintenance (ESM) for Ubuntu Main |
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.
Change to 10 years of security maintenance for packages in Ubuntu Universe repository
<Col size={3}> | ||
<p> | ||
Covers {feature === Features.pro ? "25,000" : "2,300"} packages in |
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 one slipped through the first round of commends you can remove the Covers {feature === Features.pro ? "25,000" : "2,300"}
.
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.
Approving with a change requested.
Done
QA
./run serve
ordotrun
Issue / Card
Fixes #WD-8751
Screenshots
Help
QA steps - Commit guidelines