rwadurian/frontend/mining-app/lib/presentation/pages
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
..
asset feat(mining-app): 接入 capabilitiesProvider 实现 UI 层能力适配 2026-02-28 01:36:24 -08:00
auth feat(trade-password): 实现卖出交易的支付密码验证功能 2026-02-05 18:12:39 -08:00
c2c feat(mining-app): 接入 capabilitiesProvider 实现 UI 层能力适配 2026-02-28 01:36:24 -08:00
contribution fix(mining-app): 修复记录页面时间显示为UTC而非北京时间的问题 2026-03-02 06:12:16 -08:00
profile fix(mining-app): 修复 ProfilePage._buildUserHeader 缺少 ref 参数导致编译失败 2026-03-02 09:05:36 -08:00
splash feat(trading): 添加涨跌幅显示及修复成交明细数据 2026-01-20 05:24:23 -08:00
trading feat(mining-app): 兑换页"总积分股"改为"剩余积分股",分配记录积分股精度提升至13位 2026-03-02 09:04:07 -08:00