[PR #1896] [CLOSED] feat/brands #4052

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

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/1896
Author: @Kinfe123
Created: 3/20/2025
Status: Closed

Base: mainHead: feat/brands


📝 Commits (6)

📊 Changes

22 files changed (+642 additions, -79 deletions)

View changed files

demo/nextjs/better-auth.config.ts (+9 -0)
📝 demo/nextjs/package.json (+2 -1)
📝 docs/app/layout.tsx (+8 -1)
docs/components/logo-context-menu.tsx (+172 -0)
📝 docs/components/nav-bar.tsx (+61 -8)
📝 docs/components/ui/sonner.tsx (+1 -1)
docs/public/branding/better-auth-logo-dark.png (+0 -0)
docs/public/branding/better-auth-logo-dark.svg (+8 -0)
docs/public/branding/better-auth-logo-light.png (+0 -0)
docs/public/branding/better-auth-logo-light.svg (+8 -0)
docs/public/branding/better-auth-logo-wordmark-dark.png (+0 -0)
docs/public/branding/better-auth-logo-wordmark-dark.svg (+9 -0)
docs/public/branding/better-auth-logo-wordmark-light.png (+0 -0)
docs/public/branding/better-auth-logo-wordmark-light.svg (+9 -0)
📝 packages/cli/package.json (+2 -0)
📝 packages/cli/src/commands/init.ts (+15 -11)
packages/cli/src/define-config.ts (+13 -0)
📝 packages/cli/src/index.ts (+15 -1)
packages/cli/src/schema/cli.ts (+16 -0)
📝 packages/cli/src/utils/get-tsconfig-info.ts (+10 -5)

...and 2 more files

📄 Description

  • feat: custom cli config
  • feat: branding export
  • lint
  • props
  • lint
  • borders

🔄 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/1896 **Author:** [@Kinfe123](https://github.com/Kinfe123) **Created:** 3/20/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/brands` --- ### 📝 Commits (6) - [`84e0a53`](https://github.com/better-auth/better-auth/commit/84e0a53cdb6904c765cd300920c5c2b0ab874f8e) feat: custom cli config - [`dad9dc9`](https://github.com/better-auth/better-auth/commit/dad9dc969de34e33474b7ed0747af2951d5bc2fd) feat: branding export - [`8082578`](https://github.com/better-auth/better-auth/commit/808257827a0394fb0612783cdb483e5c3b7a98bc) lint - [`294ed5a`](https://github.com/better-auth/better-auth/commit/294ed5a89801941312eb206c10a39f8f486b89ff) props - [`ab6f927`](https://github.com/better-auth/better-auth/commit/ab6f927b0f6e990f93d9b49af1738bbf1e68d13b) lint - [`f9c4bfe`](https://github.com/better-auth/better-auth/commit/f9c4bfe6ed47c935f7e45d20e8208d1b8a35ef2f) borders ### 📊 Changes **22 files changed** (+642 additions, -79 deletions) <details> <summary>View changed files</summary> ➕ `demo/nextjs/better-auth.config.ts` (+9 -0) 📝 `demo/nextjs/package.json` (+2 -1) 📝 `docs/app/layout.tsx` (+8 -1) ➕ `docs/components/logo-context-menu.tsx` (+172 -0) 📝 `docs/components/nav-bar.tsx` (+61 -8) 📝 `docs/components/ui/sonner.tsx` (+1 -1) ➕ `docs/public/branding/better-auth-logo-dark.png` (+0 -0) ➕ `docs/public/branding/better-auth-logo-dark.svg` (+8 -0) ➕ `docs/public/branding/better-auth-logo-light.png` (+0 -0) ➕ `docs/public/branding/better-auth-logo-light.svg` (+8 -0) ➕ `docs/public/branding/better-auth-logo-wordmark-dark.png` (+0 -0) ➕ `docs/public/branding/better-auth-logo-wordmark-dark.svg` (+9 -0) ➕ `docs/public/branding/better-auth-logo-wordmark-light.png` (+0 -0) ➕ `docs/public/branding/better-auth-logo-wordmark-light.svg` (+9 -0) 📝 `packages/cli/package.json` (+2 -0) 📝 `packages/cli/src/commands/init.ts` (+15 -11) ➕ `packages/cli/src/define-config.ts` (+13 -0) 📝 `packages/cli/src/index.ts` (+15 -1) ➕ `packages/cli/src/schema/cli.ts` (+16 -0) 📝 `packages/cli/src/utils/get-tsconfig-info.ts` (+10 -5) _...and 2 more files_ </details> ### 📄 Description - **feat: custom cli config** - **feat: branding export** - **lint** - **props** - **lint** - **borders** --- <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:30:36 -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#4052