From c97b1098c6c0c99c49ff1755591eb23aedbea280 Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Tue, 9 Jun 2020 08:13:17 +0200 Subject: [PATCH] Frontend: Add zoom-in button to photos view Signed-off-by: Michael Mayer --- frontend/src/component/p-photo-cards.vue | 5 +++++ frontend/src/component/p-photo-mosaic.vue | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/frontend/src/component/p-photo-cards.vue b/frontend/src/component/p-photo-cards.vue index df6ca4535..393006d1c 100644 --- a/frontend/src/component/p-photo-cards.vue +++ b/frontend/src/component/p-photo-cards.vue @@ -102,6 +102,11 @@ @click.stop.prevent="openPhoto(index, true)"> burst_mode + + zoom_in + diff --git a/frontend/src/component/p-photo-mosaic.vue b/frontend/src/component/p-photo-mosaic.vue index 027e9edbb..77fd9b632 100644 --- a/frontend/src/component/p-photo-mosaic.vue +++ b/frontend/src/component/p-photo-mosaic.vue @@ -101,6 +101,11 @@ @click.stop.prevent="openPhoto(index, true)"> burst_mode + + zoom_in +