From 3e6124fd92b3277461ccd132ae476d935e4397c5 Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Sat, 16 Nov 2019 22:56:19 +0100 Subject: [PATCH] Add Basic Story For SearchInput I had to remove `| dateTime('dd.MM.yyyy')` in line 61 of the vue file due to issues with $i18n which surely can be easyly solved. The idea is, that `results` is an object which contains the keys `posts` and `users`. The values are arrays with the search results. --- webapp/components/SearchInput/SearchInput.vue | 559 ++++++++++-------- 1 file changed, 300 insertions(+), 259 deletions(-) diff --git a/webapp/components/SearchInput/SearchInput.vue b/webapp/components/SearchInput/SearchInput.vue index b1b967355..7a6f07eb0 100644 --- a/webapp/components/SearchInput/SearchInput.vue +++ b/webapp/components/SearchInput/SearchInput.vue @@ -1,268 +1,309 @@