+
+
+ {label}
+ {#if state.total > 0}{state.index}/{state.total}{/if}
+
+ {#if state.name}
+ {state.name}
+ {:else}
+
+ {/if}
+
+
+
+
+{/if}
diff --git a/frontend/src/lib/components/favorites/FavoritesView.svelte b/frontend/src/lib/components/favorites/FavoritesView.svelte
index 9a802bb..17979bd 100644
--- a/frontend/src/lib/components/favorites/FavoritesView.svelte
+++ b/frontend/src/lib/components/favorites/FavoritesView.svelte
@@ -15,6 +15,10 @@
getCachedFullImage,
} from '$lib/stores/imagecache.svelte';
import {getLabels, getAssignments} from '$lib/stores/tags.svelte';
+ import {
+ getExportState,
+ startExport,
+ } from '$lib/stores/favoritesExport.svelte';
import WallpaperTile from '$lib/components/shared/WallpaperTile.svelte';
import ImagePreview from '$lib/components/shared/ImagePreview.svelte';
import EmptyState from '$lib/components/shared/EmptyState.svelte';
@@ -193,7 +197,15 @@
{/each}
{/if}
-