Feature/frontend issues 1476 1479 - #1531
Merged
aji70 merged 6 commits intoJul 26, 2026
Merged
Conversation
- Enhance useNetworkGuard to detect Lobstr wallet network in addition to Freighter - Listen to both freighter:networkChanged and lobstr:networkChanged events - Update NetworkMismatchBanner with generic wallet message - Add comprehensive tests for Lobstr network detection and switching - Maintain parity with Freighter behavior when both wallets present
- Add 'Referral Code' section to creator settings navigation - Mount ReferralSharePanel in settings when REFERRAL_CODES flag is enabled - Mount ReferralSharePanel in checkout success result for easy sharing - Show disabled message when flag is off - Include with realistic mock data for both contexts
- Add getCreatorSubscribers endpoint to API client - Replace MOCK_DATA with API-driven data fetching - Implement pagination with page-based navigation - Add loading state with skeleton loaders - Add error handling and display error messages - Support search and status filtering via API - Disable export when loading or no data available
- Replace mock-only fetchEarnings with real API via fetchEarningsBreakdown - Transform earnings breakdown by_time data to chart data points - Keep mock fallback for error cases (chart shows mock on failure) - Consolidate with existing API-driven earnings components - Summary, breakdown, transactions, and withdrawals all use live data
|
@Almikefred Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Implements 4 frontend features: Lobstr network detection, referral code sharing, live subscribers table, and earnings data integration.
Closes
Closes #1479, Closes #1478, Closes #1476, Closes #1477