mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 09:33:46 +00:00
fix: add subscription tab to desktop nav, fix device dots overflow, show available referral balance
- Add Subscription tab to desktop header navigation (was only in mobile) - Fix device dots overflow for large limits (>10) by using progress bar - Show available referral balance on dashboard instead of total earnings - Add available_balance and withdrawn fields to ReferralInfo type
This commit is contained in:
@@ -423,6 +423,9 @@ export interface ReferralInfo {
|
||||
total_earnings_kopeks: number;
|
||||
total_earnings_rubles: number;
|
||||
commission_percent: number;
|
||||
available_balance_kopeks: number;
|
||||
available_balance_rubles: number;
|
||||
withdrawn_kopeks: number;
|
||||
}
|
||||
|
||||
export interface ReferralTerms {
|
||||
|
||||
Reference in New Issue
Block a user