From 0c0464ea5a9c41ac793b895bea00a3d90081eb75 Mon Sep 17 00:00:00 2001 From: Owen Guillot Date: Tue, 21 Mar 2023 14:27:23 +0000 Subject: [PATCH 1/2] styled accounts page --- src/pages/AccountPage.vue | 35 +++++++++++++++++++++++++++++------ 1 file changed, 29 insertions(+), 6 deletions(-) diff --git a/src/pages/AccountPage.vue b/src/pages/AccountPage.vue index 6d6ec24..1eaa881 100644 --- a/src/pages/AccountPage.vue +++ b/src/pages/AccountPage.vue @@ -4,25 +4,25 @@

Your Email: {{ this.user.email }}

Send a password reset email

- +

Enter your current password to edit account settings

- +

Change email

- +

Change password

- - + +

Delete account

- +

Delete map filter preferences data

@@ -198,4 +198,27 @@ export default { \ No newline at end of file From 4aea89ae19b2c50deb0ee91b68bc986e93ca58c2 Mon Sep 17 00:00:00 2001 From: Andrew Date: Tue, 21 Mar 2023 14:55:26 +0000 Subject: [PATCH 2/2] fix premature eyeballation --- src/pages/AccountPage.vue | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/pages/AccountPage.vue b/src/pages/AccountPage.vue index 00e0f50..305d084 100644 --- a/src/pages/AccountPage.vue +++ b/src/pages/AccountPage.vue @@ -9,10 +9,10 @@

Enter your current password to edit account settings

-
- show - -
+ + + +

Change email

@@ -22,10 +22,10 @@ -
- show - -
+ + + +

Delete account

@@ -250,4 +250,4 @@ button:focus { #eyeImg:hover{ transform: scale(1.3); } - \ No newline at end of file +