{#if isShowingCreateModal} (isShowingCreateModal = false)} /> {/if} {#if isEditModalOpen} (isEditModalOpen = false)} on:saveEdit={saveEdit} /> {/if} Create new... (isShowingCreateModal = true)} >Planned Adventure {#if adventures.length > 0} Planned Adventures {/if} {#each adventures as adventure} {/each} {#if adventures.length === 0} No planned adventures found There are no adventures to display. Add some using the plus button at the bottom right! {/if}
Create new...
There are no adventures to display. Add some using the plus button at the bottom right!