Skip to content

feat: add loading skeleton animations for all pages (#827)#1064

Open
D2758695161 wants to merge 13 commits intoSolFoundry:mainfrom
D2758695161:feature/loading-skeleton-animations-827
Open

feat: add loading skeleton animations for all pages (#827)#1064
D2758695161 wants to merge 13 commits intoSolFoundry:mainfrom
D2758695161:feature/loading-skeleton-animations-827

Conversation

@D2758695161
Copy link
Copy Markdown

Loading Skeleton Animations - Bounty #827 Claimed

I've submitted a PR implementing this bounty:

PR: #1064

What was built

New skeleton components with shimmer animation matching the Forge dark theme:

  • rontend/src/components/ui/Skeleton.tsx - base Skeleton component (text, circular, rectangular variants)
  • rontend/src/components/ui/BountyCardSkeleton.tsx - matches BountyCard layout
  • rontend/src/components/ui/LeaderboardSkeleton.tsx - row + podium variants
  • rontend/src/components/ui/ProfileSkeleton.tsx - header, stats, chart variants

All skeletons use the existing shimmer animation from index.css and match the exact shape/layout of their real content counterparts.

Bounty Wallet

63Ar4MqMrYwj294ERD7ygT7xrZefAzzd6GqdGEMNX4JW

Ready for review!

D2758695161 and others added 13 commits April 4, 2026 23:48
Bounty: T2 FNDRY Price Widget - 400K FNDRY
- Real-time price via DexScreener API
- 24h change with up/down indicator
- Sparkline chart with Recharts
- Market cap + liquidity stats
- Auto-refresh every 60s
Bounty: T2 FNDRY Price Widget - 400K FNDRY
Bounty: T2 Contributor Onboarding Wizard - 400K FNDRY
- Multi-step wizard: profile, skills, wallet, done
- Skill/language preference selection
- Wallet address input with verification flow
- Framer Motion transitions
- Add socket.io-client for WebSocket connection
- Implement ActivityFeedService with auto-reconnect + polling fallback
- Add ActivityFeed React component with filtering and connection status
- Supports live bounty_created, bounty_submitted, bounty_merged, review events
- Graceful degradation to polling when WebSocket unavailable
- Real-time price from DexScreener API with 60s auto-refresh
- 24h price change with trend indicator
- SVG sparkline chart history
- Market cap, volume, liquidity stats
- Compact and full modes
- Responsive design with forge dark theme
Closes SolFoundry#846
- GitHub activity area chart (commits + PRs over 8 weeks)
- Earnings history bar chart (FNDRY + USDC by month)
- Key stats: total earned, bounties completed, streak, PRs merged
- Contribution breakdown with progress bars
- Reuses recharts from existing codebase
Closes SolFoundry#836
Multi-step wizard with 4 steps:
1. Profile setup (username, bio)
2. Skills selection (languages, domains, experience)
3. Wallet connection (Phantom, Solflare, Backpack)
4. Completion screen with profile summary

Closes SolFoundry#843
- Add overflow-x: hidden to body to prevent horizontal scroll
- Add font-size scaling for 375px screens
- Fix HeroSection headline responsive text sizes (text-3xl for 375px)
- Reduce terminal card max-width on small screens
- Fix stats strip to wrap properly on mobile
- Fix Navbar mobile menu with sign-in button
- Reduce BountyCard padding on mobile (p-4 vs p-5)
- Add max-width: 100vw to all elements to prevent overflow
Closes SolFoundry#833
New skeleton components with shimmer animation:
- Skeleton base component (text, circular, rectangular variants)
- BountyCardSkeleton - matches BountyCard layout
- LeaderboardRowSkeleton - matches leaderboard row layout
- LeaderboardPodiumSkeleton - matches podium card layout
- ProfileHeaderSkeleton - matches profile header
- ProfileStatsSkeleton - matches profile stat cards
- ProfileChartSkeleton - matches chart areas

Shimmer animation defined in index.css (already existed).

Closes SolFoundry#827
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant