rwadurian/frontend/mobile-app/lib/features
hailin 3e01f69044 fix(mobile-app): cache avatar locally instead of always loading from network
- Add local avatar caching in AccountService:
  - getLocalAvatarPath(): get cached avatar file path
  - _saveAvatarToLocal(): save avatar to local after upload
  - downloadAndCacheAvatar(): download and cache remote avatar
- Update profile_page and mining_page to use local avatar:
  - Priority: local file > network URL > SVG > default icon
  - Background download and cache if remote URL exists but no local cache
- Clean up local avatar file on logout

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-08 12:23:50 -08:00
..
auth/presentation fix(mobile-app): align back button to left in import mnemonic page 2025-12-07 20:26:24 -08:00
deposit/presentation/pages refactor(mpc-system): migrate to party-driven architecture with PartyID-based routing 2025-12-05 08:11:28 -08:00
home/presentation feat(mobile-app): add import mnemonic page and fix share URL 2025-12-07 13:35:40 -08:00
mining/presentation/pages fix(mobile-app): cache avatar locally instead of always loading from network 2025-12-08 12:23:50 -08:00
planting/presentation refactor(mpc-system): migrate to party-driven architecture with PartyID-based routing 2025-12-05 08:11:28 -08:00
profile/presentation/pages fix(mobile-app): cache avatar locally instead of always loading from network 2025-12-08 12:23:50 -08:00
ranking/presentation/pages style(mobile-app): add gradient background and card background to ranking page 2025-12-07 20:44:53 -08:00
share/presentation/pages feat(mobile-app): add import mnemonic page and fix share URL 2025-12-07 13:35:40 -08:00
trading/presentation/pages refactor(mpc-system): migrate to party-driven architecture with PartyID-based routing 2025-12-05 08:11:28 -08:00