Commit Graph

  • e6b3c2813d feat: move metadata display component out from FileRow 鲁树人 2023-05-21 18:19:41 +01:00
  • 9fc8c15c28 feat: rounded album cover image 鲁树人 2023-05-21 18:16:38 +01:00
  • 1fb7a81c63 test: fix test warning regarding async suspension rendering 鲁树人 2023-05-21 18:08:42 +01:00
  • 4cfc672646 feat: print performance logs to console. 鲁树人 2023-05-21 17:58:54 +01:00
  • c4e3999546 feat: add basic file drag & drop support (#6) 鲁树人 2023-05-21 16:36:21 +01:00
  • 24177e0fd6 chore: declare html as zh 鲁树人 2023-05-21 16:34:51 +01:00
  • 125ac7354a feat: add um logo to project 鲁树人 2023-05-21 15:40:26 +01:00
  • 4fc407221a chore: remove item based on animation exit event 鲁树人 2023-05-21 15:38:52 +01:00
  • afc95e0ed3 chore: wrap actions to a single condition 鲁树人 2023-05-21 15:38:31 +01:00
  • dd035d04a0 chore: move file row's grid layout to its own file 鲁树人 2023-05-21 15:38:07 +01:00
  • 22ca4882bc fix: restore missing card border 鲁树人 2023-05-21 15:08:23 +01:00
  • 13e9e8142a chore: be flexible about the path to libparakeet sdk 鲁树人 2023-05-21 14:34:27 +01:00
  • 0d0cc810a3 chore: added vscode extension recommendation 鲁树人 2023-05-21 14:32:18 +01:00
  • a5d8e6bd11 Merge changes from @houkunlin 鲁树人 2023-05-21 14:28:13 +01:00
  • bbb43ba2f5 feat: re-implement current year logic by using a component 鲁树人 2023-05-21 14:24:06 +01:00
  • 0f99f9ac4f Revert "feat: 修改底部版权区域,使用 Wrap 组件来实现文字间的间隔,把结束年份动态获取当前年份" 鲁树人 2023-05-21 14:19:23 +01:00
  • 4b7ed90247 chore: address code review re file row 鲁树人 2023-05-21 14:17:55 +01:00
  • c0bc9858d0 Merge remote-tracking branch 'houkunlin/feat/file-row' into merge-houkunlin 鲁树人 2023-05-21 14:16:56 +01:00
  • dc2cabe715 Merge remote-tracking branch 'houkunlin/feat/footer' into merge-houkunlin 鲁树人 2023-05-21 14:16:49 +01:00
  • ee0ae4bf24 chore: remove unused src config file 鲁树人 2023-05-20 02:19:45 +01:00
  • 563c602bff docs: update progress in readme 鲁树人 2023-05-18 22:13:48 +01:00
  • 3b6d27948d chore: use url format for request id 鲁树人 2023-05-18 22:12:45 +01:00
  • 635796ad69 test: added test for DecryptionQueue (#8) 鲁树人 2023-05-18 22:12:34 +01:00
  • 2186a08fa5 fix: replace setImmediate with a cross environment compatible version 鲁树人 2023-05-18 22:00:43 +01:00
  • 770ebec736 chore: add lint-staged & husky 鲁树人 2023-05-18 00:39:50 +01:00
  • fd410302e4 test: proper sanity check; exclude WasmTest from coverage (#8) 鲁树人 2023-05-18 00:30:39 +01:00
  • 0b7b72c8ef refactor: simplify logic handling worker message 鲁树人 2023-05-18 00:21:11 +01:00
  • 7df50c7c75 chore: remove abuse of any in WorkerEventBus 鲁树人 2023-05-18 00:18:22 +01:00
  • 8f071d94c6 test: added test for ConcurrentQueue 鲁树人 2023-05-18 00:04:53 +01:00
  • 1e761610dd fix: type safe ConcurrentQueue 鲁树人 2023-05-18 00:04:37 +01:00
  • 880a3c67fe chore: make eslint happy 鲁树人 2023-05-18 00:04:20 +01:00
  • 3298b29dbf chore: configure eslint rules 鲁树人 2023-05-18 00:03:55 +01:00
  • 448cbbfd74 chore: fix types for build & test 鲁树人 2023-05-17 23:04:37 +01:00
  • 1e257c1ee3 test: remove unused/unneeded jest dependencies 鲁树人 2023-05-17 22:59:13 +01:00
  • aaefffbb8b feat: 即使不存在歌曲元数据,也展示默认的“暂无封面”占位图片 HouKunLin 2023-05-17 09:39:33 +08:00
  • 4341203c08 feat: togglePlay 方法取消使用 useCallback HouKunLin 2023-05-17 09:27:16 +08:00
  • 854c29c3d1 Merge remote-tracking branch 'origin/main' into feat/file-row HouKunLin 2023-05-17 09:18:41 +08:00
  • 0197c8b2f4 feat: 删除歌曲行数据时改用 onClose 来处理 HouKunLin 2023-05-17 09:10:36 +08:00
  • 0db84813ad test: working test with TypeScript + vite (using vitest) 鲁树人 2023-05-17 01:46:20 +01:00
  • 863a4e4f89 chore: apply indentation rule for cjs/mjs as well 鲁树人 2023-05-16 22:50:03 +01:00
  • 1fafe34fa1 test: get coverage work 鲁树人 2023-05-16 22:47:47 +01:00
  • 8a825affd0 feat: 歌曲封面使用 Image 组件,删除歌曲行数据时使用一个动画效果来过渡一下 HouKunLin 2023-05-16 16:24:00 +08:00
  • d2bc92c39d feat: 修改底部版权区域,使用 Wrap 组件来实现文字间的间隔,把结束年份动态获取当前年份 HouKunLin 2023-05-16 16:21:42 +08:00
  • e60e669d32 build: improved resource chunk 鲁树人 2023-05-15 21:39:58 +01:00
  • 7d27a5fc96 test: setup jest and everything 鲁树人 2023-05-15 21:32:48 +01:00
  • 6c5b8c9d55 chore: fix build for SDKVersion component 鲁树人 2023-05-15 21:32:38 +01:00
  • 0142a32ea7 0.1.0 鲁树人 2023-05-15 21:09:44 +01:00
  • d7f68aa255 feat: allow user to remove entry from the page 鲁树人 2023-05-15 21:05:03 +01:00
  • 52922a8928 chore: configure and format file 鲁树人 2023-05-15 21:04:45 +01:00
  • 9aba8f9bd7 feat: basic responsive UI 鲁树人 2023-05-15 00:41:39 +01:00
  • a692c7a9ae chore: remove dummy todo 鲁树人 2023-05-15 00:32:50 +01:00
  • 49fe534b51 fix: dl button from listing 鲁树人 2023-05-15 00:28:42 +01:00
  • 55e2a4b7d3 fix: react warning for "p>div 鲁树人 2023-05-15 00:27:21 +01:00
  • 159d23a005 feat: show current version (#5) 鲁树人 2023-05-15 00:22:23 +01:00
  • 0a7a095b9f feat: show sdk version (#5) 鲁树人 2023-05-15 00:09:54 +01:00
  • 3c0a9433dd chore: type updates 鲁树人 2023-05-15 00:09:38 +01:00
  • cf3324e833 refactor: move decrypt command to its own file; added version command 鲁树人 2023-05-15 00:09:26 +01:00
  • b99590908e feat: ui improvement, working audio preview 鲁树人 2023-05-14 23:47:56 +01:00
  • 8ab267019c feat: added support for QMCv2 (#11) 鲁树人 2023-05-14 23:15:59 +01:00
  • 08c082ec2c chore: move key to separated file 鲁树人 2023-05-14 22:34:07 +01:00
  • 77a3eba036 feat: added audio ext detection 鲁树人 2023-05-14 21:57:18 +01:00
  • c734a83854 chroe: update sdk 鲁树人 2023-05-14 21:46:32 +01:00
  • cecdff79d3 docs: note about folder layout 鲁树人 2023-05-13 20:21:19 +01:00
  • 5b812b9bb8 docs: updated pnpm notes + sdk contribution note 鲁树人 2023-05-13 20:18:37 +01:00
  • 4abe50515c chore: make note of qmcv1 factory 鲁树人 2023-05-13 20:04:55 +01:00
  • 00267dc230 chore: remove debugger statement 鲁树人 2023-05-13 20:03:59 +01:00
  • 3d2761a2b1 fix: initial working version with libparakeet 鲁树人 2023-05-13 20:03:32 +01:00
  • 3c1434b09f chore: experimental work on bridge libparakeet 鲁树人 2023-05-13 15:55:02 +01:00
  • 24a68fcf59 chore: use singleton loader to prevent duplicated wasm request 鲁树人 2023-05-10 23:16:12 +01:00
  • fc2238ff39 feat: get wasm working from libparakeet 鲁树人 2023-05-10 22:01:32 +01:00
  • 2c56c22c74 chore: make download button work 鲁树人 2023-05-09 21:02:52 +01:00
  • 72b3a9cec9 fix(crypto): xiami subtract off by one (#9) 鲁树人 2023-05-09 21:01:46 +01:00
  • 1c1d234244 feat: add xiami crypto & have a working decryption workflow (#2, #9) 鲁树人 2023-05-09 01:23:35 +01:00
  • 5ad054631c refactor: use ~ as import alias 鲁树人 2023-05-09 01:22:00 +01:00
  • eeb00e0bc9 docs: add contribution section 鲁树人 2023-05-08 18:02:14 +01:00
  • e81d8a3fcb docs: move issue id to beginning of list 鲁树人 2023-05-08 18:02:04 +01:00
  • 09bffd587b docs: add todo issue id; move todo to bottom of readme 鲁树人 2023-05-08 17:57:34 +01:00
  • 44c39f2fa2 docs: update readme 鲁树人 2023-05-08 17:39:20 +01:00
  • 911ee2a2fa feat: get web worker mechanism working (pass file around) 鲁树人 2023-05-08 17:36:10 +01:00
  • 29b169cce6 chore: add editorconfig 鲁树人 2023-05-08 17:29:00 +01:00
  • 5e09de5991 feat: begin building worker 鲁树人 2023-05-08 16:23:46 +01:00
  • 7a12d6c6a1 feat: hide metadata until is processed 鲁树人 2023-05-08 16:07:47 +01:00
  • c0737a341b feat: allow add file by selecting through open file dialog 鲁树人 2023-05-08 16:06:52 +01:00
  • 3b264f380f chore: use object instead of array for file listing 鲁树人 2023-05-08 15:54:00 +01:00
  • 38aa81b5bc feat: basic ui layout 鲁树人 2023-05-07 23:29:37 +01:00
  • 53682a1cdb chore: rename dev to start, let pnpm use 18.16 鲁树人 2023-05-07 21:31:46 +01:00
  • e62ec084f4 initial commit 鲁树人 2023-05-07 20:11:16 +01:00