From df66a96976150899afbd3e6d7b1510939a999f34 Mon Sep 17 00:00:00 2001 From: Alexander Brown Date: Wed, 26 Nov 2025 11:52:54 -0800 Subject: [PATCH] Feat: Double Click on Image Assets to open the lightbox (#6955) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary Make it easier to open the lightbox preview. ## Review Focus The first click still selects the image. I liked the suggestion to require shift or ctrl to initiate selection and have click go back to the previous behavior. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-6955-Feat-Double-Click-on-Image-Assets-to-open-the-lightbox-2b76d73d365081f0bf0de847add5c820) by [Unito](https://www.unito.io) --- .../assets/components/MediaAssetCard.vue | 65 +++++++------------ .../assets/components/MediaImageTop.vue | 2 + 2 files changed, 26 insertions(+), 41 deletions(-) diff --git a/src/platform/assets/components/MediaAssetCard.vue b/src/platform/assets/components/MediaAssetCard.vue index e78b3c096..fff097d7f 100644 --- a/src/platform/assets/components/MediaAssetCard.vue +++ b/src/platform/assets/components/MediaAssetCard.vue @@ -59,35 +59,29 @@ -
- - - -
-
- - - -
+ + + + + +
@@ -101,8 +95,6 @@ size="sm" :label="String(outputCount)" @click.stop="handleOutputCountClick" - @mouseenter="handleOverlayMouseEnter" - @mouseleave="handleOverlayMouseLeave" >