mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-30 02:23:47 +00:00
feat: show subscription revenue and referral earnings in network stats
Add subscription revenue (total from subscription payments) to the stats panel alongside referral earnings. Layout updated to 2-column grid with subscription revenue highlighted in accent color.
This commit is contained in:
@@ -51,6 +51,7 @@ export interface NetworkGraphData {
|
||||
total_referrers: number;
|
||||
total_campaigns: number;
|
||||
total_earnings_kopeks: number;
|
||||
total_subscription_revenue_kopeks: number;
|
||||
}
|
||||
|
||||
export interface NetworkUserDetail {
|
||||
|
||||
Reference in New Issue
Block a user