[PR #2847] [CLOSED] fix: demo app #4519

Closed
opened 2026-03-13 11:49:44 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/2847
Author: @Kinfe123
Created: 5/31/2025
Status: Closed

Base: mainHead: fix/demo-and-other


📝 Commits (4)

📊 Changes

73 files changed (+13970 additions, -19360 deletions)

View changed files

📝 demo/nextjs/app/(auth)/forget-password/page.tsx (+1 -1)
📝 demo/nextjs/app/accept-invitation/[id]/page.tsx (+1 -1)
📝 demo/nextjs/app/admin/page.tsx (+1 -1)
📝 demo/nextjs/app/dashboard/change-plan.tsx (+5 -5)
📝 demo/nextjs/app/dashboard/organization-card.tsx (+2 -2)
📝 demo/nextjs/app/dashboard/upgrade-button.tsx (+2 -2)
📝 demo/nextjs/app/dashboard/user-card.tsx (+1 -1)
📝 demo/nextjs/app/features.tsx (+1 -1)
📝 demo/nextjs/app/globals.css (+122 -4)
📝 demo/nextjs/components.json (+20 -19)
📝 demo/nextjs/components/blocks/pricing.tsx (+4 -4)
📝 demo/nextjs/components/theme-toggle.tsx (+1 -1)
📝 demo/nextjs/components/ui/accordion.tsx (+50 -61)
📝 demo/nextjs/components/ui/alert-dialog.tsx (+121 -141)
📝 demo/nextjs/components/ui/alert.tsx (+52 -47)
📝 demo/nextjs/components/ui/aspect-ratio.tsx (+4 -4)
📝 demo/nextjs/components/ui/avatar.tsx (+44 -41)
📝 demo/nextjs/components/ui/badge.tsx (+27 -27)
📝 demo/nextjs/components/ui/breadcrumb.tsx (+100 -101)
📝 demo/nextjs/components/ui/button.tsx (+49 -52)

...and 53 more files

📄 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/2847 **Author:** [@Kinfe123](https://github.com/Kinfe123) **Created:** 5/31/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix/demo-and-other` --- ### 📝 Commits (4) - [`9a24170`](https://github.com/better-auth/better-auth/commit/9a241704ea9e0d9be2284e1cd438cfd8dff5b300) fix: demo app - [`aca1ea1`](https://github.com/better-auth/better-auth/commit/aca1ea18283baef4b81341fb8a5cc73f23f6f903) update components - [`a2d0e5e`](https://github.com/better-auth/better-auth/commit/a2d0e5ecb23d379d80fb6053bae9dfd6c0ff44e8) tailwind v4 migrations - [`bcad920`](https://github.com/better-auth/better-auth/commit/bcad9208ceed022b203379b392533825cbad4b5c) sync ### 📊 Changes **73 files changed** (+13970 additions, -19360 deletions) <details> <summary>View changed files</summary> 📝 `demo/nextjs/app/(auth)/forget-password/page.tsx` (+1 -1) 📝 `demo/nextjs/app/accept-invitation/[id]/page.tsx` (+1 -1) 📝 `demo/nextjs/app/admin/page.tsx` (+1 -1) 📝 `demo/nextjs/app/dashboard/change-plan.tsx` (+5 -5) 📝 `demo/nextjs/app/dashboard/organization-card.tsx` (+2 -2) 📝 `demo/nextjs/app/dashboard/upgrade-button.tsx` (+2 -2) 📝 `demo/nextjs/app/dashboard/user-card.tsx` (+1 -1) 📝 `demo/nextjs/app/features.tsx` (+1 -1) 📝 `demo/nextjs/app/globals.css` (+122 -4) 📝 `demo/nextjs/components.json` (+20 -19) 📝 `demo/nextjs/components/blocks/pricing.tsx` (+4 -4) 📝 `demo/nextjs/components/theme-toggle.tsx` (+1 -1) 📝 `demo/nextjs/components/ui/accordion.tsx` (+50 -61) 📝 `demo/nextjs/components/ui/alert-dialog.tsx` (+121 -141) 📝 `demo/nextjs/components/ui/alert.tsx` (+52 -47) 📝 `demo/nextjs/components/ui/aspect-ratio.tsx` (+4 -4) 📝 `demo/nextjs/components/ui/avatar.tsx` (+44 -41) 📝 `demo/nextjs/components/ui/badge.tsx` (+27 -27) 📝 `demo/nextjs/components/ui/breadcrumb.tsx` (+100 -101) 📝 `demo/nextjs/components/ui/button.tsx` (+49 -52) _...and 53 more files_ </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-03-13 11:49:44 -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#4519