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}