🤖 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.