Commit Graph

1081 Commits

Author SHA1 Message Date
alexsparkes
9fd263b256 fix: Firefox text-rendering issues 2024-04-04 01:03:16 +01:00
David Ralph
71c48b6896 fix: welcome import, marketplace text, photo info text 2024-03-30 21:04:25 +00:00
alexsparkes
d76e93481f fix(navbar): Add functionality to new navbar button options 2024-03-23 11:04:00 +00:00
alexsparkes
35e90225b0 experimental(navbar): Move to new navbar system 2024-03-23 01:04:58 +00:00
alexsparkes
ff48319c42 fix(changelog): Fix markdown parsing 2024-03-23 00:04:21 +00:00
alexsparkes
ccd6dc2d28 fix(about): Loading text on offline mode 2024-03-22 22:01:35 +00:00
alexsparkes
d931aa13b7 fix(experimental): Use button component 2024-03-22 21:33:11 +00:00
alexsparkes
e7630e9357 style: New date selection on custom events 2024-03-22 21:26:51 +00:00
alexsparkes
953ce3fdea fix(greeting): Temporary remove translation on events 2024-03-22 15:36:44 +00:00
alexsparkes
40e04af5d4 feat(greeting): Ability to create, edit and remove custom events 2024-03-22 15:18:50 +00:00
alexsparkes
c1cba4dd5e feat(greeting): Initial Custom Events Implementation 2024-03-22 01:35:24 +00:00
alexsparkes
a9f3992d2c feat: move events to section in greeting
- fix no tooltip on remove in todo
2024-03-21 22:37:54 +00:00
alexsparkes
4af8733795 Fix: Modal buttons
Co-authored-by: David Ralph <me@davidcralph.co.uk>
2024-03-19 23:35:17 +00:00
David Ralph
2136f558b9 chore: run lint and prettier 2024-03-19 21:45:17 +00:00
David Ralph
57df2ce523 fix: small fixes to settings ui 2024-03-19 21:13:24 +00:00
alexsparkes
ae0530cfc6 Fix: Various bugs
Co-authored-by: David Ralph <me@davidcralph.co.uk>
Co-authored-by: Isaac <contact@eartharoid.me>
2024-03-18 22:08:08 +00:00
alexsparkes
c2019de7d2 Merge branch 'main' of https://github.com/mue/mue 2024-03-18 10:08:21 +00:00
alexsparkes
920ba68108 refactor(welcome): More conistent file structure 2024-03-18 10:08:08 +00:00
David Ralph
9b326737e1 experimental: fix changelog by switching it to github 2024-03-17 12:00:18 +00:00
David Ralph
e0e3a38661 fix(i18n): update translations script 2024-03-17 11:34:35 +00:00
alexsparkes
86f64dfc98 feat: achievement improvements
- Added achievement notification
- Show locked achievements
- Fixed quote padding
- Fixed date picker layout

Co-authored-by: David Ralph <me@davidcralph.co.uk>
Co-authored-by: Isaac <contact@eartharoid.me>
2024-03-16 23:28:35 +00:00
alexsparkes
908ad1cc3b feat: Missing translation files for achievements 2024-03-09 00:03:35 +00:00
David Ralph
e100513b37 fix: re-implement quote settings that weren't working (see #638) 2024-03-02 23:04:53 +00:00
David Ralph
12248db893 refactor: once again move background utils, this time to api 2024-03-02 22:46:28 +00:00
alexsparkes
a049cb297d refactor(clock): Move clock variations to components 2024-03-02 09:11:52 +00:00
alexsparkes
9812aae740 refactor(background): Move its components to folder 2024-03-01 21:39:40 +00:00
alexsparkes
603a6c5acc refactor: Move misc options to different folder 2024-03-01 21:24:42 +00:00
alexsparkes
038185b656 fix: Photoinformation padding inconsistency 2024-03-01 21:02:56 +00:00
alexsparkes
ebb5e922bc refactor(navbar): Move to component folder 2024-03-01 20:26:03 +00:00
David Ralph
3e1ac0cfbb fix: dropdown errors when null 2024-02-28 13:13:42 +00:00
alexsparkes
c6b4359612 fix(order): Hover effect on sortable items 2024-02-28 12:57:47 +00:00
alexsparkes
67a387c73d refactor: Move main modal to components
Co-authored-by: David Ralph <me@davidcralph.co.uk>
2024-02-27 22:51:51 +00:00
alexsparkes
87bb3fb066 feat: Update favicon to use new logo 2024-02-27 18:48:38 +00:00
alexsparkes
66904cca47 refactor: remove unused file WelcomeSections.jsx 2024-02-27 17:32:51 +00:00
alexsparkes
76c4a9d8b7 fix: Reset modal not appearing on advanced
- Quite funny, when we moved to its own section we made it hide the modal
2024-02-27 17:19:54 +00:00
alexsparkes
851e6ff7e8 Cleanup: Remove unused file 2024-02-27 17:17:52 +00:00
alexsparkes
dbd85cdc95 refactor(features): Change organisation of welcome + Marketplace 2024-02-27 17:07:32 +00:00
alexsparkes
6041372860 refactor(widgets): Continue move to feature based organisation 2024-02-27 16:38:16 +00:00
alexsparkes
8bf70eff81 refactor(settings): Continue moving to feature focused organisation 2024-02-27 12:46:07 +00:00
alexsparkes
ebe0784e8d fix(quicklinks): Fix options, rename weather api file 2024-02-26 13:39:27 +00:00
alexsparkes
7e78465406 refactor(widgets): Move to new layout of widgets and options 2024-02-24 20:17:11 +00:00
alexsparkes
9a9d7bb136 refactor(weather): Move API request to seperate file 2024-02-24 09:58:31 +00:00
alexsparkes
397c67ff83 refactor(weather): Reduce repeated code on expanded 2024-02-23 22:40:45 +00:00
alexsparkes
90092a80ea chore: cleanup modal variable names 2024-02-23 18:54:42 +00:00
alexsparkes
03a55a21bd fix(welcome): Naming convention 2024-02-21 11:46:01 +00:00
alexsparkes
a45238ea54 refactor(welcome): Improved readability of changing tab + intro cleanup
Co-authored-by: David Ralph <me@davidcralph.co.uk>
Co-authored-by: Isaac <contact@eartharoid.me>
2024-02-21 10:47:50 +00:00
alexsparkes
90ed4d8d7c refactor(greeting): Move events into static json file 2024-02-20 21:36:33 +00:00
alexsparkes
56463d3609 refactor(welcome): Convert into function 2024-02-20 20:29:51 +00:00
alexsparkes
4975bd3077 refactor(marketplace & achievements): Structural achanges and fixes
Co-authored-by: Isaac <contact@eartharoid.me>
Co-authored-by: David Ralph <me@davidcralph.co.uk>
2024-02-19 23:37:25 +00:00
alexsparkes
e0ced3de08 fix(styles): CSS webkit warnings 2024-02-19 20:05:23 +00:00