PR #66

17 votes · 13 up · 4 down

View on GitHub
17
Total Votes
+13
Upvotes
-4
Downvotes
+13-4

Comments(6)

bigintersmindComment#66Simplify main page with top 5 PRs and newest section

Closing in favor of #132 which includes multiple PR views (Top, Hot This Week, Controversial, Discussed, Newest) with frames-style navigation.

FelixLttksComment#66Simplify main page with top 5 PRs and newest section

To take this a step further, what do you think about adding a 'Featured' section with 5 random picks? It would be a great way to highlight 'hidden gems' that aren't necessarily the newest or the most voted yet, giving them some well-deserved visibility.

sevonjComment#66Simplify main page with top 5 PRs and newest section

It could also use an option to filter out bad PRs.

bigintersmindComment#66Simplify main page with top 5 PRs and newest section

Good point, @sevonj. I've added a "show all" option.

Screenshot 2026-01-20 at 9 02 40 PM
sevonjComment#66Simplify main page with top 5 PRs and newest section

Limiting size of the list would encourage flocking to the already top voted ones. "New" group would be nice though

openchaos-bot[bot]Comment#66Simplify main page with top 5 PRs and newest section

🤖 OpenChaos Bot

Summary: This PR introduces a "Top PRs" section based on votes and a "Newest PRs" section to the OpenChaos homepage, displaying the top 5 voted and 5 newest PRs. It also makes the rank prop optional on the PRCard component.

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

Impact: Medium - This changes the layout and content of the main page and enhances PR discovery via sorting and prioritisation.


openchaos-bot

All Activity(24)

bigintersmindComment#66Simplify main page with top 5 PRs and newest section

Closing in favor of #132 which includes multiple PR views (Top, Hot This Week, Controversial, Discussed, Newest) with frames-style navigation.

FelixLttksComment#66Simplify main page with top 5 PRs and newest section

To take this a step further, what do you think about adding a 'Featured' section with 5 random picks? It would be a great way to highlight 'hidden gems' that aren't necessarily the newest or the most voted yet, giving them some well-deserved visibility.

sevonjComment#66Simplify main page with top 5 PRs and newest section

It could also use an option to filter out bad PRs.

bigintersmindComment#66Simplify main page with top 5 PRs and newest section

Good point, @sevonj. I've added a "show all" option.

Screenshot 2026-01-20 at 9 02 40 PM
sevonjComment#66Simplify main page with top 5 PRs and newest section

Limiting size of the list would encourage flocking to the already top voted ones. "New" group would be nice though

openchaos-bot[bot]Comment#66Simplify main page with top 5 PRs and newest section

🤖 OpenChaos Bot

Summary: This PR introduces a "Top PRs" section based on votes and a "Newest PRs" section to the OpenChaos homepage, displaying the top 5 voted and 5 newest PRs. It also makes the rank prop optional on the PRCard component.

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

Impact: Medium - This changes the layout and content of the main page and enhances PR discovery via sorting and prioritisation.


openchaos-bot

Simplify main page with top 5 PRs and newest section

Summary

  • Limit main PR list to top 5 by votes to reduce clutter as the number of open PRs grows
  • Add a "Newest" section showing the 5 most recent PRs not already in top voted, giving visibility to new submissions
  • Add consistent section headers ("Top by Votes" and "Newest") for clear visual hierarchy

Screenshot

Screenshot 2026-01-20 at 9 02 40 PM