[PR #5577] [MERGED] docs: halloween vibe logo #22996

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

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/5577
Author: @bytaesu
Created: 10/25/2025
Status: Merged
Merged: 10/25/2025
Merged by: @Bekacru

Base: canaryHead: 2025-10-26/docs/halloween-vibe


📝 Commits (4)

📊 Changes

6 files changed (+8716 additions, -38 deletions)

View changed files

docs/components/halloween/halloween-logo-dark.json (+4305 -0)
docs/components/halloween/halloween-logo-light.json (+4305 -0)
docs/components/halloween/logo.tsx (+42 -0)
📝 docs/components/nav-bar.tsx (+43 -38)
📝 docs/package.json (+1 -0)
📝 pnpm-lock.yaml (+20 -0)

📄 Description

This PR adds a Halloween vibe logo.

https://github.com/user-attachments/assets/0ae73379-68c2-4734-9631-2983de1e11bc


Summary by cubic

Added an animated Halloween logo to the docs navbar. It plays on hover and switches between dark and light themes.

  • New Features

    • Added HalloweenLogo component using Lottie.
    • Included theme-specific animation JSON files (dark/light).
    • Hover triggers a replay from the start; resets on complete.
    • Replaced the standard logo in LogoContextMenu (TODO to revert after Halloween).
    • Minor cleanup: centralized navMenu and removed duplicate in nav-bar.
  • Dependencies

    • Added lottie-react to docs package.json.

🔄 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/5577 **Author:** [@bytaesu](https://github.com/bytaesu) **Created:** 10/25/2025 **Status:** ✅ Merged **Merged:** 10/25/2025 **Merged by:** [@Bekacru](https://github.com/Bekacru) **Base:** `canary` ← **Head:** `2025-10-26/docs/halloween-vibe` --- ### 📝 Commits (4) - [`0c703c4`](https://github.com/better-auth/better-auth/commit/0c703c479fc9347ea2b676ed42641e8f9cfd51d8) docs: halloween vibe - [`b3d4643`](https://github.com/better-auth/better-auth/commit/b3d46437777eff76fa5744610db5a3c7f914a14a) docs: play lottie on hover - [`429dec2`](https://github.com/better-auth/better-auth/commit/429dec2096daeb84b1f3780aa1ecdf5137c53748) fix: loop - [`cd1ac8f`](https://github.com/better-auth/better-auth/commit/cd1ac8fb299cd379e345e3ed3f624d2960613899) chore: lint ### 📊 Changes **6 files changed** (+8716 additions, -38 deletions) <details> <summary>View changed files</summary> ➕ `docs/components/halloween/halloween-logo-dark.json` (+4305 -0) ➕ `docs/components/halloween/halloween-logo-light.json` (+4305 -0) ➕ `docs/components/halloween/logo.tsx` (+42 -0) 📝 `docs/components/nav-bar.tsx` (+43 -38) 📝 `docs/package.json` (+1 -0) 📝 `pnpm-lock.yaml` (+20 -0) </details> ### 📄 Description This PR adds a Halloween vibe logo. https://github.com/user-attachments/assets/0ae73379-68c2-4734-9631-2983de1e11bc <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Added an animated Halloween logo to the docs navbar. It plays on hover and switches between dark and light themes. - **New Features** - Added HalloweenLogo component using Lottie. - Included theme-specific animation JSON files (dark/light). - Hover triggers a replay from the start; resets on complete. - Replaced the standard logo in LogoContextMenu (TODO to revert after Halloween). - Minor cleanup: centralized navMenu and removed duplicate in nav-bar. - **Dependencies** - Added lottie-react to docs package.json. <!-- End of auto-generated description by cubic. --> --- <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 21:24:41 -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#22996