1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

feat: search bar for plugin catalogue

Adds a search bar to the `Catalogue` section,
allowing you to filter the available plugins
This commit is contained in:
Daniel 2022-10-21 09:05:11 +02:00
parent 8af09253c8
commit 3ef73904c1
No known key found for this signature in database
GPG key ID: A9896FFF5A793A20
2 changed files with 31 additions and 0 deletions

View file

@ -1,6 +1,10 @@
<div id="pluginCatalogPage" data-role="page" class="page type-interior pluginConfigurationPage withTabs fullWidthContent">
<div>
<div class="content-primary">
<div class="inputContainer">
<label class="inputLabel" for="txtSearchPlugins">${Search}</label>
<input id="txtSearchPlugins" name="txtSearchPlugins" type="text" is="emby-input" class="emby-input">
</div>
<div id="noPlugins" class="hide">${MessageNoAvailablePlugins}</div>
<div id="pluginTiles" style="text-align:left;"></div>
</div>