From 0f07c886d0d4e54cf8c873a599e7d3b0a24d0470 Mon Sep 17 00:00:00 2001 From: Samir Vimercati Date: Thu, 3 Feb 2022 12:52:17 +0100 Subject: [PATCH] feat(ui): clicking on the user status avatar or user quickProfile avatar shows profile modal --- .../QuickProfile/QuickProfile.html | 14 ++++++++------ .../QuickProfile/QuickProfile.less | 4 ++++ .../QuickProfile/QuickProfile.vue | 18 ++++++++++++++++++ .../views/navigation/mobile/nav/Nav.html | 2 +- .../navigation/sidebar/status/Status.html | 10 ++++++---- .../navigation/sidebar/status/Status.less | 1 + .../views/navigation/sidebar/status/Status.vue | 8 ++++++++ .../views/navigation/slimbar/Slimbar.html | 2 +- components/views/settings/Sidebar.vue | 2 +- components/views/settings/modal/Modal.vue | 6 +++--- store/ui/__snapshots__/state.test.ts.snap | 1 + store/ui/actions.ts | 2 +- store/ui/mutations.ts | 8 +++++++- store/ui/state.ts | 1 + store/ui/types.ts | 1 + 15 files changed, 62 insertions(+), 18 deletions(-) diff --git a/components/interactables/QuickProfile/QuickProfile.html b/components/interactables/QuickProfile/QuickProfile.html index e07b13bc69..5a79c3b1fa 100644 --- a/components/interactables/QuickProfile/QuickProfile.html +++ b/components/interactables/QuickProfile/QuickProfile.html @@ -8,12 +8,14 @@
- +
+ +
diff --git a/components/views/navigation/mobile/nav/Nav.html b/components/views/navigation/mobile/nav/Nav.html index 9e9bee4b05..60805652cf 100644 --- a/components/views/navigation/mobile/nav/Nav.html +++ b/components/views/navigation/mobile/nav/Nav.html @@ -17,7 +17,7 @@
diff --git a/components/views/navigation/sidebar/status/Status.html b/components/views/navigation/sidebar/status/Status.html index fd4ef4adaf..b467cc98d1 100644 --- a/components/views/navigation/sidebar/status/Status.html +++ b/components/views/navigation/sidebar/status/Status.html @@ -1,8 +1,10 @@
- +
+ +