{#if isShowingCreateModal} (isShowingCreateModal = false)} /> {/if} {#if isEditModalOpen} (isEditModalOpen = false)} on:saveEdit={saveEdit} /> {/if} Create new... { isShowingCreateModal = true; newType = 'visited'; }} > Visited Adventure { isShowingCreateModal = true; newType = 'planned'; }} > Planned Adventure My Adventures This search returned {count} results. {#if adventures.length === 0} {/if} {sidebarOpen ? 'Close Filters' : 'Open Filters'} {#each adventures as adventure} {/each} {#if previous} changePage('previous')} >Previous page {/if} {#if next} changePage('next')}>Next {/if} Adventure Types Completed Planned Featured Filter Sort Name ASC sort({ attribute: 'name', order: 'asc' })} /> Name DESC sort({ attribute: 'name', order: 'desc' })} />
Create new...
This search returned {count} results.