mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update listviews
This commit is contained in:
parent
d9c694f564
commit
f3cde16786
51 changed files with 402 additions and 333 deletions
|
@ -1,4 +1,4 @@
|
|||
define(['datetime', 'scrollStyles'], function (datetime) {
|
||||
define(['datetime', 'emby-itemscontainer', 'scrollStyles'], function (datetime) {
|
||||
|
||||
function getUpcomingPromise() {
|
||||
|
||||
|
@ -100,9 +100,9 @@
|
|||
html += '<h1 class="listHeader">' + group.name + '</h1>';
|
||||
|
||||
if (enableScrollX()) {
|
||||
html += '<div class="itemsContainer hiddenScrollX">';
|
||||
html += '<div is="emby-itemscontainer" class="itemsContainer hiddenScrollX">';
|
||||
} else {
|
||||
html += '<div class="itemsContainer">';
|
||||
html += '<div is="emby-itemscontainer" class="itemsContainer">';
|
||||
}
|
||||
|
||||
html += LibraryBrowser.getPosterViewHtml({
|
||||
|
@ -124,7 +124,6 @@
|
|||
}
|
||||
|
||||
elem.innerHTML = html;
|
||||
LibraryBrowser.createCardMenus(elem);
|
||||
ImageLoader.lazyChildren(elem);
|
||||
}
|
||||
return function (view, params, tabContent) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue