🤖 OpenChaos Bot
Summary: This PR introduces emoji-based voting and auto-refreshing of the PR list. It replaces the simple upvote/downvote system with a system that tracks counts of different emoji reactions on each PR, and adds a component that automatically refreshes the page, enhancing the voting experience.
Files changed: 4 (src/app/page.tsx, src/components/AutoRefreshWrapper.tsx, src/components/PRCard.tsx, src/lib/github.ts)
Impact: Medium - Significantly alters the voting system and adds a UI refresh mechanism, likely impacting user engagement and the way PRs are sorted and displayed.