From e516eee479cf6e943b6fc43d0a9d18793c141ba0 Mon Sep 17 00:00:00 2001 From: tusooa Date: Tue, 21 Feb 2023 00:39:16 -0500 Subject: [PATCH] Make block & mute lists able to load more --- src/components/list/list.vue | 6 ++- .../tabs/mutes_and_blocks_tab.js | 7 +++- src/hocs/with_load_more/with_load_more.jsx | 2 +- src/modules/users.js | 38 ++++++++++++++++--- src/services/api/api.service.js | 16 ++++++-- 5 files changed, 55 insertions(+), 14 deletions(-) diff --git a/src/components/list/list.vue b/src/components/list/list.vue index f17766b4..a3562c5d 100644 --- a/src/components/list/list.vue +++ b/src/components/list/list.vue @@ -1,9 +1,13 @@