Skip to content

style(integration): align page with site design - #80

Merged
loverustfs merged 1 commit into
mainfrom
codex/integration-site-design
Aug 6, 2026
Merged

style(integration): align page with site design#80
loverustfs merged 1 commit into
mainfrom
codex/integration-site-design

Conversation

@loverustfs

Copy link
Copy Markdown
Contributor

style(integration): align page with site design

Copilot AI review requested due to automatic review settings August 6, 2026 02:19
@vercel

vercel Bot commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
rustfs-com Ready Ready Preview Aug 6, 2026 2:19am

@loverustfs
loverustfs merged commit 3cc854c into main Aug 6, 2026
3 of 4 checks passed
@loverustfs
loverustfs deleted the codex/integration-site-design branch August 6, 2026 02:19

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Integration directory page styling and presentation to better match the site’s current design language, including a redesigned hero section and refreshed catalog UI.

Changes:

  • Reworks the Integration page hero/intro section with new “signals” stats and an ecosystem visual block.
  • Updates IntegrationCatalog tab layout and project cards, including a new “Open docs” action button style and iconography.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
app/integration/page.tsx Redesigns the Integration landing page layout (hero, signals, ecosystem visual, and trademark/compatibility notice).
app/integration/integration-catalog.tsx Restyles the integration tabs and project cards; updates the docs action button and adds icons.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +109 to +113
<nav
className="flex gap-px overflow-x-auto border border-border bg-border xl:grid xl:grid-cols-7"
role="tablist"
aria-label="Integration category tabs"
>
Comment thread app/integration/page.tsx
Comment on lines +131 to +137
<div className="grid gap-2">
{["Security", "Big data", "Proxy"].map((label) => (
<span key={label} className="border border-border bg-card px-3 py-3 text-center font-mono text-[9px] font-semibold uppercase tracking-[0.12em] text-muted-foreground">
{label}
</span>
))}
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants