fix(website): white theme for agentOS pages, fix mobile overflow#4539
Merged
NicholasKissel merged 1 commit intomainfrom Mar 31, 2026
Merged
fix(website): white theme for agentOS pages, fix mobile overflow#4539NicholasKissel merged 1 commit intomainfrom
NicholasKissel merged 1 commit intomainfrom
Conversation
Add overflow-x-hidden to all agentOS light-themed pages to fix mobile horizontal scroll. Apply white theme to registry detail pages in header, footer, and page content. Add "Publish a package" and "Request an extension" links to the registry hero.
|
🚅 Deployed to the rivet-pr-4539 environment in rivet-frontend
|
|
PR Review: fix(website): white theme for agentOS pages, fix mobile overflow. This is a clean, focused PR. The overflow-x-hidden fix is consistently applied. The theme detection pattern is consistent with existing patterns. The dark-to-light theme migration in slug.astro is thorough. Minor: the pathname check is duplicated in Header.tsx and Footer.jsx (consistent with existing pattern, but worth extracting to a utility). The overflow-x-hidden at page root should be fine for marketing pages. Hardcoded GitHub URLs in RegistryPage.tsx are low risk. Clean, well-contained fix. No bugs or security concerns. |
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.
Summary
overflow-x-hidden/agent-os/registry/[slug]) in the header, footer, and page contentTest plan
/agent-os,/agent-os/pricing,/agent-os/use-cases,/agent-os/registry)/agent-os/registry/<slug>) render with white theme (header, footer, content)