Commit Graph

44 Commits

Author SHA1 Message Date
6b871f0861 feat: add mac import option and help text
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2023-06-13 00:26:30 +01:00
a951ac8e16 feat: default link to use blue color
All checks were successful
continuous-integration/drone/push Build is passing
2023-06-12 22:55:09 +01:00
3cb24b52ac fix: make modal don't close on overlay click; remove dismiss button in this modal.
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2023-06-11 23:25:49 +01:00
2a75d63b9a fix: reworded the instructions against rooting Android Device
All checks were successful
continuous-integration/drone/push Build is passing
2023-06-11 23:23:40 +01:00
0b82d267c9 chore: trim whitespace when converting staging key to production
All checks were successful
continuous-integration/drone/push Build is passing
2023-06-11 23:19:13 +01:00
dec7f86115 feat: proper instructions for ps1/win as well. 2023-06-11 22:41:06 +01:00
da39d5f5c1 feat: import ekey from Android db (#20)
All checks were successful
continuous-integration/drone/push Build is passing
2023-06-11 16:22:57 +01:00
6d925f744e ci: change wording for save/discard 2023-06-10 16:16:41 +01:00
9db037a71d chore: add description to QMCv2 page 2023-06-10 16:15:46 +01:00
6a2b9e5cdc chore: added note about import options 2023-06-10 14:09:40 +01:00
8e2d13f54a feat: split settings slice to staging (ui) and production (in effect)
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2023-06-10 13:10:21 +01:00
4de0d5304d feat: pass options to downstream decryptor 2023-06-10 12:06:02 +01:00
725f130e42 feat: responsive settings ui 2023-06-10 00:45:41 +01:00
1f87a655ac feat: improved layout 2023-06-09 23:11:30 +01:00
4def7a260e refactor: move components to sub dir 2023-06-03 14:14:50 +01:00
4602f96260 feat: setup redux store for settings 2023-06-03 14:09:11 +01:00
ce2c9835b9 chore: make error summary red (#12) 2023-05-22 22:28:51 +01:00
5db5fdaa69 feat: friendly way to inform user there's an error (#12) 2023-05-22 22:24:41 +01:00
0b2000ebe2 feat: move metadata display component out from FileRow 2023-05-21 18:19:41 +01:00
3f458e9f46 feat: rounded album cover image 2023-05-21 18:16:38 +01:00
d8972219b0 chore: remove item based on animation exit event 2023-05-21 15:38:52 +01:00
48b7a559ca chore: wrap actions to a single condition 2023-05-21 15:38:31 +01:00
65e1e0caa2 chore: move file row's grid layout to its own file 2023-05-21 15:38:07 +01:00
940a61daab fix: restore missing card border 2023-05-21 15:08:23 +01:00
6dd5f04131 chore: address code review re file row 2023-05-21 14:17:55 +01:00
76cb2a154b feat: 即使不存在歌曲元数据,也展示默认的“暂无封面”占位图片 2023-05-17 09:39:33 +08:00
33a6abab7f feat: togglePlay 方法取消使用 useCallback 2023-05-17 09:27:16 +08:00
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
eaf05d8cbb feat: 删除歌曲行数据时改用 onClose 来处理 2023-05-17 09:10:36 +08:00
cd1f6cb186 test: working test with TypeScript + vite (using vitest) 2023-05-17 01:46:20 +01:00
b8c3a51756 feat: 歌曲封面使用 Image 组件,删除歌曲行数据时使用一个动画效果来过渡一下 2023-05-16 16:24:00 +08:00
c00ccdbfc8 feat: allow user to remove entry from the page 2023-05-15 21:05:03 +01:00
2ee3eaed0e feat: basic responsive UI 2023-05-15 00:41:39 +01:00
8cdf32690e chore: remove dummy todo 2023-05-15 00:32:50 +01:00
ea9f6c0899 fix: dl button from listing 2023-05-15 00:28:42 +01:00
eb1996c28e feat: ui improvement, working audio preview 2023-05-14 23:47:56 +01:00
6ca0f46af3 chore: make download button work 2023-05-09 21:07:49 +01:00
68e4aef4c6 feat: add xiami crypto & have a working decryption workflow (#2, #9) 2023-05-09 01:23:35 +01:00
6afc825222 refactor: use ~ as import alias 2023-05-09 01:22:00 +01:00
6b8731eea6 feat: get web worker mechanism working (pass file around) 2023-05-08 17:36:10 +01:00
7b09967233 feat: hide metadata until is processed 2023-05-08 16:23:58 +01:00
329ce0c10b feat: allow add file by selecting through open file dialog 2023-05-08 16:23:58 +01:00
1b507774ed chore: use object instead of array for file listing 2023-05-08 15:54:18 +01:00
37f6667e50 feat: basic ui layout 2023-05-07 23:29:37 +01:00