mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fixes #861 - Add tap hold menus to web client
This commit is contained in:
parent
2c9ebd220c
commit
d1a36e7c73
15 changed files with 206 additions and 48 deletions
|
@ -23,6 +23,12 @@
|
|||
<div class="folderGroupList"></div>
|
||||
<div class="fieldDescription">${LabelSelectFolderGroupsHelp}</div>
|
||||
</div>
|
||||
<br />
|
||||
|
||||
<div style="margin: 0 1em;">
|
||||
<label for="chkDisplayCollectionView">${LabelDisplayCollectionsView}</label>
|
||||
<input id="chkDisplayCollectionView" type="checkbox" data-mini="true" />
|
||||
</div>
|
||||
|
||||
<br />
|
||||
<div style="margin: 0 1em;">
|
||||
|
@ -30,6 +36,7 @@
|
|||
<div class="channelGroupList"></div>
|
||||
<div class="fieldDescription">${LabelGroupChannelsIntoViewsHelp}</div>
|
||||
</div>
|
||||
|
||||
<br />
|
||||
<br />
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue