Commit Graph

72 Commits

Author SHA1 Message Date
Jixun Wu e1929d7639 feat: add support for migu3d formats 2023-05-27 00:47:00 +01:00
Jixun Wu 42d7d47115 refactor: avoid bundling parakeet both in worker and main js 2023-05-23 00:04:06 +01:00
Jixun Wu cca9b38a1f feat: add crypto impl for kgm/kwm (#16, #17) 2023-05-22 23:56:17 +01:00
Jixun Wu b198240ef9 feat: added support for ncm (#15) 2023-05-22 23:07:58 +01:00
Jixun Wu ce2c9835b9 chore: make error summary red (#12) 2023-05-22 22:28:51 +01:00
Jixun Wu 5db5fdaa69 feat: friendly way to inform user there's an error (#12) 2023-05-22 22:24:41 +01:00
Jixun Wu c6c373f9fc refactor: make console log less verbose when not needed 2023-05-22 00:00:35 +01:00
Jixun Wu c3809b48f7 faet: add support of xmly android (#1) 2023-05-21 23:38:50 +01:00
Jixun Wu fa2629ae6c refactor: improve flow of decryption (#2) 2023-05-21 23:38:32 +01:00
Jixun Wu 0b2000ebe2 feat: move metadata display component out from FileRow 2023-05-21 18:19:41 +01:00
Jixun Wu 3f458e9f46 feat: rounded album cover image 2023-05-21 18:16:38 +01:00
Jixun Wu 8c9723cb0f test: fix test warning regarding async suspension rendering 2023-05-21 18:08:42 +01:00
Jixun Wu 06acbab4d9 feat: print performance logs to console. 2023-05-21 18:00:06 +01:00
Jixun Wu 6d3b14664a feat: add basic file drag & drop support (#6) 2023-05-21 16:36:26 +01:00
Jixun Wu d8972219b0 chore: remove item based on animation exit event 2023-05-21 15:38:52 +01:00
Jixun Wu 48b7a559ca chore: wrap actions to a single condition 2023-05-21 15:38:31 +01:00
Jixun Wu 65e1e0caa2 chore: move file row's grid layout to its own file 2023-05-21 15:38:07 +01:00
Jixun Wu 940a61daab fix: restore missing card border 2023-05-21 15:08:23 +01:00
Jixun Wu c0ea13a2be feat: re-implement current year logic by using a component 2023-05-21 14:24:06 +01:00
Jixun Wu 878d31fd90 Revert "feat: 修改底部版权区域,使用 Wrap 组件来实现文字间的间隔,把结束年份动态获取当前年份"
This reverts commit 29bce26acb.
2023-05-21 14:19:23 +01:00
Jixun Wu 6dd5f04131 chore: address code review re file row 2023-05-21 14:17:55 +01:00
Jixun Wu 837e7655b8 Merge remote-tracking branch 'houkunlin/feat/file-row' into merge-houkunlin 2023-05-21 14:16:56 +01:00
Jixun Wu 6da0588e11 Merge remote-tracking branch 'houkunlin/feat/footer' into merge-houkunlin 2023-05-21 14:16:49 +01:00
Jixun Wu 55e258f4ef chore: use url format for request id 2023-05-18 22:12:45 +01:00
Jixun Wu d00ba50fcd test: added test for DecryptionQueue (#8) 2023-05-18 22:12:34 +01:00
Jixun Wu ab554b0470 fix: replace `setImmediate` with a cross environment compatible version 2023-05-18 22:00:43 +01:00
Jixun Wu 3b26584f4d test: proper sanity check; exclude WasmTest from coverage (#8) 2023-05-18 00:30:39 +01:00
Jixun Wu 4e9e360751 refactor: simplify logic handling worker message 2023-05-18 00:21:11 +01:00
Jixun Wu fb14eabaf1 chore: remove abuse of any in WorkerEventBus 2023-05-18 00:18:22 +01:00
Jixun Wu 8597fe0d97 test: added test for ConcurrentQueue 2023-05-18 00:04:53 +01:00
Jixun Wu 6e6a8b1f5c fix: type safe ConcurrentQueue 2023-05-18 00:04:37 +01:00
Jixun Wu be76a4590f chore: make eslint happy 2023-05-18 00:04:20 +01:00
HouKunLin 76cb2a154b feat: 即使不存在歌曲元数据,也展示默认的“暂无封面”占位图片 2023-05-17 09:39:33 +08:00
HouKunLin 33a6abab7f feat: togglePlay 方法取消使用 useCallback 2023-05-17 09:27:16 +08:00
HouKunLin 4b67542799 Merge remote-tracking branch 'origin/main' into feat/file-row
# Conflicts:
#	src/features/file-listing/FileRow.tsx
2023-05-17 09:18:41 +08:00
HouKunLin eaf05d8cbb feat: 删除歌曲行数据时改用 onClose 来处理 2023-05-17 09:10:36 +08:00
Jixun Wu cd1f6cb186 test: working test with TypeScript + vite (using vitest) 2023-05-17 01:46:20 +01:00
Jixun Wu 71014c3a90 test: get coverage work 2023-05-16 22:47:47 +01:00
HouKunLin b8c3a51756 feat: 歌曲封面使用 Image 组件,删除歌曲行数据时使用一个动画效果来过渡一下 2023-05-16 16:24:00 +08:00
HouKunLin 29bce26acb feat: 修改底部版权区域,使用 Wrap 组件来实现文字间的间隔,把结束年份动态获取当前年份 2023-05-16 16:21:42 +08:00
Jixun Wu c912b897ba test: setup jest and everything 2023-05-15 21:32:48 +01:00
Jixun Wu 0c7b2b0902 chore: fix build for SDKVersion component 2023-05-15 21:32:38 +01:00
Jixun Wu c00ccdbfc8 feat: allow user to remove entry from the page 2023-05-15 21:05:03 +01:00
Jixun Wu 2ee3eaed0e feat: basic responsive UI 2023-05-15 00:41:39 +01:00
Jixun Wu 8cdf32690e chore: remove dummy todo 2023-05-15 00:32:50 +01:00
Jixun Wu ea9f6c0899 fix: dl button from listing 2023-05-15 00:28:42 +01:00
Jixun Wu c07c893767 fix: react warning for "p>div 2023-05-15 00:27:21 +01:00
Jixun Wu 8913b91a8f feat: show current version (#5) 2023-05-15 00:22:23 +01:00
Jixun Wu 4da849f3eb feat: show sdk version (#5) 2023-05-15 00:10:59 +01:00
Jixun Wu 3f61f20ac0 chore: type updates 2023-05-15 00:09:38 +01:00