fix(client): リスト、クリップが無限ロードされる現象の解決 (#10538)

* fix my-list infinite items loading

* update CHANGELOG.md

* fix my-clip infinite items loading
This commit is contained in:
taichan
2023-04-09 08:03:29 +09:00
committed by GitHub
parent b7ed3ddfdd
commit f794f3ad0a
3 changed files with 4 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ import { clipsCache } from '@/cache';
const pagination = {
endpoint: 'clips/list' as const,
noPaging: true,
limit: 10,
};

View File

@@ -30,6 +30,7 @@ const pagingComponent = $shallowRef<InstanceType<typeof MkPagination>>();
const pagination = {
endpoint: 'users/lists/list' as const,
noPaging: true,
limit: 10,
};