[Website] Re-add Nitro download page#9900
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Reintroduces a dedicated Nitro download experience on the website’s Nitro product page (including native app download options), and adjusts header/drawer stacking to ensure overlays render above the sticky header.
Changes:
- Raised z-index values for the sticky header and mobile drawers to improve overlay stacking.
- Updated the Nitro product page CTA area to use a new
NitroDownloadwidget instead of the “Launch Web App” button, and added a product screenshot. - Added a client-side
NitroDownloadcomponent that fetches release manifests from the CDN and renders stable/insider download options.
Reviewed changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated 7 comments.
Show a summary per file
| File | Description |
|---|---|
| website-next/src/components/TocDrawer.tsx | Increase overlay z-index to ensure TOC drawer sits above other sticky elements. |
| website-next/src/components/SidebarDrawer.tsx | Increase overlay z-index to ensure sidebar drawer sits above other sticky elements. |
| website-next/src/components/Header.tsx | Increase header z-index to align stacking behavior with other overlays. |
| website-next/app/(content)/products/nitro/page.tsx | Swap primary CTA to NitroDownload and add Nitro screenshot image. |
| website-next/app/(content)/products/nitro/NitroDownload.tsx | New download widget: fetch manifests, pick OS-specific stable download, and provide full download matrix. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This was referenced Jun 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.