From 4972a7ea176c42837b043daa2f44e98ff0dafba3 Mon Sep 17 00:00:00 2001 From: chief <1092786+chief8192@users.noreply.github.com> Date: Sun, 8 Nov 2020 16:00:09 -0500 Subject: [PATCH] Automatically jumps to the next photo when deleting while previewing. --- frontend/src/components/files/Preview.vue | 22 +++++++++++++++++++++- frontend/src/components/prompts/Delete.vue | 19 +++++++++++++++++-- frontend/src/store/index.js | 5 ++++- frontend/src/store/mutations.js | 9 +++++++++ 4 files changed, 51 insertions(+), 4 deletions(-) diff --git a/frontend/src/components/files/Preview.vue b/frontend/src/components/files/Preview.vue index 1a8435b0..8c2bc294 100644 --- a/frontend/src/components/files/Preview.vue +++ b/frontend/src/components/files/Preview.vue @@ -62,7 +62,7 @@