From 987b228b7d27f63289a84da32bd90e35b33d8c6f Mon Sep 17 00:00:00 2001 From: Sean Morley <98704938+seanmorley15@users.noreply.github.com> Date: Sat, 17 Aug 2024 22:43:32 -0400 Subject: [PATCH] Delete frontend/src/lib/components/NewAdventure.svelte --- .../src/lib/components/NewAdventure.svelte | 436 ------------------ 1 file changed, 436 deletions(-) delete mode 100644 frontend/src/lib/components/NewAdventure.svelte 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!