Commit Graph

61 Commits

Author SHA1 Message Date
455a05c360 fix: warn when 0 keys imported (#38) 2023-07-02 15:39:47 +01:00
48b8932a1d fix: settings dirty state tracking + toast on save/discard (#38) 2023-07-02 15:38:52 +01:00
7a363d1dc5 fix: consistent wording on "secret import" and add 3-dots in menu (#38) 2023-07-02 15:36:59 +01:00
58e9f365b8 fix: update key placeholders (#38) 2023-07-02 15:35:54 +01:00
f9af094b09 fix: typo 2023-07-02 15:35:01 +01:00
7a696b1c8a feat: update instructions for kwmv2 key import 2023-06-17 14:55:38 +01:00
32dbed45cb feat: add KWMv2 support 2023-06-17 14:29:50 +01:00
99b679817b feat: parse kwm v2 key from mmkv 2023-06-17 03:18:15 +01:00
6a338f9aac build: remove migrated component 2023-06-17 02:50:04 +01:00
b277000c2a feat: kwm v2 key import ui 2023-06-17 02:45:31 +01:00
672c5681ed docs: improve ios docs 2023-06-16 20:43:49 +01:00
77c201c551 feat: added option to search closest ekey 2023-06-16 02:28:38 +01:00
3433d2e860 fix: performance issue when there's over 100s ekeys 2023-06-16 02:03:23 +01:00
e4c8e4e94e chore: update wording for qmcv2 description & qmcv2 key import button text 2023-06-15 20:52:59 +01:00
5ead9f2f7b chore: update wording for discard settings 2023-06-15 20:52:41 +01:00
44df8ce3db feat: add ios ekey import instructions 2023-06-15 20:34:15 +01:00
8db5b64b38 feat: fix mmkv parser, support for ios ekey mmkv 2023-06-15 19:30:33 +01:00
88cf2f972b feat: add mac import option and help text 2023-06-13 00:26:30 +01:00
f2c93c9f85 feat: default link to use blue color 2023-06-12 22:55:09 +01:00
a9e9671899 fix: make modal don't close on overlay click; remove dismiss button in this modal. 2023-06-11 23:25:49 +01:00
7347db926e fix: reworded the instructions against rooting Android Device 2023-06-11 23:23:40 +01:00
4b57186cd7 chore: trim whitespace when converting staging key to production 2023-06-11 23:19:13 +01:00
473f310aca feat: proper instructions for ps1/win as well. 2023-06-11 22:41:06 +01:00
b78399eddb feat: import ekey from Android db (#20) 2023-06-11 16:22:57 +01:00
0f9748ec14 ci: change wording for save/discard 2023-06-10 16:16:41 +01:00
923fb1497b chore: add description to QMCv2 page 2023-06-10 16:15:46 +01:00
dd63aa4765 chore: added note about import options 2023-06-10 14:09:40 +01:00
f46f36415d feat: split settings slice to staging (ui) and production (in effect) 2023-06-10 13:10:21 +01:00
865dcae931 feat: pass options to downstream decryptor 2023-06-10 12:06:02 +01:00
3e203b92ac feat: responsive settings ui 2023-06-10 00:45:41 +01:00
1c3b6c45c6 feat: improved layout 2023-06-09 23:11:30 +01:00
897830cd44 refactor: move components to sub dir 2023-06-03 14:14:50 +01:00
b136bac9b6 feat: setup redux store for settings 2023-06-03 14:09:11 +01:00
26fa7fef52 chore: make error summary red (#12) 2023-05-22 22:28:51 +01:00
52d86e4601 feat: friendly way to inform user there's an error (#12) 2023-05-22 22:24:41 +01:00
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
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
4b7ed90247 chore: address code review re file row 2023-05-21 14:17:55 +01:00
aaefffbb8b feat: 即使不存在歌曲元数据,也展示默认的“暂无封面”占位图片 2023-05-17 09:39:33 +08:00
4341203c08 feat: togglePlay 方法取消使用 useCallback 2023-05-17 09:27:16 +08:00
854c29c3d1 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
0197c8b2f4 feat: 删除歌曲行数据时改用 onClose 来处理 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
8a825affd0 feat: 歌曲封面使用 Image 组件,删除歌曲行数据时使用一个动画效果来过渡一下 2023-05-16 16:24:00 +08:00
d7f68aa255 feat: allow user to remove entry from the page 2023-05-15 21:05:03 +01:00
9aba8f9bd7 feat: basic responsive UI 2023-05-15 00:41:39 +01:00