From 50ba1627dc1a95408fe2efb104b37cd5a0c3d76f Mon Sep 17 00:00:00 2001 From: Paul Date: Tue, 21 May 2019 15:01:52 +0200 Subject: [PATCH 1/2] added icons for filter types daterange and collection --- src/components/SearchPills.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/SearchPills.vue b/src/components/SearchPills.vue index c787b6080..cada9d3a0 100644 --- a/src/components/SearchPills.vue +++ b/src/components/SearchPills.vue @@ -11,7 +11,9 @@ {'dripicons-align-justify': filter.type === 'string'}, {'dripicons-message': filter.type === 'topic'}, {'dripicons-pamphlet': filter.type === 'newspaper'}, - {'dripicons-web': filter.type === 'language'} + {'dripicons-web': filter.type === 'language'}, + {'dripicons-calendar': filter.type === 'daterange'}, + {'dripicons-suitcase': filter.type === 'collection'}, ]" /> From 3f01c2b70ac666eafc25ad325c4e086ad4ec6557 Mon Sep 17 00:00:00 2001 From: Thijs van Beek Date: Wed, 22 May 2019 12:53:55 +0200 Subject: [PATCH 2/2] added create account message --- src/components/UserLoginPage.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/UserLoginPage.vue b/src/components/UserLoginPage.vue index 8d33f5fe9..ce8a613fb 100644 --- a/src/components/UserLoginPage.vue +++ b/src/components/UserLoginPage.vue @@ -31,6 +31,8 @@ {{$t("login_remember")}} +
Do you need an account?
+

Contact us at info@impresso-project.ch