From 884839331a92efe1688126afdf998208f6aaf451 Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Wed, 30 Dec 2020 16:07:03 +0100 Subject: [PATCH] Frontend: Improve album UX Moves albums to the top next to photos, and replaces album icons. --- frontend/src/component/album/clipboard.vue | 50 ++--- frontend/src/component/file/clipboard.vue | 2 +- frontend/src/component/label/clipboard.vue | 2 +- frontend/src/component/navigation.vue | 250 ++++++++++----------- frontend/src/component/photo/clipboard.vue | 4 +- frontend/src/component/photo/list.vue | 40 ++-- frontend/src/dialog/photo/album.vue | 3 +- frontend/src/dialog/upload.vue | 2 +- frontend/src/dialog/webdav.vue | 10 +- frontend/src/share/photo/list.vue | 64 +++--- internal/api/svg.go | 20 +- 11 files changed, 232 insertions(+), 215 deletions(-) diff --git a/frontend/src/component/album/clipboard.vue b/frontend/src/component/album/clipboard.vue index a46561c46..1ce854c25 100644 --- a/frontend/src/component/album/clipboard.vue +++ b/frontend/src/component/album/clipboard.vue @@ -1,17 +1,17 @@