Conversation
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
The changes are small, self-contained, and the server/client load composition correctly passes the new nextNightly data through to the page UI.
Pull request overview
Adds a new “GitButler Next Nightly” download section to the /nightly marketing page by fetching and parsing “Next” nightly build manifests server-side, then rendering platform-specific download links in the Svelte page.
Changes:
- Introduces
+page.server.tsto fetch “Next” nightly manifests (mac/linux x64/linux arm64) fromreleases.gitbutler.comand expose them asnextNightly. - Updates the universal
+page.tsload to merge server-provideddatainto the returned page data. - Extends
+page.sveltewith a new “Next Nightly” downloads UI (including Linux arch switch) and associated styling; adds theyamldependency to support manifest parsing.
File summaries
| File | Description |
|---|---|
| pnpm-lock.yaml | Locks the newly added yaml dependency for the web app. |
| apps/web/package.json | Adds yaml dependency used for parsing Next nightly manifests. |
| apps/web/src/routes/nightly/+page.server.ts | Fetches/parses Next nightly YAML manifests server-side and returns nextNightly data. |
| apps/web/src/routes/nightly/+page.ts | Spreads server data into the universal load result so nextNightly reaches the page. |
| apps/web/src/routes/nightly/+page.svelte | Renders the new “Next Nightly” download section and styles it. |
Review details
Files not reviewed (1)
- pnpm-lock.yaml: Generated file
- Files reviewed: 4/5 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Contributor
|
@samhh there are a few design mismatches, I'll push the fixes to this PR, hope you don't mind |
Contributor
Author
|
Absolutely not, please go for it 🙌 |
Contributor
PavelLaptev
approved these changes
Sep 9, 2026
PavelLaptev
added this pull request to stack #15877
September 9, 2026 20:59
PavelLaptev
force-pushed
the
sah-branch-60
branch
from
September 9, 2026 21:06
562b93e to
88670f6
Compare
The hero card, the Next Nightly panel, and the "Other releases" list on the /downloads and /nightly pages were direct children of the marketing layout grid, so they were spaced at its shared 60px row gap. Group them in a subgrid wrapper with a 20px row gap instead, leaving the layout gap and the 30px header spacing untouched.
The GitButler Next block on /nightly had its own layout: eyebrow, badge, and three labelled platform tiles on a gradient. It now reuses the hero's structure and classes, with a blue modifier that draws a faint 16px grid over the background, the Next app icon in the hero's icon slot, and a mono meta line of preview label, version, and release date under the title. The cards keep the hero's glyphs: Apple Silicon links to the DMG, Linux keeps its architecture select with uppercase .APPIMAGE and .DEB links, and Windows is a dashed "Coming soon" card. The three platform glyphs move into snippets shared by both sections and both use one date formatting helper. The server load passes the manifest's release date through for the meta line.
PavelLaptev
force-pushed
the
sah-branch-60
branch
from
September 10, 2026 15:40
88670f6 to
ae6a417
Compare
This branch was successfully deployed
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.

Closes GB-2019. Anyone feel free to change the copy/visuals or merge; we tentatively plan to merge this on Friday.
https://gitbutler-j6c7a0x00-gitbutler.vercel.app/nightly