Skip to content

feat: sort watchlist alphabetically#558

Merged
paulvanbrenk merged 1 commit intomainfrom
feat/sort-watchlist
Mar 18, 2026
Merged

feat: sort watchlist alphabetically#558
paulvanbrenk merged 1 commit intomainfrom
feat/sort-watchlist

Conversation

@paulvanbrenk
Copy link
Collaborator

Summary

  • Add ORDER BY github_owner, github_repo to the GET /api/watchlist query so sorting happens in SQL
  • Add client-side sort by display name (npmName or owner/repo) as a fallback

Test plan

  • Backend: 488 tests pass
  • Frontend: 169 tests pass, build clean

🤖 Generated with Claude Code

Add ORDER BY to the GET /api/watchlist query so the database returns
packages sorted by github_owner, github_repo. Also sort client-side
by display name as a fallback.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@paulvanbrenk paulvanbrenk enabled auto-merge March 18, 2026 20:46
@paulvanbrenk paulvanbrenk merged commit 4c0a315 into main Mar 18, 2026
4 checks passed
@paulvanbrenk paulvanbrenk deleted the feat/sort-watchlist branch March 18, 2026 20:49
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