Skip to content

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

Open
zp6 wants to merge 1 commit into
SolFoundry:mainfrom
zp6:feat/loading-skeletons
Open

feat: add loading skeleton animations for all pages (Bounty #827)#1289
zp6 wants to merge 1 commit into
SolFoundry:mainfrom
zp6:feat/loading-skeletons

Conversation

@zp6
Copy link
Copy Markdown

@zp6 zp6 commented May 15, 2026

Loading Skeleton Animations

Closes #827

Implementation

  • Reusable Skeleton base component with shimmer animation
  • BountyCardSkeleton — matches bounty card layout
  • LeaderboardRowSkeleton — matches leaderboard rows
  • ProfileSectionSkeleton — matches profile sections
  • Uses Tailwind animate-pulse for shimmer effect
  • Smooth transition to real content when loaded

Usage

{loading ? <BountyCardSkeleton /> : <BountyCard data={data} />}

Acceptance Criteria

  • Skeletons visible on all pages during data loading
  • Match the layout of actual content
  • Smooth transition when data loads

Wallet: zp6

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

Labels

missing-wallet PR is missing a Solana wallet for bounty payout

Projects

None yet

Development

Successfully merging this pull request may close these issues.

🏭 Bounty T1: Loading Skeleton Animations

1 participant