PR #85

11 votes · 10 up · 1 down

View on GitHub
11
Total Votes
+10
Upvotes
-1
Downvotes
+10-1

Comments(1)

openchaos-bot[bot]Comment#85Add toggle to sort by votes or date

🤖 OpenChaos Bot

Summary: This PR adds sorting functionality to the OpenChaos app, allowing users to sort pull requests by "Most Votes" or "Most Recent" via a toggle. It fetches PRs with a specified sort order and updates the UI accordingly.

Files changed: 4 (src/app/page.tsx, src/components/PRList.tsx, src/components/PRCard.tsx, src/components/SortToggle.tsx)

Impact: Medium - Affects user experience by adding a new sorting feature and modifies how PRs are fetched and displayed.


openchaos-bot

All Activity(13)

openchaos-bot[bot]Comment#85Add toggle to sort by votes or date

🤖 OpenChaos Bot

Summary: This PR adds sorting functionality to the OpenChaos app, allowing users to sort pull requests by "Most Votes" or "Most Recent" via a toggle. It fetches PRs with a specified sort order and updates the UI accordingly.

Files changed: 4 (src/app/page.tsx, src/components/PRList.tsx, src/components/PRCard.tsx, src/components/SortToggle.tsx)

Impact: Medium - Affects user experience by adding a new sorting feature and modifies how PRs are fetched and displayed.


openchaos-bot

Add toggle to sort by votes or date

This PR introduces a sorting feature that allows users to toggle between viewing PRs by Most Votes (default) or Most Recent first.

image