Skip to content

Conversation

@ZogStriP
Copy link
Member

Plugins in the admin sidebar were displayed in an unpredictable order based on load sequence. This makes it harder for admins to find specific plugins, especially as the number of installed plugins grows.

Sort plugin links alphabetically by their translated display name, with the internal plugin name as a secondary sort key for stability.

The sorting uses localeCompare for proper internationalization support.

BEFORE

CleanShot 2025-12-13 at 10 31 07

AFTER

CleanShot 2025-12-13 at 10 28 20

Plugins in the admin sidebar were displayed in an unpredictable order
based on load sequence. This makes it harder for admins to find specific
plugins, especially as the number of installed plugins grows.

Sort plugin links alphabetically by their translated display name,
with the internal plugin name as a secondary sort key for stability.

The sorting uses localeCompare for proper internationalization support.
@jjaffeux
Copy link
Contributor

jjaffeux commented Dec 13, 2025

Do you see any reason why we shouldn't do it server side?

Ah never mind, we will get the translated name only on client. I guess given we don't paginate we could return a list already translated/sorted though.

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

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants