From 970166d449a2c1aec7bc3192099fad579cbe74aa Mon Sep 17 00:00:00 2001 From: pablo014 Date: Tue, 1 Oct 2024 16:09:22 -0700 Subject: [PATCH] feat(detailsTooltip): add image to the side --- src/components/chat/Chat.vue | 4 +- src/components/user/DetailsTooltip.vue | 64 +++++++++++++++++--------- 2 files changed, 46 insertions(+), 22 deletions(-) diff --git a/src/components/chat/Chat.vue b/src/components/chat/Chat.vue index 3ee870764..5d516f1a5 100644 --- a/src/components/chat/Chat.vue +++ b/src/components/chat/Chat.vue @@ -43,7 +43,9 @@ :custom-size="{ width: '40px', height: '40px' }" inner-classes="shadow" /> - + +
test
+
@@ -45,9 +62,12 @@