diff --git a/web/src/components/Search.vue b/web/src/components/Search.vue index d8182e65..06b4d49a 100644 --- a/web/src/components/Search.vue +++ b/web/src/components/Search.vue @@ -6,9 +6,12 @@ sm="6" > @@ -27,10 +33,60 @@ diff --git a/web/src/components/no-results/NoResults.vue b/web/src/components/no-results/NoResults.vue new file mode 100644 index 00000000..ae9a2b2c --- /dev/null +++ b/web/src/components/no-results/NoResults.vue @@ -0,0 +1,5 @@ + diff --git a/web/src/i18n/locales/en.json b/web/src/i18n/locales/en.json index 4830c3b0..7df913cd 100644 --- a/web/src/i18n/locales/en.json +++ b/web/src/i18n/locales/en.json @@ -49,7 +49,11 @@ }, "findSpeaker": { "title": "Find a speaker", - "pronouns": "Pronouns: {0}" + "pronouns": "Pronouns: {0}", + "topics": "Topic", + "places": "Prefecture", + "searchPlaceholder": "Start typing to Search", + "noResults": "No speakers found" }, "footer": { "title": "SpeakHer Japan 2020", diff --git a/web/src/views/FindSpeaker.vue b/web/src/views/FindSpeaker.vue index bb76dae6..0922290e 100644 --- a/web/src/views/FindSpeaker.vue +++ b/web/src/views/FindSpeaker.vue @@ -3,8 +3,8 @@ - -

+ +

{{ $t('findSpeaker.title') }}

+
- - + - - - +
+ @@ -73,11 +76,12 @@