rwadurian/frontend/mining-app/lib
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
..
core feat(notifications): 2.0系统通知弹窗功能(后端+管理端+APP端) 2026-03-02 08:35:16 -08:00
data feat(capability): 实现用户能力权限控制系统(Capability-based Permission) 2026-02-27 22:19:56 -08:00
domain fix(trading+mining-app): 修复"全网兑换销毁量"显示为0的问题 2026-02-26 09:52:10 -08:00
presentation fix(mining-app): 修复 ProfilePage._buildUserHeader 缺少 ref 参数导致编译失败 2026-03-02 09:05:36 -08:00
main.dart fix(auth): LOGIN 能力禁用后强制下线已登录用户 2026-02-28 05:01:37 -08:00