diff --git a/apps/questions/apps/web/src/lib/components/CollectionModal.svelte b/apps/questions/apps/web/src/lib/components/CollectionModal.svelte new file mode 100644 index 000000000..5cf5846ec --- /dev/null +++ b/apps/questions/apps/web/src/lib/components/CollectionModal.svelte @@ -0,0 +1,218 @@ + + + +
Error
+{message}
+ + {#if onRetry} + + {/if} ++ Create your first collection to organize your questions. +
+ ++ {collection.description} +
+ {/if} ++ {collection.questionCount || 0} questions +
+{authStore.user?.email || 'Not signed in'}
+{authStore.user?.id || '-'}
+Export Data
++ Download all your questions and research data +
+ +Delete Account
++ Permanently delete your account and all data +
+ {#if deleteConfirm} +
+ Questions App v1.0.0
+
+ Powered by mana-search
+
Enter your email to receive a reset link
++ We've sent a password reset link to {email}. Please check your inbox. +
+ Back to login +Loading...
-