[PR #6612] [MERGED] docs: fix layout #23679

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

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/6612
Author: @jslno
Created: 12/8/2025
Status: Merged
Merged: 12/8/2025
Merged by: @Bekacru

Base: canaryHead: 12-08-2025/fix-docs-layout


📝 Commits (2)

  • d9a8358 docs: fix layout & updated loading state for sidebar entries
  • 298335d chore: cleanup

📊 Changes

4 files changed (+23 additions, -6 deletions)

View changed files

📝 docs/app/global.css (+1 -1)
📝 docs/components/docs/docs.tsx (+1 -1)
📝 docs/components/nav-bar.tsx (+2 -2)
📝 docs/components/side-bar.tsx (+19 -2)

📄 Description

Before image image image
After image image image

Summary by cubic

Fix docs layout by adjusting navbar breakpoints and enforcing sidebar widths/margins to prevent overlap and misalignment. Adds a smoother loading state for sidebar items to reduce flicker.

  • Bug Fixes

    • Lowered navbar breakpoint to 64rem and enforced sidebar width/margins at lg/xl to keep content aligned.
    • Applied consistent navbar/side divider borders so layout remains stable across screen sizes.
  • New Features

    • Added an animated skeleton fallback for sidebar entries during Suspense.

Written for commit 298335d449. Summary will update automatically on new commits.


🔄 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/6612 **Author:** [@jslno](https://github.com/jslno) **Created:** 12/8/2025 **Status:** ✅ Merged **Merged:** 12/8/2025 **Merged by:** [@Bekacru](https://github.com/Bekacru) **Base:** `canary` ← **Head:** `12-08-2025/fix-docs-layout` --- ### 📝 Commits (2) - [`d9a8358`](https://github.com/better-auth/better-auth/commit/d9a8358d370f82f4cfe1b30e87e74a39f4f2091d) docs: fix layout & updated loading state for sidebar entries - [`298335d`](https://github.com/better-auth/better-auth/commit/298335d449c380d37ca2d14d78f02f0be8d4edfe) chore: cleanup ### 📊 Changes **4 files changed** (+23 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `docs/app/global.css` (+1 -1) 📝 `docs/components/docs/docs.tsx` (+1 -1) 📝 `docs/components/nav-bar.tsx` (+2 -2) 📝 `docs/components/side-bar.tsx` (+19 -2) </details> ### 📄 Description <details> <summary>Before</summary> <img width="337" height="489" alt="image" src="https://github.com/user-attachments/assets/f0b8e0ca-93f2-44cf-8534-b6eb8f61fb81" /> <img width="308" height="306" alt="image" src="https://github.com/user-attachments/assets/9ca275a3-89c0-4d7a-8949-3fa1b7a8f48b" /> <img width="899" height="111" alt="image" src="https://github.com/user-attachments/assets/2ad18e80-edab-44e5-b7fc-bd08c6036716" /> </details> <details> <summary>After</summary> <img width="312" height="251" alt="image" src="https://github.com/user-attachments/assets/f2629a37-55da-459d-bc78-ad269aaf4ef1" /> <img width="1016" height="108" alt="image" src="https://github.com/user-attachments/assets/0be16e4c-3c4f-4724-ad4d-46ee6754c616" /> <img width="289" height="171" alt="image" src="https://github.com/user-attachments/assets/15a6e291-3562-47f8-939b-351640c7c595" /> </details> <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Fix docs layout by adjusting navbar breakpoints and enforcing sidebar widths/margins to prevent overlap and misalignment. Adds a smoother loading state for sidebar items to reduce flicker. - **Bug Fixes** - Lowered navbar breakpoint to 64rem and enforced sidebar width/margins at lg/xl to keep content aligned. - Applied consistent navbar/side divider borders so layout remains stable across screen sizes. - **New Features** - Added an animated skeleton fallback for sidebar entries during Suspense. <sup>Written for commit 298335d449c380d37ca2d14d78f02f0be8d4edfe. Summary will update automatically on new commits.</sup> <!-- 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:54:27 -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#23679