alexsparkes
2954b4b2f5
feat: update project configuration and dependencies
...
- Updated jsconfig.json to use ESNext module and target, added JSX support, and improved path mappings.
- Modified package.json to set module type, updated dependencies including React and MUI, and added new dev dependencies for ESLint and Husky.
- Refactored Favourite component to improve tooltip handling with lifecycle methods.
- Replaced @muetab/react-sortable-hoc with @dnd-kit for drag-and-drop functionality in Overview, Todo, and QuickLinksOptions components.
- Enhanced QuickLinksOptions to support drag-and-drop reordering with updated state management.
- Updated Vite configuration to target ESNext for modern JavaScript features.
- Added Husky pre-commit hook for linting.
- Created .nvmrc file to specify Node.js version.
- Added ESLint configuration for improved code quality and consistency.
2025-10-27 23:20:28 +00:00
alexsparkes
04679ba1f6
Modernize to 2025 standards: React 19, Vite 6, ESLint 9, @dnd-kit migration
2025-10-27 23:19:35 +00:00
alexsparkes
7d432dc6f5
style: format SCSS code for improved readability
2025-10-27 22:59:56 +00:00
alexsparkes
83b3204afa
chore: update SASS and fix all associated depreciation errors
2025-10-27 22:59:48 +00:00
Fawaz Khan
51d2791c65
feat(quicklinks): add drag-and-drop reordering for Quick Links ( #1102 )
...
* feat(quicklinks): enable drag-and-drop reordering for Quick Links
* fix(quicklinks): some bug fixes
2025-10-14 09:58:49 +01:00
Sunset Mikoto
71b4113e0a
fix: "SiMicrosoftbing" is not exported ( #1077 )
2025-08-06 15:40:36 +01:00
David Ralph
198918c066
chore: styling, remove deprecated vite config, possible img on demo fix
2024-10-14 11:59:11 +01:00
MAYUR
30130e5e99
feature : Option to show / hide author details ( #899 )
...
* feature : option to show author details
* added languages
* feat: added dates proper format
final
2024-10-14 11:50:11 +01:00
Isaac
d675e8ee53
fix: remove extra utm_source query
...
Signed-off-by: Isaac <git@eartharoid.me >
2024-09-21 22:01:02 +01:00
David Ralph
850e7ef11a
chore: run prettier
2024-09-05 20:49:25 +01:00
Léopold Koprivnik
8e4df047e8
Fix quick links behaviour on resize ( #818 )
...
Co-authored-by: SkwalExe <skwal@skwal.net >
2024-08-04 16:35:07 +01:00
David Ralph
1f8b95f1ab
fix: background dnd #762
2024-06-13 23:04:42 +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
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
alexsparkes
2b948bc70d
fix(marketplace): Sideload UI, addon title, Turkish translation inconsitencies
...
Co-authored-by: David Ralph <me@davidcralph.co.uk >
2024-05-21 15:09:05 +01:00
alexsparkes
3b73155ec1
feat: warning if item uses third-party API
...
- scrollbar accessibility improvements
2024-05-21 12:59:26 +01:00
alexsparkes
0af3996d1e
feat: warning if item not in your language
...
- Reduced code duplication within item file
2024-05-21 11:19:53 +01:00
alexsparkes
5235958002
fix: localised language display name in item info
...
- Inconstiency within Turkish translation file
2024-05-21 10:07:12 +01:00
alexsparkes
634026e2e6
style: more items by creator cards
...
- show display name for language on marketplace item information
2024-05-20 22:27:33 +01:00
Isaac
1ab9e3b679
fix: remove redundant type tag
2024-05-20 21:49:53 +01:00
Isaac
d8f69da6fd
fix: marketplace "more from"
2024-05-20 21:39:00 +01:00
David Ralph
1c40816dcb
feat: marketplace improvements, remove Unsplash text, add Weather skeleton, replace Twitter with X, minor fixes etc
...
Co-authored-by: Alex Sparkes <alexsparkes@gmail.com >
Co-authored-by: Isaac <contact@eartharoid.me >
2024-05-20 21:33:01 +01:00