diff --git a/apps/mana/apps/web/src/lib/components/PickerOverlay.svelte b/apps/mana/apps/web/src/lib/components/PickerOverlay.svelte
new file mode 100644
index 000000000..0a93ff196
--- /dev/null
+++ b/apps/mana/apps/web/src/lib/components/PickerOverlay.svelte
@@ -0,0 +1,210 @@
+
+
+
+
-
-
- {#each availableOptions as option, i (option.id)}
- {#if i > 0}
{/if}
-
- {/each}
- {#if availableOptions.length === 0}
-
Alle Seiten sind bereits geöffnet
- {/if}
-
-
-
-
+
-
-
- {#each availableOptions as option, i (option.id)}
- {#if i > 0}
{/if}
-
- {/each}
- {#if availableOptions.length > 0 && onCreateCustom}
{/if}
+
+ {#snippet item(option)}
+
+ {/snippet}
+
+ {#snippet footer()}
{#if onCreateCustom}
-
-
+ {/snippet}
+