add item flyouts
This commit is contained in:
parent
ce35317652
commit
4b2be0b97a
16 changed files with 478 additions and 409 deletions
|
@ -666,7 +666,8 @@
|
|||
borderless: item.Type == "Game",
|
||||
context: context,
|
||||
overlayText: item.Type != "MusicAlbum",
|
||||
lazy: true
|
||||
lazy: true,
|
||||
showDetailsMenu: true
|
||||
});
|
||||
|
||||
$('#similarContent', page).html(html).lazyChildren();
|
||||
|
@ -866,7 +867,8 @@
|
|||
context: context,
|
||||
playFromHere: true,
|
||||
overlayText: true,
|
||||
lazy: true
|
||||
lazy: true,
|
||||
showDetailsMenu: true
|
||||
});
|
||||
}
|
||||
else if (item.Type == "GameSystem") {
|
||||
|
@ -876,7 +878,8 @@
|
|||
showTitle: true,
|
||||
centerText: true,
|
||||
context: context,
|
||||
lazy: true
|
||||
lazy: true,
|
||||
showDetailsMenu: true
|
||||
});
|
||||
}
|
||||
|
||||
|
@ -982,13 +985,14 @@
|
|||
showTitle: true,
|
||||
centerText: true,
|
||||
context: context,
|
||||
lazy: true
|
||||
lazy: true,
|
||||
showDetailsMenu: true
|
||||
});
|
||||
html += '</div>';
|
||||
|
||||
html += '</div>';
|
||||
|
||||
$('.collectionItems', page).append(html);
|
||||
$('.collectionItems', page).append(html).lazyChildren();
|
||||
}
|
||||
|
||||
function renderUserDataIcons(page, item) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue