From 2d35c346bac1dd02605fd7032eb10d388740e911 Mon Sep 17 00:00:00 2001 From: Valerian Saliou Date: Wed, 25 Oct 2023 21:23:38 +0200 Subject: [PATCH] feat: working file preview expand on click --- src/components/inbox/InboxMessaging.vue | 46 ++++++++++++++++++++++++- src/views/app/inbox/AppInboxBase.vue | 9 +++-- 2 files changed, 52 insertions(+), 3 deletions(-) diff --git a/src/components/inbox/InboxMessaging.vue b/src/components/inbox/InboxMessaging.vue index 695d0284..24b21292 100644 --- a/src/components/inbox/InboxMessaging.vue +++ b/src/components/inbox/InboxMessaging.vue @@ -78,6 +78,7 @@