rwadurian/frontend/mining-app/lib
hailin eba4b3b6e5 feat(mining-app): shimmer placeholder for all pages
Replace skeleton blocks with shimmer text placeholders across all pages:
- Asset page: show full UI with flickering numbers during load
- Trading page: show full UI with flickering market data during load
- Contribution page: show full UI with flickering stats during load
- shimmer_loading.dart: add ShimmerText, DataText, AmountText components

This approach shows the complete UI immediately, with only the dynamic
number values flickering while data loads - much better UX than showing
grey skeleton blocks.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-12 21:56:22 -08:00
..
core feat(mining-app): improve UX with non-blocking splash and skeleton loading 2026-01-12 21:48:31 -08:00
data feat(mining-app): fix login bugs and connect contribution page to real API 2026-01-12 09:39:23 -08:00
domain feat(mining-app): fix login bugs and connect contribution page to real API 2026-01-12 09:39:23 -08:00
presentation feat(mining-app): shimmer placeholder for all pages 2026-01-12 21:56:22 -08:00
main.dart feat(mining-app): improve UX with non-blocking splash and skeleton loading 2026-01-12 21:48:31 -08:00