From 15f7fc331d1fc5e0484458cfdd7ec933a3ebf784 Mon Sep 17 00:00:00 2001 From: supertiger Date: Fri, 22 Feb 2019 21:48:12 +0000 Subject: [PATCH] show link menu when clicking on edit avatar. --- src/components/app/GDriveLinkMenu.vue | 14 ++++---- .../app/SettingsPanels/MyProfile.vue | 9 ++++- src/store/index.js | 3 +- src/store/modules/settingsModule.js | 36 +++++++++++++++++++ src/store/modules/socketIOModule.js | 3 +- src/views/App.vue | 6 +++- 6 files changed, 61 insertions(+), 10 deletions(-) create mode 100644 src/store/modules/settingsModule.js diff --git a/src/components/app/GDriveLinkMenu.vue b/src/components/app/GDriveLinkMenu.vue index 323b866..9886879 100644 --- a/src/components/app/GDriveLinkMenu.vue +++ b/src/components/app/GDriveLinkMenu.vue @@ -2,7 +2,7 @@
- To upload files and images, You must link your Google Drive account with your Nertivia account. + To upload files, images or set avatars, You must link your Google Drive account with your Nertivia account.
@@ -22,7 +22,7 @@ left: 0; right: 0; background: rgba(0, 0, 0, 0.781); - z-index: 1; + z-index: 111111; display: flex; } .inner { @@ -30,16 +30,18 @@ height: 400px; width: 400px; background: rgb(32, 32, 32); - display: flex; - flex-direction: column; - color: white; - border-radius: 3px; + display: flex; + flex-direction: column; + color: white; + border-radius: 3px; } .text{ color: white; text-align: center; margin-top: 30px; font-size: 17px; + padding-left: 10px; + padding-right: 10px; } .images{ display: flex; diff --git a/src/components/app/SettingsPanels/MyProfile.vue b/src/components/app/SettingsPanels/MyProfile.vue index 84d6b02..1e96d4e 100644 --- a/src/components/app/SettingsPanels/MyProfile.vue +++ b/src/components/app/SettingsPanels/MyProfile.vue @@ -7,7 +7,7 @@
-
Edit Avatar
+
Edit Avatar
Change Password
Logout
@@ -28,6 +28,7 @@