From bab0072e5cf709e6c1cf303f89348ee61a8007e4 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Fri, 5 Aug 2022 12:58:54 +0200 Subject: feat: Add basic profile administration --- apps/portal/src/app/pages/profile/index.svelte | 159 ++++++++++++++++++++++++- 1 file changed, 155 insertions(+), 4 deletions(-) diff --git a/apps/portal/src/app/pages/profile/index.svelte b/apps/portal/src/app/pages/profile/index.svelte index 0929c3c..00942ac 100644 --- a/apps/portal/src/app/pages/profile/index.svelte +++ b/apps/portal/src/app/pages/profile/index.svelte @@ -1,7 +1,90 @@ @@ -12,5 +95,73 @@ on:click={() => push("/")}/> -

Profile

+ +
+
+

Update your information

+
+ {#if formError} + {formError} + {/if} +
+ + + {#if usernameFieldMessage} + {usernameFieldMessage} + {/if} +
+
+ + + {#if passwordFieldMessage} + {passwordFieldMessage} + {/if} +
+
+
+
+
+
+

Download your data

+ Click here to download your data +
+
+

Delete account

+
+ +
+
+ + +
+
+
+
+
-- cgit v1.3