🌐 AI搜索 & 代理 主页
Skip to content

Conversation

@GuelBandeira
Copy link

Description

Adding the themes in alphabetical order
Fixes #852

Type of change

  • [ x ] New feature (added a non-breaking change which adds functionality)

How Has This Been Tested?

  • [ x ] Tested locally

Checklist:

  • [ x ] I have checked to make sure no other pull requests are open for this issue
  • [ x ] The code is properly formatted and is consistent with the existing code style
  • [ x ] I have commented my code, particularly in hard-to-understand areas
  • [ x ] My changes generate no new warnings

Screenshots

image

Copilot AI review requested due to automatic review settings December 9, 2025 15:36
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds alphabetical sorting to the themes dropdown in the demo page to improve user experience by making themes easier to find. The implementation uses PHP's ksort() function with natural, case-insensitive sorting.

  • Sorts themes alphabetically in the theme selector dropdown
  • Cleans up trailing whitespace in various lines
  • Minor formatting adjustments to foreach statement syntax

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make Themes in alphabetical order

1 participant