From 4bdde2b6541f1f9eaa2f79cca3bd957e0e118386 Mon Sep 17 00:00:00 2001 From: andofrjando Date: Sun, 8 Oct 2017 11:04:57 +0800 Subject: [PATCH 1/2] New Feature: Safari pinned tab icon See https://developer.apple.com/library/content/documentation/AppleApplications/Reference/SafariWebContent/pinnedTabs/pinnedTabs.html for documentation --- .gitignore | 2 ++ couchpotato/templates/index.html | 3 +++ 2 files changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 1d21d2e..78fda6d 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,5 @@ nosetests.xml # Visual Studio /.vs + +.DS_Store diff --git a/couchpotato/templates/index.html b/couchpotato/templates/index.html index 927b2d0..4020773 100644 --- a/couchpotato/templates/index.html +++ b/couchpotato/templates/index.html @@ -15,6 +15,9 @@ + + + From 8b1659caa0ee2654115abd3ea9adce1839d71eb4 Mon Sep 17 00:00:00 2001 From: andofrjando Date: Sun, 8 Oct 2017 11:05:48 +0800 Subject: [PATCH 2/2] Commit icons for pinned tab --- couchpotato/static/images/icons/dark/safari.svg | 1 + couchpotato/static/images/icons/safari.svg | 1 + 2 files changed, 2 insertions(+) create mode 100644 couchpotato/static/images/icons/dark/safari.svg create mode 100644 couchpotato/static/images/icons/safari.svg diff --git a/couchpotato/static/images/icons/dark/safari.svg b/couchpotato/static/images/icons/dark/safari.svg new file mode 100644 index 0000000..89b5092 --- /dev/null +++ b/couchpotato/static/images/icons/dark/safari.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/couchpotato/static/images/icons/safari.svg b/couchpotato/static/images/icons/safari.svg new file mode 100644 index 0000000..89b5092 --- /dev/null +++ b/couchpotato/static/images/icons/safari.svg @@ -0,0 +1 @@ + \ No newline at end of file