Skip to content

Commit b3330b9

Browse files
GilbNarcdz
andauthored
1.19.0 (#653)
* Sonarr, Radarr, Readarr Favicons (#650) * Adds favicon addons to Radarr, Sonarr and Readarr. --------- Co-authored-by: Andrei Rotariu <rotariu.c.andrei@gmail.com> * Fix themes.py * Servarr Base: Fix auto tagging button Sonarr Base: Fix Series table view row hover. --------- Co-authored-by: Andrei Rotariu <rotariu.c.andrei@gmail.com>
1 parent f226f29 commit b3330b9

File tree

94 files changed

+957
-8
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+957
-8
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
.vscode/*
1+
.vscode/*
2+
venv*/
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<browserconfig>
3+
<msapplication>
4+
<tile>
5+
<square70x70logo src="/mstile-70x70.png"/>
6+
<square150x150logo src="/mstile-150x150.png"/>
7+
<square310x310logo src="/mstile-310x310.png"/>
8+
<wide310x150logo src="/mstile-310x150.png"/>
9+
<TileColor>#da532c</TileColor>
10+
</tile>
11+
</msapplication>
12+
</browserconfig>
14.7 KB
Binary file not shown.
Lines changed: 86 additions & 0 deletions
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "",
3+
"short_name": "",
4+
"icons": [
5+
{
6+
"src": "/android-chrome-192x192.png",
7+
"sizes": "192x192",
8+
"type": "image/png"
9+
},
10+
{
11+
"src": "/android-chrome-512x512.png",
12+
"sizes": "512x512",
13+
"type": "image/png"
14+
}
15+
],
16+
"theme_color": "#ffffff",
17+
"background_color": "#ffffff"
18+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<browserconfig>
3+
<msapplication>
4+
<tile>
5+
<square70x70logo src="/mstile-70x70.png"/>
6+
<square150x150logo src="/mstile-150x150.png"/>
7+
<square310x310logo src="/mstile-310x310.png"/>
8+
<wide310x150logo src="/mstile-310x150.png"/>
9+
<TileColor>#da532c</TileColor>
10+
</tile>
11+
</msapplication>
12+
</browserconfig>
Binary file not shown.
Lines changed: 126 additions & 0 deletions
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "",
3+
"short_name": "",
4+
"icons": [
5+
{
6+
"src": "/android-chrome-192x192.png",
7+
"sizes": "192x192",
8+
"type": "image/png"
9+
},
10+
{
11+
"src": "/android-chrome-512x512.png",
12+
"sizes": "512x512",
13+
"type": "image/png"
14+
}
15+
],
16+
"theme_color": "#ffffff",
17+
"background_color": "#ffffff"
18+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<browserconfig>
3+
<msapplication>
4+
<tile>
5+
<square70x70logo src="/mstile-70x70.png"/>
6+
<square150x150logo src="/mstile-150x150.png"/>
7+
<square310x310logo src="/mstile-310x310.png"/>
8+
<wide310x150logo src="/mstile-310x150.png"/>
9+
<TileColor>#da532c</TileColor>
10+
</tile>
11+
</msapplication>
12+
</browserconfig>
Binary file not shown.

0 commit comments

Comments
 (0)