1
0

merge: Show all files for Drive Cleaner (!982)

View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/982

Closes #1033

Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Hazelnoot <acomputerdog@gmail.com>
This commit is contained in:
Hazelnoot
2025-05-07 17:14:41 +00:00
2 changed files with 8 additions and 5 deletions
@@ -69,7 +69,7 @@ const sortMode = ref('+size');
const pagination = {
endpoint: 'drive/files' as const,
limit: 10,
params: computed(() => ({ sort: sortMode.value })),
params: computed(() => ({ sort: sortMode.value, showAll: true })),
offsetMode: true,
};