From 8cc6ca417ab48e7f234b8a75bdc69f04298cb72d Mon Sep 17 00:00:00 2001 From: Schenky Date: Tue, 14 Mar 2023 15:38:51 +0100 Subject: [PATCH] Update 14.3.2023 --- package.json | 2 +- src/lib/components/Interests/Interests.svelte | 181 ++++++++++++++++++ .../Layouts/NavigationBarLayout.svelte | 2 +- src/routes/explore/Components/Search.svelte | 3 + .../profile/functions/Interests-Update.svelte | 86 ++++----- src/routes/profile/profile-functions.svelte | 71 ++++--- src/routes/profile/profile.svelte | 3 +- 7 files changed, 266 insertions(+), 82 deletions(-) create mode 100644 src/lib/components/Interests/Interests.svelte diff --git a/package.json b/package.json index 6a2cb96..16ecaef 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "version": "0.0.0", "type": "module", "scripts": { - "dev": "vite", + "dev": "vite --host", "build": "vite build", "preview": "vite preview", "appwrite": "docker compose -f ./appwrite/docker-compose.yml up" diff --git a/src/lib/components/Interests/Interests.svelte b/src/lib/components/Interests/Interests.svelte new file mode 100644 index 0000000..27e124f --- /dev/null +++ b/src/lib/components/Interests/Interests.svelte @@ -0,0 +1,181 @@ + + +
+
+

What are you most interested in?

+ +
+ + + +
+
+ +
+

Who do you like to travel with?

+
+ +
+
+ +
+

What brought you to our app?

+
+ +
+
+
+ + \ No newline at end of file diff --git a/src/lib/components/Layouts/NavigationBarLayout.svelte b/src/lib/components/Layouts/NavigationBarLayout.svelte index 2240d86..07e474f 100644 --- a/src/lib/components/Layouts/NavigationBarLayout.svelte +++ b/src/lib/components/Layouts/NavigationBarLayout.svelte @@ -44,7 +44,7 @@