mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 09:33:46 +00:00
fix: select-all subscriptions + per-page selector
- Fix allVisibleSubscriptionIds: include ALL users' filtered subs (was only users with >1 subs — single-sub users were excluded) - Add per-page selector (25/50/100/200) in pagination bar - Make limit a state variable instead of constant - perPage i18n keys (ru + en)
This commit is contained in:
@@ -3779,6 +3779,7 @@
|
||||
"selectUser": "Выбрать пользователя {{name}}",
|
||||
"deselectUser": "Снять выбор пользователя {{name}}",
|
||||
"noResults": "Пользователи не найдены",
|
||||
"perPage": "На странице",
|
||||
"actions": {
|
||||
"extend": "Продлить подписку",
|
||||
"cancel": "Деактивировать подписки",
|
||||
|
||||
Reference in New Issue
Block a user