Commit Graph

704 Commits

Author SHA1 Message Date
MrOnosa
8aaf3bb6e2 Merge commit 'ca849487517bb7b6c068c45da50ca82b89e85f4d' 2020-10-10 16:24:19 -05:00
MrOnosa
ca84948751 Fixing console warning:
index.js:1406 Each child in a list should have a unique "key" prop.
2020-10-10 16:04:00 -05:00
MrOnosa
70a03b49da Merge branch 'master' of https://github.com/mue/mue 2020-10-10 15:56:03 -05:00
MrOnosa
c9a89e5dc3 Allowing for multiple colours and properly handling old values. 2020-10-10 12:25:03 -05:00
David Ralph
693aa1aa93 Fix custom background colour and images not working on offline mode 2020-10-10 15:26:48 +01: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
cdddffbe79 update modal fixes 2020-10-02 21:31:58 +01:00
David Ralph
4b27532ac6 various fixes and optimisations 2020-09-26 14:47:47 +01:00
David Ralph
9bd4f99006 should be ready now 2020-09-25 14:32:14 +01:00
David Ralph
0dbc586952 Fix #102 2020-09-23 18:28:06 +01:00
David Ralph
e09fc3f99f small improvements 2020-09-23 18:15:32 +01:00
David Ralph
7dbd4976b7 Even more bug fixes 2020-09-23 10:48:23 +01:00
David Ralph
66414461c4 fixes 2020-09-22 15:43:09 +01:00
David Ralph
2dd0e9150b More bug fixes 2020-09-21 22:23:04 +01:00
David Ralph
d1b998da12 bug fix 2020-09-21 18:50:29 +01:00
David Ralph
e76594f426 stuff 2020-09-21 18:16:22 +01:00
David Ralph
6553c49fbe stuff 2020-09-20 11:46:24 +01:00
David Ralph
7b256fc956 bug fix 2020-09-20 11:35:05 +01:00
David Ralph
7cc88449d7 language stuff 2020-09-19 22:41:05 +01:00
David Ralph
8aeb645046 update experimental settings 2020-09-19 15:55:42 +01:00
David Ralph
f50c32778c cleanup 2020-09-19 14:53:33 +01:00
David Ralph
ed38bc2cbb add custom search engine back 2020-09-18 12:58:37 +01:00
David Ralph
e8c5f546cd fix and enable custom background colour 2020-09-18 12:12:44 +01:00
David Ralph
d3ce835956 bug fix 2020-09-18 11:42:09 +01:00
David Ralph
c858734d7f bug fixes 2020-09-18 09:39:02 +01:00
David Ralph
97a76bd0d7 tweet button for quotes 2020-09-17 19:34:40 +01:00
David Ralph
ee4e49a058 sideload addons 2020-09-17 18:04:56 +01:00
David Ralph
150eb06cd0 revert addons change 2020-09-17 17:21:36 +01:00
David Ralph
7b71d0759e oops 2020-09-17 14:50:05 +01:00
David Ralph
f38749961b fix things 2020-09-17 14:49:27 +01:00
David Ralph
b5e5b8618e refactor settings 2020-09-17 12:42:02 +01:00
David Ralph
cec368ab5f add support for custom quote apis in quote packs 2020-09-17 11:47:46 +01:00
David Ralph
97f680d738 optimise and add prefer dark theme detection back 2020-09-16 17:14:38 +01:00
David Ralph
8b79f82e29 add settings for view and favourite 2020-09-16 16:57:12 +01:00
David Ralph
89a8621de1 bug fixes and favourite button 2020-09-16 12:32:09 +01:00
David Ralph
a27cf2eede codacy 2020-09-16 11:43:58 +01:00
David Ralph
3399705935 codacy 2020-09-15 22:38:32 +01:00
David Ralph
a1963fb31b add it again but fixed possibly 2020-09-15 12:40:20 +01:00
David Ralph
1a12f487e7 revert checkbox changes 2020-09-15 12:37:06 +01:00
David Ralph
f014a79065 Fix maximise, dark theme stuff etc 2020-09-15 12:21:45 +01:00
David Ralph
4fbcc19ff8 fixes 2020-09-14 23:06:13 +01:00
David Ralph
1249ce45d3 cleanup and a new feature 2020-09-14 20:48:58 +01:00
David Ralph
ec9429adcb some improvements 2020-09-11 20:46:00 +01:00
David Ralph
7dafd2c08d Fix #104 2020-09-10 17:49:25 +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
David Ralph
254dec9e8f Fix dark theme on brightness slider from #98 2020-08-29 15:21:44 +01:00