@@ -259,12 +257,8 @@
{/if}
-
-
+
+
{#each templateSlots as group}
diff --git a/frontend/src/routes/tracking-configs/+page.svelte b/frontend/src/routes/tracking-configs/+page.svelte
index cf39108..449b884 100644
--- a/frontend/src/routes/tracking-configs/+page.svelte
+++ b/frontend/src/routes/tracking-configs/+page.svelte
@@ -14,10 +14,7 @@
import Hint from '$lib/components/Hint.svelte';
import IconButton from '$lib/components/IconButton.svelte';
import IconGridSelect from '$lib/components/IconGridSelect.svelte';
-
- const providerTypeItems = [
- { value: 'immich', icon: 'mdiCamera', label: 'Immich' },
- ];
+ import { providerTypeItems, sortByItems, sortOrderItems, albumModeItems, assetTypeItems, memorySourceItems } from '$lib/grid-items';
import { snackSuccess, snackError } from '$lib/stores/snackbar.svelte';
import { highlightFromUrl } from '$lib/highlight';
import type { TrackingConfig } from '$lib/types';
@@ -106,7 +103,7 @@
{#if !editing}
-
+
{:else}
{form.provider_type}
{/if}
@@ -133,16 +130,12 @@
-
-
+
+
-
-
+
+
@@ -168,14 +161,10 @@
-
+