[PR #8432] [MERGED] docs: migrate products page from query params to sub-routes (#8299) #16214

Closed
opened 2026-04-13 10:26:42 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/8432
Author: @ping-maxwell
Created: 3/5/2026
Status: Merged
Merged: 3/5/2026
Merged by: @ping-maxwell

Base: mainHead: main


📝 Commits (1)

  • d9c943b docs: migrate products page from query params to sub-routes (#8299)

📊 Changes

10 files changed (+503 additions, -465 deletions)

View changed files

📝 landing/app/enterprise/enterprise-client.tsx (+1 -1)
landing/app/products/[tab]/_components/framework-content.tsx (+156 -0)
📝 landing/app/products/[tab]/_components/infrastructure-content.tsx (+2 -445)
landing/app/products/[tab]/_components/products-shell.tsx (+264 -0)
landing/app/products/[tab]/layout.tsx (+13 -0)
landing/app/products/[tab]/page.tsx (+47 -0)
📝 landing/app/products/page.tsx (+2 -14)
📝 landing/components/landing/hero-readme.tsx (+3 -3)
📝 landing/components/landing/staggered-nav-files.tsx (+2 -2)
📝 landing/next.config.js (+13 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/better-auth/better-auth/pull/8432 **Author:** [@ping-maxwell](https://github.com/ping-maxwell) **Created:** 3/5/2026 **Status:** ✅ Merged **Merged:** 3/5/2026 **Merged by:** [@ping-maxwell](https://github.com/ping-maxwell) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`d9c943b`](https://github.com/better-auth/better-auth/commit/d9c943bbe022f2efdf8d9bcdca8653e44c923a7a) docs: migrate products page from query params to sub-routes (#8299) ### 📊 Changes **10 files changed** (+503 additions, -465 deletions) <details> <summary>View changed files</summary> 📝 `landing/app/enterprise/enterprise-client.tsx` (+1 -1) ➕ `landing/app/products/[tab]/_components/framework-content.tsx` (+156 -0) 📝 `landing/app/products/[tab]/_components/infrastructure-content.tsx` (+2 -445) ➕ `landing/app/products/[tab]/_components/products-shell.tsx` (+264 -0) ➕ `landing/app/products/[tab]/layout.tsx` (+13 -0) ➕ `landing/app/products/[tab]/page.tsx` (+47 -0) 📝 `landing/app/products/page.tsx` (+2 -14) 📝 `landing/components/landing/hero-readme.tsx` (+3 -3) 📝 `landing/components/landing/staggered-nav-files.tsx` (+2 -2) 📝 `landing/next.config.js` (+13 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-13 10:26:42 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#16214