feat: redesign referral network with scope selector

- Replace full graph with scoped view (campaign/partner/user)
- ScopeSelector component with tabs and searchable dropdown
- Store resets all state on scope change (selection, hover, filters)
- Remove dead NetworkSearch component and graphInstance globals
- i18n keys for scope selector in all 4 locales
This commit is contained in:
Fringg
2026-03-20 01:50:09 +03:00
parent 2adb0047dd
commit a6faf702ec
13 changed files with 549 additions and 288 deletions

View File

@@ -1126,6 +1126,22 @@
"resetZoom": "بازنشانی زوم",
"fullscreen": "تمام‌صفحه"
},
"scope": {
"title": "محدوده",
"campaign": "کمپین",
"partner": "شریک",
"user": "کاربر",
"searchPlaceholder": "جستجو...",
"selectCampaign": "انتخاب کمپین",
"selectPartner": "انتخاب شریک",
"selectUser": "جستجوی کاربر",
"emptyState": "یک کمپین، شریک یا کاربر را برای مشاهده شبکه انتخاب کنید",
"users": "کاربران",
"campaigns": "کمپین‌ها",
"active": "فعال",
"inactive": "غیرفعال",
"noResults": "نتیجه‌ای یافت نشد"
},
"loading": "بارگذاری گراف...",
"error": "خطا در بارگذاری داده‌های شبکه",
"empty": "داده‌ای برای نمایش وجود ندارد"