Added search by voice input

This commit is contained in:
2018-04-20 20:16:59 +02:00
parent 43d4452554
commit 16cc544314
4 changed files with 159 additions and 2 deletions

View File

@ -21,6 +21,8 @@ component Sidebar(user *arn.User)
.sidebar-button
Icon("search")
FuzzySearch
.speech-input.action(data-action="searchBySpeech", data-trigger="click", title="Voice input")
RawIcon("microphone")
//- Sidebar buttons
if user != nil