-
-
Notifications
You must be signed in to change notification settings - Fork 6.4k
feat: redesign the previous releases page #7630
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
fd432c4
to
1e0ad17
Compare
looks good so far! Way to go! I've left one nitpick, but I know this is still a draft |
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.
Great thing but there are a couple of things that need fine-tuning
V0 - v17 "Release Announcement" is throwing 404 because there are any post about that.
apps/site/components/Downloads/DownloadReleasesTable/DetailsButton.tsx
Outdated
Show resolved
Hide resolved
IMO the code name feels too small, like it's part of the modal content, I feel it like it should be prominent (if present). Maybe something like "Node.js 22 'Jod'" as a header? (I know I initially said to prefix the version w/ "v", but looking at the release lines, they aren't prefixed like that anywhere else) Also, TYSM for tackling this |
Lighthouse Results
|
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.
I love this change
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.
WOW awesome job done here !
@araujogui Do you know the cause of https://git.1-hub.cnnodejs/nodejs.org/actions/runs/14713449783/job/41291282023?pr=7630? |
I have no idea, it works locally. |
I only re-runned the workflow and it worked, weird |
#7630 (comment) #7630 (comment) are resolved, right? If so, I think we can merge this! |
It's resolved |
Then, by the power invested in me, I now pronounce this PR merged! |
Description
Redesign the Previous Releases page
Related Issues
Fixes #7445
Check List
npm run format
to ensure the code follows the style guide.npm run test
to check if all tests are passing.npx turbo build
to check if the website builds without errors.