From 1f49a74dd5721719aaceca2c46e0ff147f916a9c Mon Sep 17 00:00:00 2001 From: Om Gate Date: Mon, 13 Oct 2025 23:51:00 +0530 Subject: [PATCH 1/2] feat: copy share url btn --- src/components/message-handlers/ChatVideo.vue | 70 +++++++++++++++++-- 1 file changed, 66 insertions(+), 4 deletions(-) diff --git a/src/components/message-handlers/ChatVideo.vue b/src/components/message-handlers/ChatVideo.vue index 152a690..2044398 100644 --- a/src/components/message-handlers/ChatVideo.vue +++ b/src/components/message-handlers/ChatVideo.vue @@ -18,6 +18,8 @@ ? 'vdb-c-fixed vdb-c-inset-0 vdb-c-z-50 vdb-c-flex vdb-c-h-full vdb-c-w-full vdb-c-flex-col vdb-c-items-center vdb-c-justify-center vdb-c-overflow-y-hidden vdb-c-bg-black-64' : 'vdb-c-full xl:vdb-c-1/2 vdb-c-overflow-hidden vdb-c-rounded-20 sm:vdb-c-w-3/4 lg:vdb-c-w-3/5 xl:vdb-c-w-1/2' " + @mouseenter="handleMouseEnter" + @mouseleave="handleMouseLeave" >