mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 17:43:47 +00:00
fix: add pagination to campaigns list
The campaigns page was fetching only the first 50 items with no way to load more. Switched from useQuery to useInfiniteQuery with a "Load more" button so all campaigns are accessible.
This commit is contained in:
@@ -2031,6 +2031,7 @@
|
||||
"subtitle": "Manage advertising links",
|
||||
"createButton": "Create",
|
||||
"noData": "No ad campaigns",
|
||||
"loadMore": "Load more",
|
||||
"bonusType": {
|
||||
"balance": "Balance",
|
||||
"subscription": "Subscription",
|
||||
|
||||
Reference in New Issue
Block a user