[PR #336] [MERGED] Optimizing the Website #20134

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

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/336
Author: @alisamadiii
Created: 10/25/2024
Status: Merged
Merged: 10/25/2024
Merged by: @Bekacru

Base: mainHead: main


📝 Commits (6)

  • ddfc70d feat: new animation for the code preview in the landing page
  • 373d809 Merge branch 'better-auth:main' into main
  • a046ab9 feat: added smooth animation for sidebar links
  • af9dd53 Merge branch 'better-auth:main' into main
  • 95b4321 Merge branch 'better-auth:main' into main
  • 1a91a9b feat: modified the changelogs

📊 Changes

13 files changed (+412 additions, -760 deletions)

View changed files

📝 docs/.source/index.d.ts (+4 -6)
📝 docs/.source/index.js (+60 -336)
📝 docs/.source/source.config.mjs (+28 -20)
docs/app/changelogs/_components/icons.tsx (+35 -0)
docs/app/changelogs/_logs/2024-08-09.tsx (+0 -51)
docs/app/changelogs/_logs/2024-09-28.tsx (+0 -36)
docs/app/changelogs/_logs/2024-09-29.tsx (+0 -48)
docs/app/changelogs/_logs/2024-10-04.tsx (+0 -56)
docs/app/changelogs/_logs/index.ts (+0 -20)
docs/app/changelogs/layout.tsx (+0 -112)
📝 docs/app/changelogs/page.tsx (+140 -17)
📝 docs/components/side-bar.tsx (+84 -58)
docs/content/changelog/index.mdx (+61 -0)

📄 Description

  • Added smooth animation for sidebar links.
  • Use MDX for changelog
  • Make the changelog page responsive

@Bekacru Please don't merge this PR as I am still working on fixing some staffs.


🔄 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/336 **Author:** [@alisamadiii](https://github.com/alisamadiii) **Created:** 10/25/2024 **Status:** ✅ Merged **Merged:** 10/25/2024 **Merged by:** [@Bekacru](https://github.com/Bekacru) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (6) - [`ddfc70d`](https://github.com/better-auth/better-auth/commit/ddfc70d7f5440c6b195f46082f078f87bc812bdc) feat: new animation for the code preview in the landing page - [`373d809`](https://github.com/better-auth/better-auth/commit/373d809af6f89f22aea959238263f0b17ba4abe9) Merge branch 'better-auth:main' into main - [`a046ab9`](https://github.com/better-auth/better-auth/commit/a046ab9ab272f1ceda576d51ab6c6558f20fc7c0) feat: added smooth animation for sidebar links - [`af9dd53`](https://github.com/better-auth/better-auth/commit/af9dd53acaa2b08802f8449fa86ec611d5863bd3) Merge branch 'better-auth:main' into main - [`95b4321`](https://github.com/better-auth/better-auth/commit/95b4321058042d07911e41ea18db8a6979a65163) Merge branch 'better-auth:main' into main - [`1a91a9b`](https://github.com/better-auth/better-auth/commit/1a91a9b48699d1c9b78cf0d529fd0b42de2d402b) feat: modified the changelogs ### 📊 Changes **13 files changed** (+412 additions, -760 deletions) <details> <summary>View changed files</summary> 📝 `docs/.source/index.d.ts` (+4 -6) 📝 `docs/.source/index.js` (+60 -336) 📝 `docs/.source/source.config.mjs` (+28 -20) ➕ `docs/app/changelogs/_components/icons.tsx` (+35 -0) ➖ `docs/app/changelogs/_logs/2024-08-09.tsx` (+0 -51) ➖ `docs/app/changelogs/_logs/2024-09-28.tsx` (+0 -36) ➖ `docs/app/changelogs/_logs/2024-09-29.tsx` (+0 -48) ➖ `docs/app/changelogs/_logs/2024-10-04.tsx` (+0 -56) ➖ `docs/app/changelogs/_logs/index.ts` (+0 -20) ➖ `docs/app/changelogs/layout.tsx` (+0 -112) 📝 `docs/app/changelogs/page.tsx` (+140 -17) 📝 `docs/components/side-bar.tsx` (+84 -58) ➕ `docs/content/changelog/index.mdx` (+61 -0) </details> ### 📄 Description - [x] Added smooth animation for sidebar links. - [x] Use MDX for changelog - [x] Make the changelog page responsive @Bekacru Please don't merge this PR as I am still working on fixing some staffs. --- <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:30:08 -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#20134