🤖 OpenChaos Bot
Summary: This PR introduces an AutoRefreshWrapper component that automatically refreshes the PR list every 5 minutes (or a configurable interval) using router.refresh(). It also pauses refreshing when the browser tab is hidden to save resources and resumes when the tab becomes visible again.
Files changed: 2 (src/app/page.tsx, src/components/AutoRefreshWrapper.tsx)
Impact: Medium - Improves user experience by automatically updating the PR list, and optimizes resource usage by pausing refreshes when the tab is inactive.