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:
Fringg
2026-04-24 07:23:58 +03:00
parent 98871af656
commit e2706c7c26
3 changed files with 32 additions and 12 deletions

View File

@@ -3779,6 +3779,7 @@
"selectUser": "Выбрать пользователя {{name}}",
"deselectUser": "Снять выбор пользователя {{name}}",
"noResults": "Пользователи не найдены",
"perPage": "На странице",
"actions": {
"extend": "Продлить подписку",
"cancel": "Деактивировать подписки",