From 0aaf0d6c2412f84f81aee464db84b6a0e10bb980 Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Wed, 15 Jul 2020 09:20:27 +0200 Subject: [PATCH] Frontend: More specific "not found" message when searching for edited content Signed-off-by: Michael Mayer --- frontend/src/component/photo/cards.vue | 5 +- frontend/src/component/photo/list.vue | 177 ++++++++------- frontend/src/component/photo/mosaic.vue | 5 +- frontend/src/locales/de.mo | Bin 26886 -> 26935 bytes frontend/src/locales/de.po | 259 +++++++++++----------- frontend/src/locales/translations.json | 2 +- frontend/src/locales/translations.pot | 275 +++++++++++++----------- frontend/src/share/photo/cards.vue | 5 +- frontend/src/share/photo/list.vue | 152 +++++++------ frontend/src/share/photo/mosaic.vue | 5 +- 10 files changed, 482 insertions(+), 403 deletions(-) diff --git a/frontend/src/component/photo/cards.vue b/frontend/src/component/photo/cards.vue index d19f65afe..a3c151dbc 100644 --- a/frontend/src/component/photo/cards.vue +++ b/frontend/src/component/photo/cards.vue @@ -3,7 +3,10 @@
-

+

+ Couldn't find recently edited +

+

Couldn't find anything

diff --git a/frontend/src/component/photo/list.vue b/frontend/src/component/photo/list.vue index f45dbd57a..2a9e4920f 100644 --- a/frontend/src/component/photo/list.vue +++ b/frontend/src/component/photo/list.vue @@ -1,86 +1,109 @@