mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fixes #2172 - Search needs improvment
This commit is contained in:
parent
4929ffa53b
commit
6c8302d905
70 changed files with 618 additions and 240 deletions
7
dashboard-ui/bower_components/emby-webcomponents/search/searchfields.template.html
vendored
Normal file
7
dashboard-ui/bower_components/emby-webcomponents/search/searchfields.template.html
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
<div class="searchFieldsInner flex align-items-center justify-content-center">
|
||||
<i class="searchfields-icon md-icon"></i>
|
||||
<div class="inputContainer flex-grow" style="margin-bottom: 0;">
|
||||
<input is="emby-input" class="searchfields-txtSearch" type="text" data-keyboard="false" placeholder="${Search}" autocomplete="off" autofocus />
|
||||
</div>
|
||||
</div>
|
||||
<div class="alphaPicker align-items-center hide"></div>
|
Loading…
Add table
Add a link
Reference in a new issue