From 38a45baad5526f3428bda0b59c3cf49229f4b1ab Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Sat, 23 May 2026 21:24:06 -0400 Subject: [PATCH] feat(ui): click outside the image in the viewer modal closes it (parity with IR) Co-Authored-By: Claude Opus 4.7 (1M context) --- frontend/src/components/modal/ImageCanvas.vue | 34 +++++++++++++++++-- frontend/src/components/modal/ImageViewer.vue | 2 ++ frontend/src/components/modal/VideoCanvas.vue | 6 ++-- 3 files changed, 38 insertions(+), 4 deletions(-) diff --git a/frontend/src/components/modal/ImageCanvas.vue b/frontend/src/components/modal/ImageCanvas.vue index 7cd986a..a4a4163 100644 --- a/frontend/src/components/modal/ImageCanvas.vue +++ b/frontend/src/components/modal/ImageCanvas.vue @@ -1,14 +1,16 @@ diff --git a/frontend/src/components/modal/VideoCanvas.vue b/frontend/src/components/modal/VideoCanvas.vue index addc4b1..4fcbc21 100644 --- a/frontend/src/components/modal/VideoCanvas.vue +++ b/frontend/src/components/modal/VideoCanvas.vue @@ -1,10 +1,11 @@