[PR #1900] [MERGED] feat(web): branding with multiple variant #29657

Closed
opened 2026-04-17 20:57:03 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/1900
Author: @Kinfe123
Created: 3/20/2025
Status: Merged
Merged: 3/21/2025
Merged by: @Bekacru

Base: mainHead: feat/branding-assets


📝 Commits (10+)

📊 Changes

17 files changed (+308 additions, -18 deletions)

View changed files

📝 docs/app/layout.tsx (+2 -0)
docs/components/logo-context-menu.tsx (+205 -0)
📝 docs/components/nav-bar.tsx (+61 -8)
📝 docs/content/docs/installation.mdx (+1 -1)
📝 docs/content/docs/plugins/organization.mdx (+1 -1)
📝 docs/content/docs/plugins/phone-number.mdx (+2 -2)
📝 docs/package.json (+2 -2)
docs/public/branding/better-auth-brand-assets.zip (+0 -0)
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/better-auth/src/plugins/username/index.ts (+0 -4)

📄 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/1900 **Author:** [@Kinfe123](https://github.com/Kinfe123) **Created:** 3/20/2025 **Status:** ✅ Merged **Merged:** 3/21/2025 **Merged by:** [@Bekacru](https://github.com/Bekacru) **Base:** `main` ← **Head:** `feat/branding-assets` --- ### 📝 Commits (10+) - [`e5b8f85`](https://github.com/better-auth/better-auth/commit/e5b8f8571f3122b1003dfed5af3fa3150590a816) feat: branding with multiple variant - [`b18f88e`](https://github.com/better-auth/better-auth/commit/b18f88eb4445d9f333fa3ecd28de0cd266e4ca3f) lint and configs - [`9b13f83`](https://github.com/better-auth/better-auth/commit/9b13f837915e651010e27f97d18ef7ef1cf58031) much better - [`e5e22e3`](https://github.com/better-auth/better-auth/commit/e5e22e3e2c078164d0f535806ed3d5eff5a7e852) much better look - [`eceafbe`](https://github.com/better-auth/better-auth/commit/eceafbee17b2fbec54a6d550270c7440448e96f9) a much better - [`8f6a8ce`](https://github.com/better-auth/better-auth/commit/8f6a8cefae5482c39b799d41eb7c8902874b10c1) lint and config - [`2d82fab`](https://github.com/better-auth/better-auth/commit/2d82fab3ad6b2e815acc91ba456027779a0e4cd8) downloadAll options and branding file - [`6bada1e`](https://github.com/better-auth/better-auth/commit/6bada1e1dde6aa43286159385da4f975e419bd6f) lint - [`e67575e`](https://github.com/better-auth/better-auth/commit/e67575ebc51965f3af62fd4e4e990093970fe4ca) little bit better - [`e3ce3b4`](https://github.com/better-auth/better-auth/commit/e3ce3b4aacb50a7ce2e5ac97f3f80aad0bbd006f) size ### 📊 Changes **17 files changed** (+308 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `docs/app/layout.tsx` (+2 -0) ➕ `docs/components/logo-context-menu.tsx` (+205 -0) 📝 `docs/components/nav-bar.tsx` (+61 -8) 📝 `docs/content/docs/installation.mdx` (+1 -1) 📝 `docs/content/docs/plugins/organization.mdx` (+1 -1) 📝 `docs/content/docs/plugins/phone-number.mdx` (+2 -2) 📝 `docs/package.json` (+2 -2) ➕ `docs/public/branding/better-auth-brand-assets.zip` (+0 -0) ➕ `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/better-auth/src/plugins/username/index.ts` (+0 -4) </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-04-17 20:57:04 -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#29657