diff --git a/frontend/src/lib/components/NewAdventure.svelte b/frontend/src/lib/components/NewAdventure.svelte deleted file mode 100644 index 4f114f7..0000000 --- a/frontend/src/lib/components/NewAdventure.svelte +++ /dev/null @@ -1,436 +0,0 @@ - - -{#if isPointModalOpen} - (isPointModalOpen = false)} - on:submit={setLongLat} - bind:adventure={newAdventure} - /> -{/if} - -{#if isImageFetcherOpen} - (isImageFetcherOpen = false)} - /> -{/if} - - - - - - - New {type} Adventure - - - - (type = 'visited')} - /> - (type = 'planned')} - /> - - - - - Name - - - - Location - - - (isPointModalOpen = true)} - >{newAdventure.latitude && newAdventure.longitude - ? 'Change' - : 'Select'} Location - - - - Date - - - - Description - - - Generate Description - - {#if wikiError} - {wikiError} - {/if} - - {#if newAdventure.type == 'visited' || newAdventure.type == 'planned'} - - Activity Types - - - - {/if} - - Rating - - - - Link - - - - Image - - - (isImageFetcherOpen = true)} - >Image Search - - - - - - - Public - - - {#if newAdventure.is_public} - The link to this adventure will be copied to your clipboard once it is created! - {/if} - - - - - Create - Close - - - - -
{wikiError}
The link to this adventure will be copied to your clipboard once it is created!