I appreciate your commitment to the ASCII cause
PR #132
19 votes · 18 up · 1 down
Comments(4)
🤖 OpenChaos Bot
Summary: This PR introduces a new "frames" layout reminiscent of classic web design, organizing PRs into categories like "Top," "Rising," and "Newest" with accompanying CSS and React components. It also refactors the PR list page to use this new layout.
Files changed: 4 (src/app/retro.css, src/components/ExpandablePRSection.tsx, src/components/FramesLayout.tsx, src/components/PRList.tsx)
Vibe: Get ready to fire up Netscape Navigator, because this PR wants you to experience the internet like it's 1995.
⚠️ Large PR - partial review
All Activity(25)
I appreciate your commitment to the ASCII cause
🤖 OpenChaos Bot
Summary: This PR introduces a new "frames" layout reminiscent of classic web design, organizing PRs into categories like "Top," "Rising," and "Newest" with accompanying CSS and React components. It also refactors the PR list page to use this new layout.
Files changed: 4 (src/app/retro.css, src/components/ExpandablePRSection.tsx, src/components/FramesLayout.tsx, src/components/PRList.tsx)
Vibe: Get ready to fire up Netscape Navigator, because this PR wants you to experience the internet like it's 1995.
⚠️ Large PR - partial review
Add frames with multiple views: Hot This Week, Controversial, Discussed & more
Summary
Adds 5 different ways to explore PRs, each offering a unique perspective:
| View | What it shows |
|---|---|
| 🏆 Top By Votes | All-time vote leaders - the community favorites |
| 🔥 Hot This Week | Only votes from the last 7 days - what's gaining momentum right now |
| 🌶️ Controversial | PRs with both upvotes AND downvotes - the divisive ones |
| 💬 Discussed | Most commented PRs - where the conversation is happening |
| 🆕 Newest | Recently created PRs - fresh submissions |
Why this matters:
- Hot This Week uses reaction timestamps from GitHub API to count only recent votes - a PR with 10 votes today beats one with 50 stale votes
- Controversial surfaces PRs that spark debate (both 👍 and 👎)
- PRs can appear in multiple views (a new PR with lots of votes shows in Top, Hot, and Newest)
Navigation uses a classic IE6 frames layout for a retro aesthetic.