js icon indicating copy to clipboard operation
js copied to clipboard

2025 wrapped

Open Yash094 opened this issue 1 week ago • 5 comments


PR-Codex overview

This PR introduces a new "Rewind" feature to the account section, allowing users to view their yearly statistics. It includes a modal for displaying these stats, analytics tracking, and UI components for better user engagement.

Detailed summary

  • Added new route for Rewind in layout.tsx.
  • Introduced RewindModalClient to manage modal display logic.
  • Created RewindBadge component for UI integration.
  • Implemented analytics reporting for rewind viewed events.
  • Added getYearInReview API for fetching yearly stats.
  • Developed RewindModal for displaying yearly statistics.
  • Enhanced RewindPage with a button to trigger modal.
  • Integrated RewindBadge into existing headers and UI components.

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

Summary by CodeRabbit

  • New Features
    • Year in Review (2025) showing totals for RPC requests, wallet connections, and mainnet sponsored transactions
    • Rewind badge button added to account and team headers for quick access
    • Multi-slide Rewind modal with animated intro, metrics, and sharing support
    • Dedicated Rewind page and new "Rewind" account tab
    • Automatic Rewind display in December/January on first visit; view events are reported for analytics

✏️ Tip: You can customize this high-level summary in your review settings.

Yash094 avatar Dec 31 '25 12:12 Yash094