[PR #4] [MERGED] Og image generator and small fix #19946

Closed
opened 2026-04-15 19:21:39 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/4
Author: @Kinfe123
Created: 9/27/2024
Status: Merged
Merged: 9/27/2024
Merged by: @Bekacru

Base: mainHead: fix/ui_ux


📝 Commits (7)

📊 Changes

23 files changed (+20641 additions, -2150 deletions)

View changed files

docs/README.md (+1 -0)
docs/app/api/og/route.tsx (+345 -0)
📝 docs/app/changelogs/_components/changelog-layout.tsx (+106 -106)
docs/app/changelogs/_logs/2024-08-09.tsx (+39 -0)
📝 docs/app/changelogs/page.tsx (+19 -19)
📝 docs/app/docs/[[...slug]]/page.tsx (+67 -41)
📝 docs/app/layout.tsx (+1 -0)
📝 docs/app/page.tsx (+15 -15)
docs/app/robots.ts (+10 -0)
docs/assets/Geist.ttf (+0 -0)
docs/assets/GeistMono.ttf (+0 -0)
📝 docs/components/beta/badge.module.css (+47 -41)
📝 docs/components/beta/badge.tsx (+8 -8)
📝 docs/components/display-techstack.tsx (+33 -33)
📝 docs/components/features.tsx (+195 -195)
📝 docs/components/landing/hero.tsx (+2 -3)
📝 docs/components/landing/section-svg.tsx (+1 -0)
📝 docs/components/landing/section.tsx (+34 -34)
📝 docs/components/nav-bar.tsx (+45 -45)
📝 docs/content/docs/authentication/apple.mdx (+16 -10)

...and 3 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/4 **Author:** [@Kinfe123](https://github.com/Kinfe123) **Created:** 9/27/2024 **Status:** ✅ Merged **Merged:** 9/27/2024 **Merged by:** [@Bekacru](https://github.com/Bekacru) **Base:** `main` ← **Head:** `fix/ui_ux` --- ### 📝 Commits (7) - [`99b30f0`](https://github.com/better-auth/better-auth/commit/99b30f05dd7f35346df665615f00b624fac27097) feat: og and ui - [`6b7ddc3`](https://github.com/better-auth/better-auth/commit/6b7ddc3622f8fc4c01b35de98da9327848861b82) fix: lines and border issue - [`f10f885`](https://github.com/better-auth/better-auth/commit/f10f88533c401786d5385724350ca64589cd09d8) fix: changelog ux - [`029ccbd`](https://github.com/better-auth/better-auth/commit/029ccbd801648ded2b28e974701575c6d77dacc5) fix: better - [`42361f0`](https://github.com/better-auth/better-auth/commit/42361f0d5a71383310d81a60f938b4cbb5940a60) fix: ui revamp - [`ff16c72`](https://github.com/better-auth/better-auth/commit/ff16c72a549a23a06b626d50b4fa272c97925616) feat: og image and small fix - [`10d1d41`](https://github.com/better-auth/better-auth/commit/10d1d41c5788f2dc7274424e631cb29e39d6b79a) fix: docs and parsing ### 📊 Changes **23 files changed** (+20641 additions, -2150 deletions) <details> <summary>View changed files</summary> ➕ `docs/README.md` (+1 -0) ➕ `docs/app/api/og/route.tsx` (+345 -0) 📝 `docs/app/changelogs/_components/changelog-layout.tsx` (+106 -106) ➕ `docs/app/changelogs/_logs/2024-08-09.tsx` (+39 -0) 📝 `docs/app/changelogs/page.tsx` (+19 -19) 📝 `docs/app/docs/[[...slug]]/page.tsx` (+67 -41) 📝 `docs/app/layout.tsx` (+1 -0) 📝 `docs/app/page.tsx` (+15 -15) ➕ `docs/app/robots.ts` (+10 -0) ➕ `docs/assets/Geist.ttf` (+0 -0) ➕ `docs/assets/GeistMono.ttf` (+0 -0) 📝 `docs/components/beta/badge.module.css` (+47 -41) 📝 `docs/components/beta/badge.tsx` (+8 -8) 📝 `docs/components/display-techstack.tsx` (+33 -33) 📝 `docs/components/features.tsx` (+195 -195) 📝 `docs/components/landing/hero.tsx` (+2 -3) 📝 `docs/components/landing/section-svg.tsx` (+1 -0) 📝 `docs/components/landing/section.tsx` (+34 -34) 📝 `docs/components/nav-bar.tsx` (+45 -45) 📝 `docs/content/docs/authentication/apple.mdx` (+16 -10) _...and 3 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-04-15 19:21:39 -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#19946