fix(rfox): hide WETH/FOX tab and sunset warning when no LP balance#12363
Conversation
The WETH/FOX rewards program has been sunset; only users with a leftover staked balance need to see the filter button and the "Program Ended" warning. Everyone else now sees a cleaner FOX-only view. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe PR conditionally enables the LP staking token filter and sunset warning based on whether the user has an existing LP staking balance. It queries the LP staking balance via ChangesLP Staking Balance Conditioning
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~22 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Description
The Arbitrum WETH/FOX rewards program has been sunset, but the rFOX dashboard still surfaced the WETH/FOX filter button and the yellow "Program Ended" warning for every user, including users who never staked LP.
This PR hides both elements unless the connected account actually has a non-zero WETH/FOX staked balance — so only users who still need to unstake/claim see the legacy program UI. Everyone else gets a cleaner FOX-only view.
Issue (if applicable)
closes #
Risk
Low — read-only UI change in the rFOX dashboard. No on-chain transactions or contract interaction changes. The additional
useStakingInfoQuerycall already exists for the FOX path; we're just running it for the LP asset to decide whether to render the legacy UI.Testing
Engineering
Operations
QA: confirm the WETH/FOX filter button and "Program Ended" warning only appear for accounts with leftover LP staked balance on the rFOX dashboard.
Screenshots (if applicable)
Before: WETH/FOX pill + "Program Ended" banner shown for users with no LP stake.
After: Both hidden unless the account has a non-zero LP staked balance.
🤖 Generated with Claude Code
Summary by CodeRabbit