Commit Graph
20 Commits
Author SHA1 Message Date
woxtu ea1a2dc8db Update the Vitest configuration (#12493) 2023-11-29 10:41:11 +09:00
woxtu 01d06e7121 Fix a frontend testing script (#12471) 2023-11-27 08:06:47 +09:00
woxtu c8b85a98b8 Add mocks for Web Audio API (#12457) 2023-11-26 09:54:24 +09:00
woxtu f7bdf5a2c0 Replace deprecated Repository.findOneById() (#12426) 2023-11-24 09:48:36 +09:00
woxtu 4a832e87c0 Replace deprecated MediaQueryList.addListener() (#12112) 2023-10-23 15:32:10 +09:00
woxtu e6873fb259 Switch avatar images that depend on the animation setting (#12097) 2023-10-21 13:31:16 +09:00
woxtu 0bddd0ceae Remove unnecessary nullish coalescing (#12058) 2023-10-18 09:54:18 +09:00
32f5949935 chore: Goodbye gulp (#11447)
* Add a script for building assets

* Replace with script executions

* Remove gulp dependencies

* Fix dependencies

---------

Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-09-07 16:56:17 +09:00
woxtu dd1783f984 chore(backend): Resolve import/no-default-export rule violations (#11732)
* Disable `import/no-default-export` properly

* Disable `import/no-default-export`
2023-08-17 21:20:58 +09:00
woxtu 79966d33b5 Fix typos (#11450) 2023-08-05 13:56:33 +09:00
woxtu 8a6791da3f refactor(backend): Remove unused injections (#11462)
* Remove unused injections

* Remove unused imports
2023-08-05 10:33:00 +09:00
woxtu 5096be06ac Remove an unused dependency (#11405) 2023-07-29 15:17:29 +09:00
woxtu cb0fa9a8ab Use promises API (#11351) 2023-07-27 09:04:19 +09:00
woxtu dc452bf89a Remove redundant double quotes in page titles (#11352) 2023-07-26 15:26:41 +09:00
woxtu 0d2e3df061 Hide action buttons on MkUrlPreviewPopup (#11332) 2023-07-21 09:57:21 +09:00
woxtu 5f5c4fc44f Remove unused dependencies (#11327) 2023-07-20 06:53:35 +09:00
woxtu 8c77153c04 Fix auto-fixable issues (#11314) 2023-07-19 11:27:50 +09:00
woxtu b0b0ecb857 Improve number formatting (#11315) 2023-07-19 07:10:12 +09:00
woxtu 96cde67b2c Use nullish coalescing operator (#11294) 2023-07-16 14:21:05 +09:00
woxtu b392f44b81 refactor(backend): Improve UUID generation (#11286)
* Replace with `crypto.randomUUID()`

* Remove uuid
2023-07-15 18:39:38 +09:00