|
@@ -19,7 +19,7 @@
|
|
|
import DeleteOutline from 'svelte-material-icons/DeleteOutline.svelte';
|
|
|
import HistoryOutline from 'svelte-material-icons/History.svelte';
|
|
|
import type { PageData } from './$types';
|
|
|
- import { featureFlags } from '$lib/stores/server-config.store';
|
|
|
+ import { featureFlags, serverConfig } from '$lib/stores/server-config.store';
|
|
|
import { goto } from '$app/navigation';
|
|
|
import empty3Url from '$lib/assets/empty-3.svg';
|
|
|
import ConfirmDialogue from '$lib/components/shared-components/confirm-dialogue.svelte';
|
|
@@ -87,6 +87,9 @@
|
|
|
</div>
|
|
|
|
|
|
<AssetGrid forceDelete {assetStore} {assetInteractionStore}>
|
|
|
+ <p class="font-medium text-gray-500/60 dark:text-gray-300/60">
|
|
|
+ Trashed items will be permanently deleted after {$serverConfig.trashDays} days.
|
|
|
+ </p>
|
|
|
<EmptyPlaceholder
|
|
|
text="Trashed photos and videos will show up here."
|
|
|
alt="Empty trash can"
|