From 757a33543da545fb67fd9ac828db6060ae7eafae Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Thu, 5 Dec 2019 04:54:31 +0100 Subject: [PATCH] Albums: Autocomplete for add to album dialog #15 Signed-off-by: Michael Mayer --- .../src/component/album/p-photo-search.vue | 2 +- frontend/src/component/p-photo-search.vue | 2 +- frontend/src/dialog/p-photo-album-dialog.vue | 56 ++++++++++++++----- frontend/src/pages/albums.vue | 1 - 4 files changed, 43 insertions(+), 18 deletions(-) diff --git a/frontend/src/component/album/p-photo-search.vue b/frontend/src/component/album/p-photo-search.vue index f1b312e5d..4ea5b4fb4 100644 --- a/frontend/src/component/album/p-photo-search.vue +++ b/frontend/src/component/album/p-photo-search.vue @@ -2,7 +2,7 @@ folder - - - + + @@ -32,17 +35,19 @@ diff --git a/frontend/src/pages/albums.vue b/frontend/src/pages/albums.vue index 96b791036..46dc9980d 100644 --- a/frontend/src/pages/albums.vue +++ b/frontend/src/pages/albums.vue @@ -112,7 +112,6 @@