8000
Skip to content

fix(ui): sort endpoints and suites by name when Name sort is selected - #1754

Open
ilaumjd wants to merge 2 commits into
TwiN:masterfrom
ilaumjd:fix/dashboard-sort-by-name
Open

fix(ui): sort endpoints and suites by name when Name sort is selected#1754
ilaumjd wants to merge 2 commits into
TwiN:masterfrom
ilaumjd:fix/dashboard-sort-by-name

Conversation

@ilaumjd
@ilaumjd ilaumjd commented Aug 11, 2026
Copy link
Copy Markdown

Fixes #1753

filteredEndpoints/filteredSuites in Home.vue only had sort logic
for health - name was a no-op, so selecting "Name" left endpoints
in raw API order (sorted by internal key = group+name), making them
look grouped even with grouping disabled.

Added the missing sort-by-name logic, and a new "Default" option to
keep the old (unsorted) behavior available since it's no longer
reachable via "Name" after this fix.

Checklist

  • Tested and/or added tests to validate that the changes work as intended, if applicable.
  • Updated documentation in README.md, if applicable.

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

Labels

area/ui Related to the user interface bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

"Sort by: Name" doesn't sort endpoints by name

1 participant

0