[PR #6953] [MERGED] docs: use data table for community plugin list #6986

Closed
opened 2026-03-13 13:20:16 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/6953
Author: @himself65
Created: 12/23/2025
Status: Merged
Merged: 12/24/2025
Merged by: @himself65

Base: canaryHead: himself65/2025/12/23/tanstack


📝 Commits (6)

  • 1bdf259 chore(sso): allow Buffer (#6979)
  • 432929f docs: use data table for community plugin list
  • e3d1911 Update docs/components/community-plugins-table.tsx
  • 1f67492 Merge branch 'canary' into himself65/2025/12/23/tanstack
  • 18b01cd Merge branch 'canary' into himself65/2025/12/23/tanstack
  • 5bd0261 chore: update names

📊 Changes

5 files changed (+400 additions, -25 deletions)

View changed files

📝 .cspell/names.txt (+15 -1)
docs/components/community-plugins-table.tsx (+351 -0)
📝 docs/content/docs/plugins/community-plugins.mdx (+3 -16)
📝 docs/package.json (+1 -0)
📝 pnpm-lock.yaml (+30 -8)

📄 Description

Summary by cubic

Replaced the static Community Plugins list with an interactive data table using TanStack React Table to improve discoverability.

  • New Features

    • Global search across plugin, description, and author.
    • Sortable Plugin and Author columns.
    • Author avatars and GitHub links; plugin links open in a new tab.
    • Result count and an empty state when no matches.
    • Community Plugins MDX now renders the CommunityPluginsTable component.
  • Dependencies

    • Added @tanstack/react-table (^8.21.3) to docs; updated lockfile.

Written for commit 5bd0261edb. Summary will update automatically on new commits.


🔄 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/6953 **Author:** [@himself65](https://github.com/himself65) **Created:** 12/23/2025 **Status:** ✅ Merged **Merged:** 12/24/2025 **Merged by:** [@himself65](https://github.com/himself65) **Base:** `canary` ← **Head:** `himself65/2025/12/23/tanstack` --- ### 📝 Commits (6) - [`1bdf259`](https://github.com/better-auth/better-auth/commit/1bdf2599c5d035d2fc36ad5817aed396fc3869c5) chore(sso): allow `Buffer` (#6979) - [`432929f`](https://github.com/better-auth/better-auth/commit/432929fcb0ed584acf499969ce9e1a8d44880d53) docs: use data table for community plugin list - [`e3d1911`](https://github.com/better-auth/better-auth/commit/e3d191192d9093d387271658442dbf4c46a21edd) Update docs/components/community-plugins-table.tsx - [`1f67492`](https://github.com/better-auth/better-auth/commit/1f67492efa520507798acff5e76cb03bb5731e87) Merge branch 'canary' into himself65/2025/12/23/tanstack - [`18b01cd`](https://github.com/better-auth/better-auth/commit/18b01cdbb999904028298bc8b1c24bbc5b8f2abc) Merge branch 'canary' into himself65/2025/12/23/tanstack - [`5bd0261`](https://github.com/better-auth/better-auth/commit/5bd0261edbf37f6ed174f94b7fae0cf970f4cade) chore: update names ### 📊 Changes **5 files changed** (+400 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `.cspell/names.txt` (+15 -1) ➕ `docs/components/community-plugins-table.tsx` (+351 -0) 📝 `docs/content/docs/plugins/community-plugins.mdx` (+3 -16) 📝 `docs/package.json` (+1 -0) 📝 `pnpm-lock.yaml` (+30 -8) </details> ### 📄 Description <!-- This is an auto-generated description by cubic. --> ## Summary by cubic Replaced the static Community Plugins list with an interactive data table using TanStack React Table to improve discoverability. - **New Features** - Global search across plugin, description, and author. - Sortable Plugin and Author columns. - Author avatars and GitHub links; plugin links open in a new tab. - Result count and an empty state when no matches. - Community Plugins MDX now renders the CommunityPluginsTable component. - **Dependencies** - Added @tanstack/react-table (^8.21.3) to docs; updated lockfile. <sup>Written for commit 5bd0261edbf37f6ed174f94b7fae0cf970f4cade. Summary will update automatically on new commits.</sup> <!-- 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-03-13 13:20:16 -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#6986