[PR #5279] [MERGED] [cherry-pick]docs update #22799

Closed
opened 2026-04-15 21:17:25 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/5279
Author: @himself65
Created: 10/13/2025
Status: Merged
Merged: 10/13/2025
Merged by: @himself65

Base: mainHead: himself65/2025/10/13/docs


📝 Commits (5)

📊 Changes

9 files changed (+2144 additions, -2177 deletions)

View changed files

📝 docs/components/floating-ai-search.tsx (+104 -45)
📝 docs/content/docs/authentication/other-social-providers.mdx (+2 -2)
📝 docs/content/docs/guides/browser-extension-guide.mdx (+2 -2)
📝 docs/content/docs/plugins/api-key.mdx (+3 -3)
📝 docs/next.config.js (+3 -0)
📝 docs/package.json (+4 -4)
📝 docs/proxy.ts (+1 -1)
📝 docs/tsconfig.json (+8 -2)
📝 pnpm-lock.yaml (+2017 -2118)

📄 Description

Summary by cubic

Make the Ask AI search mobile-friendly and update the docs app to Next.js 16/React 19.2 for better dev experience and performance. Also fixes OAuth capitalization, example links, and the API key plugin option name in docs.

  • New Features

    • Improved Ask AI on small screens: responsive layout, horizontally scrollable suggestions, and an info popover for the disclaimer.
    • Better touch targets and controls; adaptive overlay and mask for mobile.
  • Dependencies

    • Upgrade to Next.js 16.0.0-beta.0 and React/React DOM 19.2.0.
    • Dev tweaks: remove --turbopack flag, enable turbopackFileSystemCacheForDev, switch TS JSX to react-jsx.

🔄 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/5279 **Author:** [@himself65](https://github.com/himself65) **Created:** 10/13/2025 **Status:** ✅ Merged **Merged:** 10/13/2025 **Merged by:** [@himself65](https://github.com/himself65) **Base:** `main` ← **Head:** `himself65/2025/10/13/docs` --- ### 📝 Commits (5) - [`ca5a1cf`](https://github.com/better-auth/better-auth/commit/ca5a1cf9f0bf173b71d1a3c446abff99ac10ee93) docs: fix browser extension example link (#5265) - [`61d8088`](https://github.com/better-auth/better-auth/commit/61d80888018425f2d3fd3a99198d51f4e03103b2) docs: fix spelling and capitalization of 'OAuth' (#5264) - [`302abbd`](https://github.com/better-auth/better-auth/commit/302abbd24bc0ea19ac845b70293ea62b4111d89a) docs: tweak ask ai ux on smaller screen (#5274) - [`9c0b85e`](https://github.com/better-auth/better-auth/commit/9c0b85ec99097b274792060521fc725d0dd207be) docs: fix incorrect option for session in API key plugin (#5273) - [`2a12768`](https://github.com/better-auth/better-auth/commit/2a127684ac270cfba64bc9cc37c63fb9a442f6d9) docs: bump to next.js 16 (#5276) ### 📊 Changes **9 files changed** (+2144 additions, -2177 deletions) <details> <summary>View changed files</summary> 📝 `docs/components/floating-ai-search.tsx` (+104 -45) 📝 `docs/content/docs/authentication/other-social-providers.mdx` (+2 -2) 📝 `docs/content/docs/guides/browser-extension-guide.mdx` (+2 -2) 📝 `docs/content/docs/plugins/api-key.mdx` (+3 -3) 📝 `docs/next.config.js` (+3 -0) 📝 `docs/package.json` (+4 -4) 📝 `docs/proxy.ts` (+1 -1) 📝 `docs/tsconfig.json` (+8 -2) 📝 `pnpm-lock.yaml` (+2017 -2118) </details> ### 📄 Description <!-- This is an auto-generated description by cubic. --> ## Summary by cubic Make the Ask AI search mobile-friendly and update the docs app to Next.js 16/React 19.2 for better dev experience and performance. Also fixes OAuth capitalization, example links, and the API key plugin option name in docs. - **New Features** - Improved Ask AI on small screens: responsive layout, horizontally scrollable suggestions, and an info popover for the disclaimer. - Better touch targets and controls; adaptive overlay and mask for mobile. - **Dependencies** - Upgrade to Next.js 16.0.0-beta.0 and React/React DOM 19.2.0. - Dev tweaks: remove --turbopack flag, enable turbopackFileSystemCacheForDev, switch TS JSX to react-jsx. <!-- End of auto-generated description by cubic. --> --- <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-15 21:17:25 -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#22799