From 43c7dab2eedc6adf0d87b6d1a607304669c71e2c Mon Sep 17 00:00:00 2001 From: Josh Creek <8179928+jcreek@users.noreply.github.com> Date: Sun, 28 Apr 2024 13:39:33 +0100 Subject: [PATCH] feat(#32): Link profile page to actual profile --- src/routes/profile/+page.svelte | 98 ++++++++++++++++++++------------- 1 file changed, 59 insertions(+), 39 deletions(-) diff --git a/src/routes/profile/+page.svelte b/src/routes/profile/+page.svelte index 7441604..dfb351d 100644 --- a/src/routes/profile/+page.svelte +++ b/src/routes/profile/+page.svelte @@ -1,45 +1,65 @@ -
- -
-
-
70%
-
-

Total Pokemon Caught

-
+ + +
+ {#if localUser} + -
- theme selection -
- profile background -
- any other features that enhance user experience and personalisation +
+
+
70%
+
+

Total Pokemon Caught

+
+ +

Types Collected

+
    +
  • Fire
  • +
+
+ any other relevant statistics or achievements +
+
+ theme selection +
+ profile background +
+ any other features that enhance user experience and personalisation +
+
+ options for users to share their profile or achievements on social media platforms, + encouraging engagement and interaction with other users +
-
- options for users to share their profile or achievements on social media platforms, - encouraging engagement and interaction with other users -
-
+ {:else} +

Please log in to view this page

+ {/if}