diff --git a/frontend/src/lib/components/CollectionCard.svelte b/frontend/src/lib/components/CollectionCard.svelte index 7696c74..5439fc7 100644 --- a/frontend/src/lib/components/CollectionCard.svelte +++ b/frontend/src/lib/components/CollectionCard.svelte @@ -80,7 +80,20 @@ class="card min-w-max lg:w-96 md:w-80 sm:w-60 xs:w-40 bg-primary-content shadow-xl overflow-hidden text-base-content" >
-

{collection.name}

+
+ +
+
+
{collection.is_public ? 'Public' : 'Private'}
+ {#if collection.is_archived} +
Archived
+ {/if} +

{collection.adventures.length} Adventures

{#if collection.start_date && collection.end_date}

@@ -96,12 +109,7 @@ ) + 1}{' '} days

{/if} -
-
{collection.is_public ? 'Public' : 'Private'}
- {#if collection.is_archived} -
Archived
- {/if} -
+
{#if type != 'link'} - -{:else} - -{/if} +
+
+

Map Options

+
+ + + + + + + {#if newMarker.length > 0} + + + {:else} + + {/if} +
+
+
{#if createModalOpen} {/if} - - -