Commit Graph

695 Commits

Author SHA1 Message Date
David Ralph
f0968195cb fix: optimise and repair marketplace
Co-authored-by: Alex Sparkes <turbomarshmello@gmail.com>
2022-11-03 18:10:13 +00:00
alexsparkes
713e0176c7 fix: marketplace undefined errors 2022-10-31 08:04:03 +00:00
David Ralph
2684277a76 chore: update quicklink and autocomplete apis 2022-10-30 23:27:54 +00:00
David Ralph
271af64d07 perf: use memo, fix quicklinks key err 2022-10-30 16:56:26 +00:00
David Ralph
a9276a5fdb perf: major widget refactoring 2022-10-30 16:43:08 +00:00
alexsparkes
d762a7c504 fix: sideload error modal styling
Co-authored-by: David Ralph <me@davidcralph.co.uk>
2022-10-29 22:28:17 +01:00
alexsparkes
a77097a7fa fix: background marketplace interval 2022-10-29 21:28:04 +01:00
David Ralph
fadbb84b6e feat: move all sideload logic to added, drag and drop upload, update deps 2022-10-28 14:47:34 +01:00
alexsparkes
05b787db5a fix: comment out code causing flash
thank you rooray
2022-10-27 21:30:08 +01:00
alexsparkes
0db2502498 fix: numerous background interval fixes 2022-10-27 20:24:08 +01:00
alexsparkes
a4c10bc3b3 fix: UX improvements to custom backgrounds 2022-10-27 17:58:42 +01:00
alexsparkes
73501a4fb9 fix: quote UI text colour 2022-10-23 19:09:15 +01:00
alexsparkes
572725eaef feat: quote UI consistent with other elements 2022-10-23 14:57:16 +01:00
alexsparkes
bc45f98b51 fix: weather tooltip 2022-10-23 14:26:31 +01:00
alexsparkes
66b3a10858 fix: missing translations 2022-10-21 22:33:30 +01:00
alexsparkes
0205cdd8c4 fix: carousel and quicklink translations 2022-10-20 21:01:37 +01:00
alexsparkes
60008e291e fix: missing translation on item page
- change position of close button on modal
2022-10-19 18:09:06 +01:00
David Ralph
0efc6d4311 fix: adding links works again 2022-10-19 14:41:23 +01:00
David Ralph
f1c5731005 feat: edit quicklink 2022-10-19 14:36:33 +01:00
Isaac
8edd2ccd67 fix: quote image copyright text 2022-10-19 14:25:12 +01:00
Isaac
d5282ae64e fix: some quotes have newlines at the end 2022-10-19 13:47:27 +01:00
alexsparkes
8304c27fe2 fix: baidu search bug
- reported via google chrome store reviews
Co-authored-by: David Ralph <me@davidcralph.co.uk>
2022-10-18 20:17:54 +01:00
alexsparkes
482095ca65 fix: marketplace + more
- Fix clock zoom
- Fix 0th birthday bug
- marketplace search style
- marketplace search not sensitive to case
2022-10-18 18:11:23 +01:00
alexsparkes
34b1834cd7 feat: search for marketplace 2022-10-17 21:41:00 +01:00
alexsparkes
82bbd04cfb feat: overhaul of quick links 2022-10-10 18:32:26 +01:00
alexsparkes
8450d15be6 fix: background interval
Co-authored-by: David Ralph <me@davidcralph.co.uk>
2022-10-07 19:36:58 +01:00
David Ralph
252fe0aa9a fix: update styling on custom quote settings etc 2022-09-22 10:38:22 +01:00
David Ralph
75a15533d2 fix: custom quote, message, move sideload etc 2022-09-21 14:06:51 +01:00
David Ralph
2c760038e0 fix: various fixes and remove unused code 2022-09-11 22:01:06 +01:00
David Ralph
ba9bab2b4d fix: interval not appearing for marketplace 2022-09-11 17:54:07 +01:00
David Ralph
6cbc677183 chore: update i18n on 7.0, fix link not opening in new tab 2022-09-11 17:45:14 +01:00
alexsparkes
b74b54f0c2 fix: small line missed 2022-09-11 11:45:38 +01:00
alexsparkes
2cf00168eb fix: experimental fix for interval 2022-09-11 11:40:13 +01:00
alexsparkes
0ab4c4b63d fix: various fixes 2022-09-07 16:04:06 +01:00
alexsparkes
2e6bf4c9c7 fix: various fixes
Co-authored-by: David Ralph <me@davidcralph.co.uk>
2022-09-07 16:03:48 +01:00
David Ralph
b364923738 fix: background refresh spam effects issue 2022-09-07 11:22:00 +01:00
alexsparkes
532f7cff8c feat: missing translation 2022-09-06 13:14:35 +01:00
David Ralph
d8a6ba7101 fix: search autocomplete error 2022-09-06 11:53:46 +01:00
alexsparkes
cdd3a99ab7 add: type of item marketplace 2022-09-05 15:08:33 +01:00
David Ralph
9c271d1b2a fix: collection refresh and item language display 2022-09-05 13:59:16 +01:00
alexsparkes
517091cbda overview changes
Co-authored-by: David Ralph <me@davidcralph.co.uk>
2022-09-05 10:13:42 +01:00
alexsparkes
68783429d4 fix: interval 2022-09-05 08:14:21 +01:00
alexsparkes
14c33eac1e we don't talk about underscores 2022-08-31 22:24:01 +01:00
alexsparkes
59aa1f7164 fix: clean up some CSS 2022-08-31 22:21:37 +01:00
David Ralph
8fd5b47545 Merge branch '7.0' of https://github.com/mue/mue into 7.0 2022-08-31 22:05:19 +01:00
David Ralph
7880489034 fix: remove unused & bugged feature 2022-08-31 22:05:11 +01:00
alexsparkes
dc8abfe436 fix: navbar zoom 2022-08-31 21:54:03 +01:00
alexsparkes
99569f3781 fix: clock colour among other things
Co-authored-by: David Ralph <me@davidcralph.co.uk>
2022-08-31 18:45:42 +01:00
David Ralph
2563850fcc fix: cleanup code and fix weather etc
Co-authored-by: Alex Sparkes <turbomarshmello@gmail.com>
2022-08-31 13:31:49 +01:00
alexsparkes
8ca70e7895 fix: marketplace translations 2022-08-29 21:07:52 +01:00