mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
rework tabs
This commit is contained in:
parent
14a8cf548f
commit
25f06c166b
25 changed files with 424 additions and 634 deletions
|
@ -1998,6 +1998,7 @@ var AppInfo = {};
|
|||
|
||||
define("material-design-lite", [bowerPath + "/material-design-lite/material.min", "css!" + bowerPath + "/material-design-lite/material"]);
|
||||
define("MaterialSpinner", ["material-design-lite"]);
|
||||
define("MaterialTabs", ["material-design-lite"]);
|
||||
|
||||
define("jQuery", [bowerPath + '/jquery/dist/jquery.slim.min'], function () {
|
||||
|
||||
|
@ -2531,7 +2532,7 @@ var AppInfo = {};
|
|||
|
||||
defineRoute({
|
||||
path: '/home.html',
|
||||
dependencies: ['paper-tabs'],
|
||||
dependencies: ['MaterialTabs'],
|
||||
autoFocus: false,
|
||||
controller: 'scripts/indexpage'
|
||||
});
|
||||
|
@ -2706,7 +2707,7 @@ var AppInfo = {};
|
|||
|
||||
defineRoute({
|
||||
path: '/movies.html',
|
||||
dependencies: ['paper-tabs', 'paper-checkbox', 'paper-fab', 'scripts/alphapicker', 'paper-button'],
|
||||
dependencies: ['MaterialTabs', 'paper-checkbox', 'paper-fab', 'scripts/alphapicker', 'paper-button'],
|
||||
autoFocus: false,
|
||||
controller: 'scripts/moviesrecommended'
|
||||
});
|
||||
|
@ -2920,7 +2921,7 @@ var AppInfo = {};
|
|||
|
||||
defineRoute({
|
||||
path: '/tv.html',
|
||||
dependencies: ['paper-checkbox', 'paper-button', 'paper-icon-button-light', 'paper-tabs'],
|
||||
dependencies: ['paper-checkbox', 'paper-button', 'paper-icon-button-light', 'MaterialTabs'],
|
||||
autoFocus: false,
|
||||
controller: 'scripts/tvrecommended'
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue