Closing in favor of #132 which includes multiple PR views (Top, Hot This Week, Controversial, Discussed, Newest) with frames-style navigation.
PR #66
17 votes · 13 up · 4 down
Comments(6)
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.
Good point, @sevonj. I've added a "show all" option.
🤖 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.
All Activity(24)
Closing in favor of #132 which includes multiple PR views (Top, Hot This Week, Controversial, Discussed, Newest) with frames-style navigation.
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.
Good point, @sevonj. I've added a "show all" option.
🤖 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.
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