From 6d6d668cb034b6d0b87131126eecba874d4949cf Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Wed, 8 Apr 2020 16:16:23 +0200 Subject: [PATCH] Frontend: Photos view UX and clean-up Signed-off-by: Michael Mayer --- frontend/src/component/p-photo-clipboard.vue | 2 +- frontend/src/component/p-photo-details.vue | 5 +- frontend/src/component/p-photo-list.vue | 71 +++++++++++++++----- frontend/src/component/p-photo-mosaic.vue | 8 +++ frontend/src/css/photos.css | 10 ++- frontend/src/pages/album/photos.vue | 1 + frontend/src/pages/photos.vue | 1 + 7 files changed, 75 insertions(+), 23 deletions(-) diff --git a/frontend/src/component/p-photo-clipboard.vue b/frontend/src/component/p-photo-clipboard.vue index 09bae47c0..85035d2a9 100644 --- a/frontend/src/component/p-photo-clipboard.vue +++ b/frontend/src/component/p-photo-clipboard.vue @@ -31,7 +31,7 @@ @click.stop="dialog.share = true" :disabled="selection.length === 0" v-if="context !== 'archive'" - class="p-photo-clipboard-private" + class="p-photo-clipboard-share" > share diff --git a/frontend/src/component/p-photo-details.vue b/frontend/src/component/p-photo-details.vue index 25212a725..b528d7354 100644 --- a/frontend/src/component/p-photo-details.vue +++ b/frontend/src/component/p-photo-details.vue @@ -68,10 +68,7 @@

diff --git a/frontend/src/component/p-photo-list.vue b/frontend/src/component/p-photo-list.vue index 6f65221b8..a788e7e34 100644 --- a/frontend/src/component/p-photo-list.vue +++ b/frontend/src/component/p-photo-list.vue @@ -9,21 +9,35 @@ v-model="selected" :no-data-text="this.$gettext('No photos matched your search')" > -