diff --git a/tools/ui/src/lib/components/app/DropImportOverlay.svelte b/tools/ui/src/lib/components/app/DropImportOverlay.svelte new file mode 100644 index 0000000000..b3895503a0 --- /dev/null +++ b/tools/ui/src/lib/components/app/DropImportOverlay.svelte @@ -0,0 +1,17 @@ + + +
Import conversations or settings
+ +Drop your files here to import
+| Conversation Name | + +Messages | +
|---|---|
| + No conversations found matching "{searchQuery}" + | +|
|
+
+ {conv.name || 'Untitled conversation'}
+
+ |
+
+ + {messageCountMap.get(conv.id) ?? 0} + | +
No settings would change.
+ {:else} +{entry.label}
+ +{entry.key}
+