-
Notifications
You must be signed in to change notification settings - Fork 208
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
task/WD-6598 #13211
task/WD-6598 #13211
Conversation
* Fix subscription status chips * Remove juju install section * Address comments * Refresh /download/raspberry-pi * Hide images on smaller screens * Update with UX suggestions * Remove whitespace from th tag * Update raspberry-pi 5 image --------- Co-authored-by: minkyngkm <[email protected]> Co-authored-by: Carlos Wu Fei <[email protected]> Co-authored-by: Carlos Wu <[email protected]> Co-authored-by: Min Kim <[email protected]>
Demo starting at https://ubuntu-com-13211.demos.haus |
releases.yaml
Outdated
short_version: "23.10" | ||
full_version: "23.10" | ||
core_version: "22" | ||
release_date: "April 2023" | ||
eol: "January 2024" | ||
eol: "July 2024" | ||
past_eol_date: false | ||
release_notes_url: "https://discourse.ubuntu.com/t/lunar-lobster-release-notes/31910" | ||
release_notes_url: "https://discourse.ubuntu.com/t/mantic-minotaur-release-notes/35534" | ||
lts: |
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.
You don't need any of these changes, we still haven't released 23.10, this will change on October 12
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.
The copy doc had those changes
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.
Liza, you need to point your PR to 23-10-release
branch instead of main
. Then you will see that these changes are already applied there.
@@ -65,7 +65,7 @@ <h2>Ubuntu {{ releases.latest.full_version }}</h2> | |||
<div class="u-align--center u-sv4"> | |||
{{ | |||
image ( | |||
url="https://assets.ubuntu.com/v1/3a32d136-Lobster_circular.png", | |||
url="https://assets.ubuntu.com/v1/d708a347-mantic-minotaur-logo.png", |
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.
You may need design review for this.
Codecov Report
@@ Coverage Diff @@
## 23-10-release #13211 +/- ##
=================================================
+ Coverage 75.30% 75.40% +0.09%
=================================================
Files 106 106
Lines 2847 2862 +15
Branches 932 942 +10
=================================================
+ Hits 2144 2158 +14
- Misses 681 682 +1
Partials 22 22 |
@@ -101,7 +101,7 @@ | |||
"flickity": "^3.0.0", | |||
"formik": "2.2.9", | |||
"intl-tel-input": "17.0.18", | |||
"postcss": "8.4.5", | |||
"postcss": "8.4.31", |
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 change shouldn't be here
@@ -79,7 +79,7 @@ <h2>Ubuntu {{ releases.latest.full_version }}</h2> | |||
<script>performance.mark("Download (Desktop) button rendered")</script> | |||
</p> | |||
<p> | |||
<a href="https://cdimage.ubuntu.com/releases/lunar/release/ubuntu-23.04-desktop-legacy-amd64.iso" onclick="dataLayer.push({'event' : 'GAEvent', 'eventCategory' : 'Download', 'eventAction' : 'Desktop', 'eventLabel' : '{{ releases.latest.short_version }} legacy installer', 'eventValue' : undefined });">Download {{ releases.latest.short_version }} (Legacy Desktop Installer)</a> | |||
<a href="https://cdimage.ubuntu.com/releases/lunar/release/ubuntu-{{ releases.latest.short_version }}-desktop-legacy-amd64.iso" onclick="dataLayer.push({'event' : 'GAEvent', 'eventCategory' : 'Download', 'eventAction' : 'Desktop', 'eventLabel' : '{{ releases.latest.short_version }} legacy installer', 'eventValue' : undefined });">Download {{ releases.latest.short_version }} (Legacy Desktop Installer)</a> |
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 the only change you need. To confirm with @anthonydillon
releases.yaml
Outdated
short_version: "23.10" | ||
full_version: "23.10" | ||
core_version: "22" | ||
release_date: "April 2023" | ||
eol: "January 2024" | ||
eol: "July 2024" | ||
past_eol_date: false | ||
release_notes_url: "https://discourse.ubuntu.com/t/lunar-lobster-release-notes/31910" | ||
release_notes_url: "https://discourse.ubuntu.com/t/mantic-minotaur-release-notes/35534" | ||
lts: |
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.
Liza, you need to point your PR to 23-10-release
branch instead of main
. Then you will see that these changes are already applied there.
d1ac09d
to
14e5204
Compare
@lizzochek looks like you didn't rebase your branch agains latest changes. Please rebase it against upstream |
@lizzochek also, it seems like you create a branch in the parent repository, while as you need to create your branch from your forked repository. |
Done
QA
./run serve
ordotrun
Issue / Card
WD-6598
Fixes #
Screenshots
Help
QA steps - Commit guidelines