Commit Graph

209 Commits

Author SHA1 Message Date
MrOnosa
492b3b6715 * Solved padding issue
* Solved margin and colour issue of text
* Addressed some small code-style tweaks that need doing as well before this can be merged
2020-10-30 19:36:40 -05:00
MrOnosa
1245d58b7e Merge commit '2d128754760fba06f0cfd42b8bd6ded52a4ed864' into colorGradientPicker 2020-10-30 18:10:04 -05:00
David Ralph
2d12875476 Add Spanish to language dropdown 2020-10-28 17:02:01 +00:00
Vicente015
ac60d54950 Spanish translation 2020-10-28 13:58:53 +00:00
Serhat
d455e4b63b Add a bit more css improvement on dropdown 2020-10-27 18:00:39 +03:00
Serhat
cc5fa542e1 Dropdowns are now standalone class 2020-10-27 17:59:45 +03:00
Serhat
4cb5d1eaae Add a bit css improvement on dropdowns 2020-10-27 15:09:48 +03:00
David Ralph
1647d3c520 Better font system 2020-10-27 12:02:41 +00:00
Pronin Egor
1f0bc275a0 Update ru.json 2020-10-27 12:41:02 +10:00
MrOnosa
d85fc79734 Refactored color helpers into their own folder 2020-10-21 19:45:27 -05:00
MrOnosa
b45129f3d0 Totally functional! Just need to refactor like crazy. 2020-10-21 19:26:47 -05:00
MrOnosa
392f14c89d Hiding alpha settings 2020-10-21 19:13:36 -05:00
MrOnosa
1c49306a46 Merge commit '30c50968a218e6a8326fba041a2703fd57b119c4' into colorGradientPicker 2020-10-21 18:24:39 -05:00
MrOnosa
30c50968a2 * Fixed reset toast in background modal.
* Fixed credits dom selector

I hadn't realized these bugs were in the master branch.
2020-10-21 18:19:35 -05:00
MrOnosa
1ce238722a Added support for radianal gradiant. 2020-10-21 18:13:14 -05:00
MrOnosa
38c84d1e82 Work in progress - I have the picker initializing and picking correctly, but it's far from finished. 2020-10-19 15:56:36 -05:00
David Ralph
5e71a477de domain migration 2020-10-17 12:48:39 +01:00
David Ralph
df2a873ac6 4.2 2020-10-17 10:30:54 +01:00
David Ralph
4dd3e550a8 marketplace changes and cleanup etc 2020-10-16 22:54:40 +01:00
David Ralph
a865cb87ef Bug fixes 2020-10-16 13:15:10 +01:00
David Ralph
52cc9cb579 fix 2020-10-15 16:59:56 +01:00
David Ralph
aa16b7cffa cleanup 2020-10-15 15:50:03 +01:00
David Ralph
917f99ff13 Fix and CSS cleanup 2020-10-15 15:32:59 +01:00
David Ralph
b70bd85370 refactor and cleanup modals slightly 2020-10-15 15:23:01 +01:00
David Ralph
edd8872403 Add translation support for custom background colour disabled text 2020-10-14 19:04:02 +01:00
David Ralph
d0a2d6c24c Merge pull request #111 from exiam/update_fr_translations
update french translation
2020-10-14 18:37:10 +01:00
exiam
0a7ee1c52e update french translation 2020-10-14 19:23:41 +02:00
David Ralph
205a56f086 Automatic night mode and dark theme location tooltip 2020-10-14 14:56:56 +01:00
David Ralph
26f5e0b0e5 fix errors 2020-10-14 10:42:11 +01:00
David Ralph
ba66ed6279 Favourite quote button and some changes 2020-10-13 22:08:08 +01:00
David Ralph
d9021b0f57 Fixes and new text on settings modal 2020-10-13 17:50:22 +01:00
David Ralph
44281c2449 add experimental voice search feature 2020-10-13 15:30:53 +01:00
David Ralph
38590f8278 fix translation support on event greetings 2020-10-13 13:02:48 +01:00
David Ralph
201e3382f4 Cleanup things and style custom background gradient
Co-authored-by: Alex Sparkes <turbomarshmello@gmail.com>
2020-10-11 16:54:07 +01:00
MrOnosa
7d59b18058 Changing remove gradient button color to red. 2020-10-10 19:25:28 -05:00
MrOnosa
443c53e294 Restyled based on Eartharoid's suggestions.
Used Google translate for languages other than English.
2020-10-10 18:39:15 -05:00
MrOnosa
32fe3a664c Removed dash.
Changed "Remove gradient" button styles.
2020-10-10 17:36:52 -05:00
MrOnosa
3c5c7e71f1 * Fixed odd looking padding on labels.
* Color selector allows dragging on initial value again.
2020-10-10 17:01:42 -05:00
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
August
7e2772812c Remove lodash.merge with custom merge fucntion, default to "en" language if null 2020-09-25 07:07:16 -07: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