From 9b828003d5684bee106beab7f9b16dfb0e437869 Mon Sep 17 00:00:00 2001 From: Peter Ludikovsky Date: Tue, 29 Jan 2019 08:03:12 +0100 Subject: [PATCH 1/2] Make text over icon more readable --- config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.js b/config.js index cb598d7..c28c458 100644 --- a/config.js +++ b/config.js @@ -2,7 +2,7 @@ window.Config = { refreshTimeout: 1000 * 60 * 5, // 5min, spaceApiUrl: 'https://usrspace.at/spaceapi', calenderUrl: 'https://usrspace.at/calendar.php', - openColor: '#00ff00', + openColor: '#009933', quickLinks: [ { url: 'https://usrspace.at/', @@ -29,4 +29,4 @@ window.Config = { text: 'NextCloud' } ] -}; \ No newline at end of file +}; From 23391e06ad78698c8542c6d33fb3256e0d7ebb4d Mon Sep 17 00:00:00 2001 From: Peter Ludikovsky Date: Tue, 30 Jul 2019 16:42:28 +0200 Subject: [PATCH 2/2] Switch from GitLab to Gitea --- config.js | 8 +-- icons/font-awesome/gitlab-brands.svg | 1 - icons/gitea-brands.svg | 94 ++++++++++++++++++++++++++++ popup/index.html | 6 +- 4 files changed, 101 insertions(+), 8 deletions(-) delete mode 100644 icons/font-awesome/gitlab-brands.svg create mode 100644 icons/gitea-brands.svg diff --git a/config.js b/config.js index c28c458..43090fd 100644 --- a/config.js +++ b/config.js @@ -17,10 +17,10 @@ window.Config = { text: 'Wiki' }, { - url: 'https://gitlab.usrspace.at/', - img: 'icons/font-awesome/gitlab-brands.svg', - alt: 'Gitlab', - text: 'Gitlab' + url: 'https://gitea.usrspace.at/', + img: 'icons/gitea-brands.svg', + alt: 'Gitea', + text: 'Gitea' }, { url: 'https://cloud.usrspace.at/', diff --git a/icons/font-awesome/gitlab-brands.svg b/icons/font-awesome/gitlab-brands.svg deleted file mode 100644 index ad4c30c..0000000 --- a/icons/font-awesome/gitlab-brands.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/icons/gitea-brands.svg b/icons/gitea-brands.svg new file mode 100644 index 0000000..73fa4bd --- /dev/null +++ b/icons/gitea-brands.svg @@ -0,0 +1,94 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/popup/index.html b/popup/index.html index 3a87457..806947d 100644 --- a/popup/index.html +++ b/popup/index.html @@ -24,9 +24,9 @@
Wiki
-