From 04e15c9dd9837a29d690886efa6692f50f3c4863 Mon Sep 17 00:00:00 2001 From: supertiger1234 Date: Mon, 5 Aug 2019 20:10:11 +0100 Subject: [PATCH] edit password --- src/components/ChangeLog.vue | 4 ++-- .../Popouts/SettingsPanels/EditProfile.vue | 20 +++++++++++++++++++ src/utils/changelog.js | 7 ++++--- 3 files changed, 26 insertions(+), 5 deletions(-) diff --git a/src/components/ChangeLog.vue b/src/components/ChangeLog.vue index cb600ee..554ef4e 100644 --- a/src/components/ChangeLog.vue +++ b/src/components/ChangeLog.vue @@ -16,8 +16,8 @@
diff --git a/src/components/app/Popouts/Popouts/SettingsPanels/EditProfile.vue b/src/components/app/Popouts/Popouts/SettingsPanels/EditProfile.vue index 31512db..cde7edc 100644 --- a/src/components/app/Popouts/Popouts/SettingsPanels/EditProfile.vue +++ b/src/components/app/Popouts/Popouts/SettingsPanels/EditProfile.vue @@ -23,6 +23,11 @@
Current Password
+ +
+
New Password
+ +
@@ -64,6 +69,7 @@ export default { errors: null, requestSent: false, changed: false, + resetPassword: false, update: {} }; }, @@ -117,6 +123,7 @@ export default { } this.errors = data.errors; } else { + this.resetPassword = false this.update = {}; } this.requestSent = false; @@ -244,6 +251,15 @@ export default { padding: 10px; align-self: center; } +.link { + user-select: none; + cursor: pointer; + margin-left: 35px; +} +.link:hover { + text-decoration: underline; +} + @media (max-width: 740px) { .inner-content { flex-direction: column; @@ -264,6 +280,10 @@ export default { .outer-input { margin-left: initial; } + .link { + margin: 0; + text-align: center; + } } \ No newline at end of file diff --git a/src/utils/changelog.js b/src/utils/changelog.js index 72f0de2..2811ac5 100644 --- a/src/utils/changelog.js +++ b/src/utils/changelog.js @@ -16,12 +16,13 @@ const config = [ { version: 5.8, - title: "Bug fixes", + title: "Bug fixes, Change password.", shortTitle: "", - date: "04/08/2019", - headColor: "rgba(79, 38, 50, 0.77)", + date: "05/08/2019", + headColor: "rgba(255, 75, 127, 0.77)", new: [ "Added more badges (Bug Catcher, Idea Queen)", + "You can now change your password.", ], fix: [ "Fixed a bug where desktop notifications would show for your own messages.",