PR #96

11 votes · 10 up · 1 down

View on GitHub
11
Total Votes
+10
Upvotes
-1
Downvotes
+10-1

Comments(1)

openchaos-bot[bot]Comment#96Countdown to Doomsday

🤖 OpenChaos Bot

Summary: This PR introduces a "Doomsday Clock" component with visual warnings and animations based on time remaining, and integrates it into the main page. It also simplifies the PR list by directly passing the PR data instead of using Suspense.

Files changed: 2 (src/app/globals.css, src/app/page.tsx)

Impact: Medium - Introduces a significant UI element and modifies data fetching for the PRList component, changing the user experience and how data is displayed.

⚠️ Large PR - partial review

openchaos-bot

All Activity(13)

openchaos-bot[bot]Comment#96Countdown to Doomsday

🤖 OpenChaos Bot

Summary: This PR introduces a "Doomsday Clock" component with visual warnings and animations based on time remaining, and integrates it into the main page. It also simplifies the PR list by directly passing the PR data instead of using Suspense.

Files changed: 2 (src/app/globals.css, src/app/page.tsx)

Impact: Medium - Introduces a significant UI element and modifies data fetching for the PRList component, changing the user experience and how data is displayed.

⚠️ Large PR - partial review

openchaos-bot

tcurley1PR closed#96

Countdown to Doomsday

Doomsday Clock

Replaces the countdown timer with an animated doomsday clock that counts down to the weekly merge deadline (Sunday 9:00 UTC).

What's new

  • Analog clock visualization with glowing effects as deadline approaches
  • Explosion animation when the timer hits zero
  • Winning PR reveal after the explosion

Changes

  • DoomsdayClock - SVG clock with countdown display
  • Explosion - Full-screen explosion animation
  • MergeReveal - Modal showing the winning PR
  • DoomsdaySection - Orchestrates the countdown → explosion → reveal flow

What it looks like

Only one way to find out....