From aaca48be3214a9f33fc03d0cc028f694a4fa8cb0 Mon Sep 17 00:00:00 2001 From: CuriousMagpie Date: Fri, 28 Jul 2023 16:44:06 -0400 Subject: [PATCH] WIP(user profile): mostly css updates --- .../src/components/userMenu/profile.vue | 241 +++++++++++------- .../src/components/userMenu/profileModal.vue | 26 +- 2 files changed, 172 insertions(+), 95 deletions(-) diff --git a/website/client/src/components/userMenu/profile.vue b/website/client/src/components/userMenu/profile.vue index 8748723de5..092ca0056d 100644 --- a/website/client/src/components/userMenu/profile.vue +++ b/website/client/src/components/userMenu/profile.vue @@ -57,13 +57,11 @@ class="standard-page " >
-
-
-

{{ $t('about') }}

-
-
+ -
+
-
-
-

-

- {{ $t('noDescription') }} -

+
+
+

{{ $t('about') }}

+
+
+ +
+
+
+

+

+ {{ $t('noDescription') }} +

+

{{ $t('photo') }}

@@ -101,45 +114,43 @@

-
-
-
-
- {{ $t('joined') }}: -
-
- {{ userJoinedDate }} -
+
+
+
+ {{ $t('joined') }}:
-
-
- {{ $t('totalLogins') }}: -
-
- {{ user.loginIncentives }} -
+
+ {{ userJoinedDate }}
-
-
- {{ $t('latestCheckin') }}: -
-
- {{ userLastLoggedIn }} -
+
+
+
+ {{ $t('totalLogins') }}:
-
- {{ getProgressDisplay() }} -
-
- {{ incentivesProgress }}% {{ $t('complete') }} -
+
+ {{ user.loginIncentives }} +
+
+
+
+ {{ $t('latestCheckin') }}: +
+
+ {{ userLastLoggedIn }} +
+
+
+ {{ getProgressDisplay() }} +
+
+ {{ incentivesProgress }}% {{ $t('complete') }}
@@ -331,48 +342,59 @@ +