Commit graph

11 commits

Author SHA1 Message Date
Shintaro Jokagi
088cc2a8f6
chore(biome): update line width biome config 2025-05-15 16:22:26 +12:00
Shintaro Jokagi
017cb2a7f5
chore(biome): update biome rules 2025-05-15 14:19:39 +12:00
Shintaro Jokagi
bcb1427a79
feat(lint): add biome formatter and linter, husky and lint-staged
This commit adds the Biome formatter and linter to replace Prettier, including:

- Add biome.json config file
- Add pre-commit hook with Husky
- Configure GitHub Action to run Biome checks
- Apply Biome formatting rules to codebase
- Remove Prettier dependencies
2025-05-15 13:52:37 +12:00
mr. m
f0ecba2079
Revert "feat(i18n): implement internationalization support and refactor components for localization" 2025-05-13 19:25:58 +02:00
Shintaro Jokagi
b12045734e
fix(imports): update import paths in ReleaseNoteItem and useModsSearch to utilize ~ for consistency 2025-05-12 23:46:55 +12:00
mr. m
a5fdea47c6
Changed the default mod sorting type 2025-04-27 10:23:23 +02:00
mr. m
7dd4b1cb60
Merge branch 'main' into main 2025-04-27 10:15:56 +02:00
mr. m
076b3ab664
Changed default sorting type for mods 2025-04-27 10:13:05 +02:00
Weslley
d4b6be231a Add conditional browser history updating in useModsSearch
- Use pushState when navigating beyond page 1 to create new history entries
- Maintain replaceState behavior for first page to avoid cluttering history
- This improves navigation UX by allowing proper back/forward button functionality
2025-04-18 15:35:15 -03:00
Vrezh Fedora
fc07f4989a feat(preact): migrate react to lightweight preact 2025-02-23 20:10:11 +01:00
taroj1205
0489d1b127 feat(pagination): add pagination and search param for mods page 2025-01-31 08:54:24 +13:00