Skip to content

feat: add sort controls for test categories#6

Merged
bartlomieju merged 1 commit into
mainfrom
add-category-sorting
Mar 24, 2026
Merged

feat: add sort controls for test categories#6
bartlomieju merged 1 commit into
mainfrom
add-category-sorting

Conversation

@bartlomieju
Copy link
Copy Markdown
Member

Summary

  • Add sort buttons to the category table toolbar: Name, Rate ↓, Rate ↑, Passing ↓, Passing ↑
  • Sorting aggregates pass rates across all available OSes
  • Active sort mode is visually highlighted
  • Default remains alphabetical

Test plan

  • Verify sort buttons appear in the toolbar next to expand/collapse controls
  • Verify clicking "Rate ↓" sorts categories by highest pass rate first
  • Verify clicking "Rate ↑" sorts categories by lowest pass rate first
  • Verify clicking "Passing ↓" / "Passing ↑" sorts by test count
  • Verify "Name" resets to alphabetical order

🤖 Generated with Claude Code

Add ability to sort categories by pass rate (asc/desc) and passing
count (asc/desc) in addition to the default alphabetical order.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@bartlomieju bartlomieju merged commit e637e82 into main Mar 24, 2026
5 checks passed
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.

1 participant