Skip to content

feat(ux): add skeleton loading states to balance cards and transactio…#338

Open
ruthoreaji-123 wants to merge 1 commit into
kellymusk:mainfrom
ruthoreaji-123:main
Open

feat(ux): add skeleton loading states to balance cards and transactio…#338
ruthoreaji-123 wants to merge 1 commit into
kellymusk:mainfrom
ruthoreaji-123:main

Conversation

@ruthoreaji-123

@ruthoreaji-123 ruthoreaji-123 commented Jun 30, 2026

Copy link
Copy Markdown

Summary

This PR addresses issue #321 by adding skeleton loading states to balance cards and transaction history, reducing layout shift and improving the user experience during data fetching.

Changes Made

Added Skeleton Loading States

  • balance-card.tsx: Added loading prop with skeleton placeholders for token symbol, amount, and USD value
  • transaction-history.tsx: Added loading prop with 5 skeleton rows matching transaction list layout
  • wallet-info.tsx: Added loading prop with skeleton for wallet icon, name, and address
  • dashboard-content.tsx: Updated to pass loading state to all child components
  • eth-price-ticker.tsx: Already had skeleton loading (no changes needed)

Impact

  • Reduces layout shift during data fetching
  • Improves perceived performance
  • Better UX polish with professional loading experience

Closes #321

…n history

- Added loading prop to BalanceCard component with skeleton placeholders
- Added loading prop to TransactionHistory component with skeleton rows
- Added loading prop to WalletInfo component with skeleton layout
- Updated dashboard-content.tsx to pass loading state to all components
- eth-price-ticker.tsx already had skeleton loading (no changes needed)
- Reduces layout shift and improves UX during data fetching
- Addresses issue kellymusk#321: New contributors can now see proper loading states

Closes kellymusk#321
@vercel

vercel Bot commented Jun 30, 2026

Copy link
Copy Markdown

@ruthoreaji-123 is attempting to deploy a commit to the kelly musk's projects Team on Vercel.

A member of the Team first needs to authorize it.

@drips-wave

drips-wave Bot commented Jun 30, 2026

Copy link
Copy Markdown

@ruthoreaji-123 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@ruthoreaji-123

Copy link
Copy Markdown
Author

@kelly-musk please kindly review. Thank you.

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.

[UX] Add skeleton loading states to balance cards and transaction history

1 participant