mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 17:43:47 +00:00
feat: add "Add Referral" button to referrals tab
- New search UI in referrals list section to find and bind users as this user's referrals (calls assign-referrer on target user) - Debounced search with cancelled flag and loading state - Click-outside to close dropdown - i18n: addReferral, referralAdded keys in all 4 locales
This commit is contained in:
@@ -2735,6 +2735,8 @@
|
||||
"noReferrals": "暂无推荐",
|
||||
"removeReferral": "移除推荐",
|
||||
"referralRemoved": "推荐已移除",
|
||||
"addReferral": "添加推荐",
|
||||
"referralAdded": "推荐已添加",
|
||||
"searchPlaceholder": "按名称、邮箱或 Telegram ID 搜索...",
|
||||
"alreadyReferred": "已有推荐人",
|
||||
"noUsersFound": "未找到用户"
|
||||
|
||||
Reference in New Issue
Block a user