Commit Graph

179 Commits

Author SHA1 Message Date
alexsparkes
0f9393d3e6 refactor: move search away from marketplace 2024-06-14 00:06:11 +01:00
alexsparkes
f7d8104531 fix: show current tab 2024-06-13 22:47:12 +01:00
alexsparkes
ea7343513d style: radical modal redesign 2024-06-12 22:02:52 +01:00
David Ralph
ed1b1a2f6d refactor: keep implementing default options, change some components to functional
Co-authored-by: Alex Sparkes <turbomarshmello@gmail.com>
2024-06-11 16:11:10 +01:00
David Ralph
5aac518cec chore: add remaining default options 2024-06-11 12:28:47 +01:00
alexsparkes
bf1d1660e4 refactor: feature based defaults
Co-authored-by: David Ralph <me@davidcralph.co.uk>
Co-authored-by: Isaac <contact@eartharoid.me>
2024-06-11 11:13:17 +01:00
alexsparkes
8e993b4f93 refactor(input + textarea): Use HeadlessUI 2024-06-10 16:58:15 +01:00
alexsparkes
55e9e74294 style(tooltip): New tooltip animation 2024-06-09 18:12:48 +01:00
alexsparkes
20b5c0b593 style: use non-arbitary value for transition 2024-06-09 17:44:27 +01:00
alexsparkes
78ce68b30b fix: strange viewport issue on welcome 2024-06-09 11:02:37 +01:00
alexsparkes
de319c038c refactor(switch): Use HeadlessUI 2024-06-09 10:13:32 +01:00
alexsparkes
ef4764b3d4 fix(welcome): Finish button 2024-06-09 09:24:55 +01:00
alexsparkes
248293ed97 fix(welcome): Preview feature 2024-06-09 09:05:12 +01:00
alexsparkes
dc2df92cc0 fix(welcome): scrolling on content panel 2024-06-09 00:58:10 +01:00
alexsparkes
303aa60624 style: carousel like animation on welcome 2024-06-09 00:56:16 +01:00
alexsparkes
085377cca9 refactor(welcome): Reimagining of the introductory user experience 2024-06-08 23:54:40 +01:00
David Ralph
7670a07ca2 chore: merge main into 8.0 2024-06-08 18:24:33 +01:00
alexsparkes
ea49656ee1 fix: apps adding + removing UI 2024-06-08 17:57:36 +01:00
David Ralph
1338d254cf fix: apps settings showing by default, changelog formatting 2024-06-07 20:45:55 +01:00
David Ralph
14ada80431 fix: sideloaded addon pages not working due to update check 2024-06-07 20:31:19 +01:00
David Ralph
ea89d1c961 chore(deps): rollback adm-zip 2024-06-06 22:45:33 +01:00
alexsparkes
c1f470f73f style(checkbox): Match mui design
Co-authored-by: David Ralph <me@davidcralph.co.uk>
2024-06-05 14:40:29 +01:00
alexsparkes
0b3802fcd6 refactor: changelog use markdown 2024-06-04 18:16:56 +01:00
alexsparkes
143c93364f refactor: begin transition of mui to headless ui + tailwind 2024-06-04 17:28:35 +01:00
David Ralph
9b03763b44 chore: run prettier, lint, change changelog version, urls etc 2024-06-03 17:03:32 +01:00
Isaac
102105efe7 fix: refresh button never disabled 2024-06-01 22:00:24 +01:00
Isaac
836fb4ca41 feat: selectable text on stats, change log, and about pages 2024-06-01 16:17:17 +01:00
Isaac
53db7a5a02 fix: remove fade-in animation on greeting in preview 2024-06-01 16:05:08 +01:00
alexsparkes
492ae3e53c fix: infinite rendering issue 2.0? 2024-05-31 23:14:51 +01:00
alexsparkes
a3112d31da fix: infinite rendering issue on search
- incredible how issues like this can come from missing a few characters
2024-05-31 23:11:33 +01:00
David Ralph
be210cd49e Merge branch 'main' of https://github.com/mue/mue 2024-05-31 20:06:49 +01:00
David Ralph
65fb556eda fix: add some catches to stats just in case 2024-05-31 20:06:42 +01:00
alexsparkes
e5ef40b04b refactor(tabs): Functional component conversion 2024-05-29 17:19:25 +01:00
alexsparkes
e7482e8fe6 refactor: weather and app to functional components 2024-05-29 16:44:40 +01:00
alexsparkes
4def9db23f refactor: overview & stats to functional components 2024-05-29 11:24:32 +01:00
David Ralph
5bb71fc45c cleanup: remove unnecessary development logs left in 2024-05-28 20:21:07 +01:00
alexsparkes
51fecea7f3 fix: incorrect text sizes on build copy
Co-authored-by: Isaac <contact@eartharoid.me>
2024-05-28 17:05:44 +01:00
Isaac
5ec51829ad fix: (80bf052) use correct language in tooltip 2024-05-23 22:36:49 +01:00
Isaac
ca6995cbca fix: empty categories instead of "null" string.
With no categories selected, the value became "null", which is invalid and causes Unsplash to return any image from their library. With an empty string, the API enables all categories so Unsplash uses our collections.
2024-05-23 22:26:03 +01:00
Isaac
971a05d9a5 fix: quote author image copyright and license text 2024-05-23 22:06:26 +01:00
Isaac
80bf0529d6 fix: conjunction text 2024-05-23 21:23:55 +01:00
alexsparkes
5b57cbd418 style: achievement toast style
Co-authored-by: Isaac <contact@eartharoid.me>
2024-05-23 16:06:58 +01:00
David Ralph
1d2e2ea36c fix: navbar options 2024-05-22 12:52:20 +01:00
Isaac
dff839056f (oops) forgot to save after removing debug logs 2024-05-22 01:39:48 +01:00
Isaac
5ed8fba75a fix: item page title, "part of" collection link, "more like" links...
...and filter, scroll to top of item pages
2024-05-22 01:37:24 +01:00
Isaac
c01e4fb30d misc: appropriate log type, ternary operator to prevent errors 2024-05-22 01:35:01 +01:00
alexsparkes
87f3024442 temp: debug statements for testing
Co-authored-by: Isaac <contact@eartharoid.me>
Co-authored-by: David Ralph <me@davidcralph.co.uk>
2024-05-21 23:31:38 +01:00
alexsparkes
003bf2400a chore: run prettier
Co-authored-by: Isaac <contact@eartharoid.me>
2024-05-21 20:51:33 +01:00
alexsparkes
500aded0b0 refactor: changes to weather cache 2024-05-21 17:56:59 +01:00
alexsparkes
df6c42f526 fix: achievement toast styling, marketplace general improvements
Co-authored-by: David Ralph <me@davidcralph.co.uk>
Co-authored-by: Isaac <contact@eartharoid.me>
2024-05-21 16:56:24 +01:00