Commit Graph

23 Commits

Author SHA1 Message Date
MrOnosa
c9a89e5dc3 Allowing for multiple colours and properly handling old values. 2020-10-10 12:25:03 -05:00
MrOnosa
2bcc0beec7 Allowing gradients as a background setting.
I have it functional, now I just need to add it to the settings.

For testing, set your customBackgroundColour to
{"angle": "185",
"gradient": [
{"colour": "#020024", "stop": 0},
{"colour": "#090979", "stop": 35},
{"colour": "#090979", "stop": 100}],
"type": "linear"}
2020-10-05 21:20:48 -05:00
David Ralph
d2ce84cac4 fix everything 2020-10-04 17:21:15 +01:00
David Ralph
4b27532ac6 various fixes and optimisations 2020-09-26 14:47:47 +01:00
David Ralph
2dd0e9150b More bug fixes 2020-09-21 22:23:04 +01:00
David Ralph
c858734d7f bug fixes 2020-09-18 09:39:02 +01:00
David Ralph
b5e5b8618e refactor settings 2020-09-17 12:42:02 +01:00
David Ralph
97f680d738 optimise and add prefer dark theme detection back 2020-09-16 17:14:38 +01:00
David Ralph
89a8621de1 bug fixes and favourite button 2020-09-16 12:32:09 +01:00
David Ralph
ec9429adcb some improvements 2020-09-11 20:46:00 +01:00
David Ralph
320ae1c922 Various changes 2020-08-29 17:47:34 +01:00
edenbun
b6f74d4305 Switch a few stray lets to const 2020-08-29 17:27:16 +01:00
edenbun
0a670de8f1 Improve readability 2020-08-29 17:22:49 +01:00
edenbun
88efb6356a Move repeated code into functions 2020-08-29 16:31:31 +01:00
edenbun
088008165d Add setting to adjust background brightness 2020-08-29 15:03:31 +01:00
David Ralph
b5e55fd331 oops 2020-08-28 22:07:02 +01:00
David Ralph
a672c60afd fix ratelimit returning undefined 2020-08-28 22:06:16 +01:00
David Ralph
291e7bcb82 further cleanup 2020-08-27 20:19:00 +01:00
David Ralph
4c9c31c90b consistency 2020-08-27 20:14:33 +01:00
edenbun
8f3fa2f898 Switch stray getElementById to querySelector 2020-08-27 19:39:57 +01:00
edenbun
afb0f5c061 Refactor the Background component during offline mode 2020-08-27 19:25:50 +01:00
David Ralph
92495ce6ce bug fixes 2020-08-27 11:49:30 +01:00
David Ralph
91fefbf73c 4.0
Co-authored-by: Alex Sparkes <turbomarshmello@gmail.com>
Co-authored-by: Wessel Tip <discord@go2it.eu>
Co-authored-by: Isaac Saunders <contact@eartharoid.me>
2020-08-26 14:32:52 +01:00