Commit 1410953
moaalk
feat: UI revamp with modern components and smooth animations
- Migrated to latest UI components (@primer/react, framer-motion, radix-ui)
- Implemented smooth animations and page transitions
- Added theme-aware components with light/dark mode support
- Created new leaderboard table with improved UX
- Added community stats dashboard with responsive grid layout
- Implemented pending PRs section with modern card design
API Changes:
- Using GitHub public REST API (no authentication required)
- PRs section now retrieves only PRs from the past 1 year
- Rate limit: 60 requests/hour per IP (unauthenticated)
- Excludes dependabot PRs automatically
Limitations:
- Backend changes not fully implemented in leaderboard-api
- Frontend directly calls GitHub public API for PRs
- Some backend endpoints may require GitHub token configuration
Note: PR section filters show only open PRs created within the past year from sliit-foss organization.1 parent bedcf11 commit 1410953
32 files changed
Lines changed: 3776 additions & 351 deletions
File tree
- src
- api/pullrequest
- components
- PendingPRs
- layout
- leaderboard
- pullrequests
- stats
- table
- ui
- hooks
- lib
- modules/HomeModule/Hero
- pages/HomePage
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
20 | 23 | | |
21 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
22 | 28 | | |
23 | 29 | | |
| 30 | + | |
| 31 | + | |
24 | 32 | | |
25 | 33 | | |
26 | 34 | | |
| |||
0 commit comments