Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SiCKRAGE
sickrage
Commits
18c60e74
Commit
18c60e74
authored
Aug 01, 2018
by
echel0n
Browse files
Added backdrop for home view
parent
535cdc1e
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
changelog.md
View file @
18c60e74
# Changelog
-
*
86e9b5f - 2018-08-01: Added backdrop for schedule view Added backdrop for history view Added opacity style to views with backdrops
-
*
3269e7f - 2018-08-01: Added backdrop for home view
-
*
535cdc1 - 2018-08-01: Added backdrop for schedule view Added backdrop for history view Added opacity style to views with backdrops
-
*
6533663 - 2018-08-01: Added backdrop for add shows view
-
*
6279e0c - 2018-08-01: Added backdrop for config menus
-
*
c6f1503 - 2018-08-01: Pre-Release v9.3.56.dev13
...
...
sickrage/core/webserver/static/images/backdrops/home.jpg
0 → 100644
View file @
18c60e74
307 KB
sickrage/core/webserver/static/js/core.min.js
View file @
18c60e74
This diff is collapsed.
Click to expand it.
src/js/core.js
View file @
18c60e74
...
...
@@ -1545,6 +1545,9 @@ $(document).ready(function ($) {
home
:
{
init
:
function
()
{
$
.
backstretch
(
SICKRAGE
.
srWebRoot
+
'
/images/backdrops/home.jpg
'
);
$
(
'
.backstretch
'
).
css
(
"
opacity
"
,
SICKRAGE
.
getMeta
(
'
sickrage.FANART_BACKGROUND_OPACITY
'
)).
fadeIn
(
"
500
"
);
SICKRAGE
.
home
.
add_show_options
();
SICKRAGE
.
root_dirs
.
init
();
},
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment