mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-29 18:13:47 +00:00
feat: dual referral links UI (bot + cabinet) with independent copy states
- add bot referral link section with Telegram icon (conditionally rendered) - add cabinet referral link section with chain-link icon - independent copy button state per link type - add bot_referral_link to ReferralInfo type - add i18n keys: botLink, cabinetLink in ru/en/fa/zh
This commit is contained in:
@@ -419,6 +419,7 @@ export interface PaymentMethod {
|
||||
export interface ReferralInfo {
|
||||
referral_code: string;
|
||||
referral_link: string;
|
||||
bot_referral_link?: string;
|
||||
total_referrals: number;
|
||||
active_referrals: number;
|
||||
total_earnings_kopeks: number;
|
||||
|
||||
Reference in New Issue
Block a user