[PR #6405] [CLOSED] docs: sort social providers alphabetically in the builder UI. #14891

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

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/6405
Author: @johanfleming
Created: 11/29/2025
Status: Closed

Base: canaryHead: fix/sorted-social-providers


📝 Commits (4)

  • 7d6bf66 fix: Sort social providers alphabetically in the builder UI.
  • f803a94 Merge branch 'canary' into fix/sorted-social-providers
  • 63ad5c4 Merge branch 'canary' into fix/sorted-social-providers
  • 4343625 Merge branch 'canary' into fix/sorted-social-providers

📄 Description

This PR sorts the social providers alphabetically by their key in the builder component.

Changes

Why

To ensure a consistent and predictable order in the UI, making it easier for users to scan and find specific providers.


Summary by cubic

Sorted the social provider list alphabetically in the builder UI to make the order consistent and easier to scan.
We now sort Object.entries(socialProviders) by key before rendering.

Written for commit 434362532b. Summary will update 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/6405 **Author:** [@johanfleming](https://github.com/johanfleming) **Created:** 11/29/2025 **Status:** ❌ Closed **Base:** `canary` ← **Head:** `fix/sorted-social-providers` --- ### 📝 Commits (4) - [`7d6bf66`](https://github.com/better-auth/better-auth/commit/7d6bf66f15bd98c789d58d8596cd1a64c65ff44f) fix: Sort social providers alphabetically in the builder UI. - [`f803a94`](https://github.com/better-auth/better-auth/commit/f803a94e0d264e4aca0bcc89d9f031581e3e64c2) Merge branch 'canary' into fix/sorted-social-providers - [`63ad5c4`](https://github.com/better-auth/better-auth/commit/63ad5c4cabc5ae6a9f3c141735f11e37f484fee2) Merge branch 'canary' into fix/sorted-social-providers - [`4343625`](https://github.com/better-auth/better-auth/commit/434362532b96c49c7b7d545755749999402c09ce) Merge branch 'canary' into fix/sorted-social-providers ### 📄 Description This PR sorts the social providers alphabetically by their key in the builder component. ## Changes - Sorted `socialProviders` object entries alphabetically before mapping in [docs/components/builder/index.tsx](cci:7://file:///Users/gabo/Repos/other/better-auth/docs/components/builder/index.tsx:0:0-0:0). ## Why To ensure a consistent and predictable order in the UI, making it easier for users to scan and find specific providers. <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Sorted the social provider list alphabetically in the builder UI to make the order consistent and easier to scan. We now sort Object.entries(socialProviders) by key before rendering. <sup>Written for commit 434362532b96c49c7b7d545755749999402c09ce. Summary will update 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-13 09:41:15 -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#14891