[PR #148] [CLOSED] Feat/auth farmui #3125

Closed
opened 2026-03-13 10:40:50 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/148
Author: @Kinfe123
Created: 10/11/2024
Status: Closed

Base: mainHead: feat/auth-farmui


📝 Commits (10+)

📊 Changes

19 files changed (+2048 additions, -26 deletions)

View changed files

📝 docs/app/global.css (+4 -6)
docs/app/prismjs-theme.css (+191 -0)
docs/app/ui/_components/component-display.tsx (+60 -0)
docs/app/ui/_components/component-preview.tsx (+233 -0)
docs/app/ui/_components/component-render.tsx (+65 -0)
docs/app/ui/_components/credential/username-and-password-forget.tsx (+83 -0)
docs/app/ui/_components/credential/username-and-password.tsx (+56 -0)
docs/app/ui/_components/hero.tsx (+32 -0)
docs/app/ui/_components/hybrids/username-social.tsx (+266 -0)
docs/app/ui/_components/preview-component.tsx (+873 -0)
docs/app/ui/_components/social/github.tsx (+3 -0)
docs/app/ui/page.tsx (+26 -0)
📝 docs/components/landing/hero.tsx (+1 -1)
docs/components/lazy-wrapper.tsx (+8 -0)
docs/components/syntax-hightlight.tsx (+27 -0)
docs/components/tabs.tsx (+37 -0)
📝 docs/content/docs/concepts/typescript.mdx (+4 -4)
📝 docs/package.json (+3 -1)
📝 pnpm-lock.yaml (+76 -14)

📄 Description

farmui.com ft better-auth.com


🔄 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/148 **Author:** [@Kinfe123](https://github.com/Kinfe123) **Created:** 10/11/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/auth-farmui` --- ### 📝 Commits (10+) - [`699fcf8`](https://github.com/better-auth/better-auth/commit/699fcf813fa4e35208f24f65e5df6eddfd5f6878) feat: better-auth composable ui fr farmui - [`0721fe9`](https://github.com/better-auth/better-auth/commit/0721fe9d6ca11a9aeb46c488c9e218e610df49c0) feat: theme - [`7a8a71f`](https://github.com/better-auth/better-auth/commit/7a8a71f0bed47e45f6f3fa6880758e9dadf87767) feat: code for fm - [`a1a2830`](https://github.com/better-auth/better-auth/commit/a1a283092b94b7dd2c49a5314f9ad68dff99d023) feat: update on ui - [`516b90d`](https://github.com/better-auth/better-auth/commit/516b90da945190f3f161d97b3d1a28531f17b692) fix: a code preview - [`3104853`](https://github.com/better-auth/better-auth/commit/31048535a1997f132d70323cbe600b8c26775f30) fix: code preview - [`ff513b7`](https://github.com/better-auth/better-auth/commit/ff513b7493c1fb0942b2c764447abb52445f2dde) fix: clean ups - [`f69a051`](https://github.com/better-auth/better-auth/commit/f69a0514bace6233feab91883a1ef005fda87ed4) fix: margin leak - [`e87c66e`](https://github.com/better-auth/better-auth/commit/e87c66e3bd16fdce478f8250a3ace01c9c2729ed) fix: add tooltips - [`bb76589`](https://github.com/better-auth/better-auth/commit/bb76589d6450cd626263bcb5b58ffcf1faf23ccc) fix: opt-in to next link ### 📊 Changes **19 files changed** (+2048 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `docs/app/global.css` (+4 -6) ➕ `docs/app/prismjs-theme.css` (+191 -0) ➕ `docs/app/ui/_components/component-display.tsx` (+60 -0) ➕ `docs/app/ui/_components/component-preview.tsx` (+233 -0) ➕ `docs/app/ui/_components/component-render.tsx` (+65 -0) ➕ `docs/app/ui/_components/credential/username-and-password-forget.tsx` (+83 -0) ➕ `docs/app/ui/_components/credential/username-and-password.tsx` (+56 -0) ➕ `docs/app/ui/_components/hero.tsx` (+32 -0) ➕ `docs/app/ui/_components/hybrids/username-social.tsx` (+266 -0) ➕ `docs/app/ui/_components/preview-component.tsx` (+873 -0) ➕ `docs/app/ui/_components/social/github.tsx` (+3 -0) ➕ `docs/app/ui/page.tsx` (+26 -0) 📝 `docs/components/landing/hero.tsx` (+1 -1) ➕ `docs/components/lazy-wrapper.tsx` (+8 -0) ➕ `docs/components/syntax-hightlight.tsx` (+27 -0) ➕ `docs/components/tabs.tsx` (+37 -0) 📝 `docs/content/docs/concepts/typescript.mdx` (+4 -4) 📝 `docs/package.json` (+3 -1) 📝 `pnpm-lock.yaml` (+76 -14) </details> ### 📄 Description farmui.com ft better-auth.com --- <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 10:40:50 -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#3125