rwadurian/frontend/mining-app/lib/presentation/pages/profile
hailin dc27fe9e44 fix(mining-app): 修复 ProfilePage._buildUserHeader 缺少 ref 参数导致编译失败
_buildNotificationIcon 需要 WidgetRef ref 来 watch 未读通知数,
但 _buildUserHeader 方法签名未声明该参数,导致编译错误:
"The getter 'ref' isn't defined for the type 'ProfilePage'"

修复:将 ref 从 build() 透传给 _buildUserHeader()

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 09:05:36 -08:00
..
about_page.dart feat: 集成 mining-app 升级和遥测功能,扩展 mobile-upgrade 支持多应用 2026-01-28 20:03:26 -08:00
batch_mining_records_page.dart fix(mining-app): 修复记录页面时间显示为UTC而非北京时间的问题 2026-03-02 06:12:16 -08:00
edit_profile_page.dart feat(mining-app): 接入 capabilitiesProvider 实现 UI 层能力适配 2026-02-28 01:36:24 -08:00
help_center_page.dart fix(ui): 将UI界面上所有"团队"替换为"同伴" 2026-01-20 04:24:54 -08:00
mining_records_page.dart feat(mining-app): 兑换页"总积分股"改为"剩余积分股",分配记录积分股精度提升至13位 2026-03-02 09:04:07 -08:00
notification_inbox_page.dart feat(notifications): 2.0系统通知弹窗功能(后端+管理端+APP端) 2026-03-02 08:35:16 -08:00
planting_records_page.dart fix(mining-app): 修复记录页面时间显示为UTC而非北京时间的问题 2026-03-02 06:12:16 -08:00
profile_page.dart fix(mining-app): 修复 ProfilePage._buildUserHeader 缺少 ref 参数导致编译失败 2026-03-02 09:05:36 -08:00
team_page.dart feat(mining-app): 接入 capabilitiesProvider 实现 UI 层能力适配 2026-02-28 01:36:24 -08:00
trading_records_page.dart fix(mining-app): 修复记录页面时间显示为UTC而非北京时间的问题 2026-03-02 06:12:16 -08:00