Skip to content

Add Global Accounts launch homepage updates#411

Merged
patcapulong merged 1 commit intomainfrom
pat/grid-global-accounts-launch
Apr 28, 2026
Merged

Add Global Accounts launch homepage updates#411
patcapulong merged 1 commit intomainfrom
pat/grid-global-accounts-launch

Conversation

@patcapulong
Copy link
Copy Markdown
Contributor

Summary

  • Updates the docs homepage banner for the Grid Global Accounts launch and points it to /global-accounts.
  • Adds Global Accounts to the homepage use-case module with optimized WebP assets.
  • Adds a Global Accounts section to the Use Cases page with six launch use cases.

Test plan

  • Ran make lint.
  • Verified /platform-overview/use-cases renders the new Global Accounts cards locally.
  • Confirmed edited MDX/CSS files have no IDE lint errors.

Made with Cursor

@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 28, 2026

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

Project Deployment Actions Updated (UTC)
grid-flow-builder Ready Ready Preview, Comment Apr 28, 2026 7:02am

Request Review

@mintlify
Copy link
Copy Markdown
Contributor

mintlify Bot commented Apr 28, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
Grid 🟢 Ready View Preview Apr 28, 2026, 7:04 AM

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented Apr 28, 2026

Greptile Summary

This PR updates the docs homepage for the Grid Global Accounts launch: replaces the hero banner (new image, copy, and link to /global-accounts), adds a Global Accounts tile group (4 items) to the homepage use-case module, and prepends a six-card Global Accounts section to the Use Cases page — all consistent with existing patterns and component usage.

Confidence Score: 5/5

Safe to merge — changes are purely documentation/marketing content with one minor style concern.

Only P2 finding (dark mode button style removal); no logic errors, broken links, or missing required content. Existing component patterns are followed correctly throughout.

mintlify/style.css — confirm intentional removal of dark-mode hero button overrides

Important Files Changed

Filename Overview
mintlify/index.mdx Adds Global Accounts to the homepage gridCategories (4 items) and updates hero banner link, text, and button label to promote the launch.
mintlify/platform-overview/use-cases.mdx Prepends a new Global Accounts section with 6 ImageCards, all correctly linking to /global-accounts, consistent with existing section patterns.
mintlify/style.css Swaps hero banner background image to banner-bg.webp and removes dark-mode button overrides — the removal may affect dark-mode button appearance.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Homepage index.mdx] --> B[Hero Banner]
    A --> C[gridCategories]
    B --> B1["href: /global-accounts\nText: Introducing Grid Global Accounts\nBG: banner-bg.webp"]
    C --> D[Global Accounts NEW]
    C --> E[Payouts & B2B]
    C --> F[...]
    D --> D1[Financial apps & wallets]
    D --> D2[Creator platforms]
    D --> D3[Marketplaces]
    D --> D4[On-demand platforms]
    G[Use Cases Page\nuse-cases.mdx] --> H[Global Accounts Section NEW]
    H --> H1[Financial apps & wallets]
    H --> H2[Creator platforms]
    H --> H3[Marketplaces]
    H --> H4[On-demand platforms]
    H --> H5[Messaging platforms]
    H --> H6[Social platforms]
    H1 & H2 & H3 & H4 & H5 & H6 --> Z["/global-accounts"]
Loading

Fix All in Claude Code

Prompt To Fix All With AI
This is a comment left during a code review.
Path: mintlify/style.css
Line: 3328-3333

Comment:
**Dark mode button styles removed without replacement**

The `html.dark .hero-banner-button` and its `:hover` state are deleted. Previously in dark mode, the button had a distinct dark background (`var(--ls-gray-950)`) and light text (`var(--ls-gray-050)`). Without these overrides, the button will fall back to its light-mode appearance in dark mode — which may produce poor contrast or look unintentional depending on the button's base CSS. If this deletion is intentional (e.g., the new design is the same across themes), a brief comment confirming that would help reviewers.

How can I resolve this? If you propose a fix, please make it concise.

Reviews (1): Last reviewed commit: "docs: add Global Accounts launch homepag..." | Re-trigger Greptile

Comment thread mintlify/style.css
Comment on lines 3328 to 3333
}
}

html.dark .hero-banner-button {
background: var(--ls-gray-950);
color: var(--ls-gray-050);
}

html.dark .hero-banner-button:hover {
background: var(--ls-gray-900);
}

/* ===========================================
Info Cards (Understand Grid & Start Building)
=========================================== */
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.

P2 Dark mode button styles removed without replacement

The html.dark .hero-banner-button and its :hover state are deleted. Previously in dark mode, the button had a distinct dark background (var(--ls-gray-950)) and light text (var(--ls-gray-050)). Without these overrides, the button will fall back to its light-mode appearance in dark mode — which may produce poor contrast or look unintentional depending on the button's base CSS. If this deletion is intentional (e.g., the new design is the same across themes), a brief comment confirming that would help reviewers.

Prompt To Fix With AI
This is a comment left during a code review.
Path: mintlify/style.css
Line: 3328-3333

Comment:
**Dark mode button styles removed without replacement**

The `html.dark .hero-banner-button` and its `:hover` state are deleted. Previously in dark mode, the button had a distinct dark background (`var(--ls-gray-950)`) and light text (`var(--ls-gray-050)`). Without these overrides, the button will fall back to its light-mode appearance in dark mode — which may produce poor contrast or look unintentional depending on the button's base CSS. If this deletion is intentional (e.g., the new design is the same across themes), a brief comment confirming that would help reviewers.

How can I resolve this? If you propose a fix, please make it concise.

Fix in Claude Code

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

no this is good because the background is dark on both light and dark mode so the button should be light.

Pay gig workers into dollar accounts they can withdraw from locally
</ImageCard>
<ImageCard title="Messaging platforms" img="/images/use-cases/gga-messaging-platforms.webp" href="/global-accounts">
Add dollar accounts for transfers inside chat and community experiences
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.

transfers > payments?

@patcapulong patcapulong merged commit 34c3f1a into main Apr 28, 2026
8 checks passed
@patcapulong patcapulong deleted the pat/grid-global-accounts-launch branch April 28, 2026 07:13
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.

3 participants