rwadurian/frontend/mining-app/lib
hailin add405aa65 feat(mining-app): fix login bugs and connect contribution page to real API
Login fixes:
- Add AuthEventBus for global 401 error handling with auto-logout
- Add route guards with GoRouter redirect to protect authenticated routes
- Remove setMockUser() security vulnerability and legacy login() dead code
- Remove unused AuthInterceptor class

Contribution page:
- Add ContributionRecord entity and model for records API
- Connect contribution details card to GET /accounts/{id}/records endpoint
- Display real team stats (direct referrals, unlocked levels/tiers)
- Calculate expiration countdown from actual record data

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-12 09:39:23 -08:00
..
core feat(mining-app): fix login bugs and connect contribution page to real API 2026-01-12 09:39:23 -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): fix login bugs and connect contribution page to real API 2026-01-12 09:39:23 -08:00
main.dart feat(mining-ecosystem): 添加挖矿生态系统完整微服务与前端 2026-01-10 17:45:46 -08:00