From fb0cc0d6c2728491f64e9f390fb4fd1bf1b00831 Mon Sep 17 00:00:00 2001 From: ritwizsinha <43509699+ritwizsinha@users.noreply.github.com> Date: Thu, 21 May 2020 11:02:51 +0530 Subject: [PATCH] [FIX] Missing dropdown to select custom status color on user's profile (#16537) Co-authored-by: Gabriel Henriques Co-authored-by: Guilherme Gazzo --- app/ui-account/client/accountProfile.html | 5 +- app/ui-account/client/accountProfile.js | 19 +++++++- app/ui/client/index.js | 1 + app/ui/client/lib/userPopoverStatus.js | 57 ++++++++++++++++++++++ app/ui/client/views/app/editStatus.html | 2 +- app/ui/client/views/app/editStatus.js | 58 ++--------------------- server/methods/saveUserProfile.js | 4 ++ 7 files changed, 86 insertions(+), 60 deletions(-) create mode 100644 app/ui/client/lib/userPopoverStatus.js diff --git a/app/ui-account/client/accountProfile.html b/app/ui-account/client/accountProfile.html index edb1ce6f6a8..9da2906056f 100644 --- a/app/ui-account/client/accountProfile.html +++ b/app/ui-account/client/accountProfile.html @@ -115,8 +115,9 @@