27 Commits

Author SHA1 Message Date
Lykin
6bd1b23a64 fix: unable to connect to any server after manually interrupt 2024-06-18 18:04:00 +08:00
Lykin
86f42fcc10 perf: support batch delete keys without scan confirm (#283) 2024-06-17 18:29:56 +08:00
Lykin
b72855b707 perf: add shortcut esc for close modal dialog (#235) 2024-04-19 15:13:06 +08:00
Lykin
cdac3c4496 perf: significantly improve batch deletion performance with pipeline #123 2024-01-23 17:37:00 +08:00
Lykin
a679858478 perf: add silent deletion option to batch delete dialog 2024-01-23 11:26:15 +08:00
Lykin
8c69ce7257 perf: replace component 'n-log' with 'n-virtual-list' 2024-01-08 17:38:54 +08:00
Lykin
18f1b976c6 refactor: replace some 'watch' with 'watchEffect' 2024-01-03 11:04:40 +08:00
Lykin
e28bb57a25 fix: the deletion result might be incorrect 2023-12-26 01:15:49 +08:00
Lykin
f98229b9fa refactor: refactor the method for delete selected keys 2023-12-19 20:10:01 +08:00
Lykin
bce4e2323e feat: add export capability for selected keys 2023-12-18 01:01:51 +08:00
Lykin
8f15656f37 fix: turn off spellcheck on macOS #98 2023-12-16 00:33:35 +08:00
Lykin
ac76131f18 fix: turn off spellcheck on macOS #99 2023-12-08 18:22:37 +08:00
Lykin
8573d24a47 feat: add multiple check mode for keys
perf: add multiple keys deletion and progress indicator
2023-12-03 23:46:33 +08:00
tiny-craft
65e077c0c0 fix: compatibility with older Redis versions without UNLINK command support #69
perf: add waiting indicator for deleting keys and flushing database
2023-11-10 16:26:12 +08:00
tiny-craft
e28d091500 refactor: split connection_service into connection_service and browser_service in go
refactor: split connectionStore into connectionStore and browserStore in js
2023-11-05 11:58:59 +08:00
tiny-craft
f8a7567166 refactor: reformat frontend files
chore: upgrade frontedn dependencies
2023-10-21 00:11:36 +08:00
tiny-craft
d61eb1323f feat: add sync/async delete key option to delete key dialog 2023-10-16 01:09:04 +08:00
tiny-craft
9152a32fd3 refactor: reorganized the structure of the multi-language content. 2023-09-08 10:31:23 +08:00
tiny-craft
0de32407c7 perf: cancel focus for all button components 2023-09-08 10:26:38 +08:00
tiny-craft
9fc0cbd40d refactor: reformat code 2023-08-24 15:23:25 +08:00
tiny-craft
95e48e75d3 perf: bind message and dialog to window 2023-08-24 00:44:19 +08:00
tiny-craft
bb3316a67a perf: moved all labels in form item to the top for adjust long text 2023-08-23 12:00:02 +08:00
tiny-craft
5a9fb00474 refactor: use discrete api for message 2023-08-20 14:42:36 +08:00
tiny-craft
b852bb5b47 refactor: format all vue file 2023-08-02 19:40:57 +08:00
tiny-craft
af289319ed refactor: use import alias name 2023-08-02 17:57:39 +08:00
tiny-craft
9cd0d34c5d docs
refactor: reimplement logic of remove multiple keys
2023-08-01 00:44:31 +08:00
tiny-craft
1841ccf3d3 feat: add delete key dialog and logic
refactor: tidy function of connection store
2023-08-01 00:44:31 +08:00