Commit Graph
12 Commits
Author SHA1 Message Date
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