Create new...
(isShowingMoreFields = true)} >Visited Adventure
{#if adventures.length != 0}
My Visited Adventure Locations
{/if} {#if isLoading}
{/if} {#if isShowingToast}
{/if} {#if isShowingMoreFields}
{/if} {#if adventureToEdit && adventureToEdit.id != undefined}
{/if}
{#each adventures as adventure (adventure.id)}
{/each}
{#if adventures.length == 0 && !isLoading}
Add some adventures!
{/if} {#if adventures.length != 0 && !isLoading}
Actions
Save as File
(confirmModalOpen = true)}>
Delete Data
Share as Link
{/if} {#if confirmModalOpen}
{/if}
My Log | AdventureLog