mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update nav drawer
This commit is contained in:
parent
a1057972b4
commit
be8eed0411
7 changed files with 1076 additions and 65 deletions
|
@ -1,14 +1,17 @@
|
|||
<div id="tvRecommendedPage" data-dom-cache="true" data-role="page" class="page libraryPage backdropPage pageWithAbsoluteTabs" data-backdroptype="series">
|
||||
|
||||
<div class="libraryViewNav">
|
||||
<button class="pageTabButton is-active" data-index="0">${TabSuggestions}</button>
|
||||
<button class="pageTabButton" data-index="1">${TabLatest}</button>
|
||||
<button class="pageTabButton" data-index="2">${TabUpcoming}</button>
|
||||
<button class="pageTabButton" data-index="3">${TabShows}</button>
|
||||
<button class="pageTabButton tvEpisodesTab" data-index="4">${TabEpisodes}</button>
|
||||
<button class="pageTabButton" data-index="5">${TabGenres}</button>
|
||||
<button class="pageTabButton" data-index="6">${TabNetworks}</button>
|
||||
<div class="contentScrollSlider">
|
||||
<button class="pageTabButton is-active" data-index="0">${TabSuggestions}</button>
|
||||
<button class="pageTabButton" data-index="1">${TabLatest}</button>
|
||||
<button class="pageTabButton" data-index="2">${TabUpcoming}</button>
|
||||
<button class="pageTabButton" data-index="3">${TabShows}</button>
|
||||
<button class="pageTabButton tvEpisodesTab" data-index="4">${TabEpisodes}</button>
|
||||
<button class="pageTabButton" data-index="5">${TabGenres}</button>
|
||||
<button class="pageTabButton" data-index="6">${TabNetworks}</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="is-active pageTabContent ehsContent" id="suggestionsTab" data-index="0">
|
||||
<div id="resumableSection" class="homePageSection">
|
||||
<div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue