mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
a little attention to the games page
This commit is contained in:
parent
5783b78b08
commit
866c468d7e
4 changed files with 94 additions and 40 deletions
|
@ -21,10 +21,17 @@
|
|||
<div id="recentlyAddedItems">
|
||||
</div>
|
||||
|
||||
<div id="resumableSection" style="display: none;">
|
||||
<h1 class="listHeader">Latest Played Games</h1>
|
||||
<div id="recentlyPlayedSection" style="display: none;">
|
||||
<h1 class="listHeader">Recently Played Games</h1>
|
||||
|
||||
<div id="resumableItems">
|
||||
<div id="recentlyPlayedItems">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="frequentlyPlayedSection" style="display: none;">
|
||||
<h1 class="listHeader">Frequently Played Games</h1>
|
||||
|
||||
<div id="frequentlyPlayedItems">
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue