mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
improve next up performance
This commit is contained in:
parent
9abaa2cc67
commit
f083d4b3a8
29 changed files with 51 additions and 172 deletions
|
@ -1,24 +1,12 @@
|
|||
<div id="channelsPage" data-role="page" data-dom-cache="true" class="page libraryPage channelsPage pageWithAbsoluteTabs" data-title="${HeaderChannels}">
|
||||
<div id="channelsPage" data-role="page" data-dom-cache="true" class="page libraryPage channelsPage noSecondaryNavPage" data-title="${HeaderChannels}">
|
||||
|
||||
<div is="emby-tabs" class="libraryViewNav">
|
||||
<div class="emby-tabs-slider">
|
||||
<button is="emby-button" class="emby-tab-button is-active" data-index="0">
|
||||
<div class="emby-button-foreground">${TabLatest}</div>
|
||||
</button>
|
||||
<button is="emby-button" class="emby-tab-button" data-index="1">
|
||||
<div class="emby-button-foreground">${TabChannels}</div>
|
||||
</button>
|
||||
</div>
|
||||
<div class="homePageSection">
|
||||
|
||||
<h1 class="listHeader">${TabChannels}</h1>
|
||||
<div is="emby-itemscontainer" id="items" class="itemsContainer paddedItemsContainer vertical-wrap"></div>
|
||||
</div>
|
||||
|
||||
<div class="is-active pageTabContent ehsContent" id="latestTab" data-index="0">
|
||||
<div class="latestItems"></div>
|
||||
</div>
|
||||
<div class="pageTabContent ehsContent" id="channelsTab" data-index="1">
|
||||
<div class="viewSettings">
|
||||
</div>
|
||||
<div is="emby-itemscontainer" id="items" class="itemsContainer paddedItemsContainer vertical-wrap" style="text-align:center;"></div>
|
||||
</div>
|
||||
<div class="latestItems"></div>
|
||||
|
||||
<div data-role="content">
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue