103 Commits

Author SHA1 Message Date
Lykin
15f6314597 perf: add dark theme support for charts 2024-01-19 00:39:09 +08:00
Lykin
6d3526c765 feat: support database alias 2024-01-18 17:28:17 +08:00
Lykin
bc53c405a5 chore: update some text 2024-01-11 11:50:10 +08:00
Lykin
5d2080aafb perf: support "skip insecure verify" and "sni" for SSL #67 #113 2024-01-11 00:32:55 +08:00
Lykin
115aa9d079 refactor: move i18n calling out of computed 2024-01-10 15:32:19 +08:00
Lykin
8c69ce7257 perf: replace component 'n-log' with 'n-virtual-list' 2024-01-08 17:38:54 +08:00
Lykin
e87b02e14c perf: add an 'Import Keys' option to new key dialog. 2024-01-06 23:44:18 +08:00
Lykin
0d6765a757 perf: scroll to bottom when append item in new key dialog 2024-01-06 23:08:06 +08:00
Lykin
ed1b9d9b54 fix: create key error 2024-01-06 22:13:26 +08:00
Lykin
13dbc9b3b6 perf: support custom ttl when import keys 2024-01-05 17:55:54 +08:00
Lykin
1d1fab54d8 perf: support batch update ttl of keys 2024-01-05 00:48:29 +08:00
Lykin
a71f5e0070 perf: support reload option after import data 2024-01-04 00:13:44 +08:00
Lykin
37efe5e72a perf: remove increase/decrease button in some number input 2024-01-03 16:55:41 +08:00
Lykin
36a8c38877 perf: add quick settings for ttl dialog 2024-01-03 15:55:53 +08:00
Lykin
18f1b976c6 refactor: replace some 'watch' with 'watchEffect' 2024-01-03 11:04:40 +08:00
Lykin
f597002378 feat: add expire time data for import/export handle 2023-12-27 17:44:10 +08:00
Lykin
3fe8767c44 feat: support import keys from csv file 2023-12-27 17:44:10 +08:00
Lykin
0fb93258e9 refactor: encapsulate connection state and behavior into classes 2023-12-26 15:40:31 +08:00
Lykin
e28bb57a25 fix: the deletion result might be incorrect 2023-12-26 01:15:49 +08:00
Lykin
5b9f261824 refactor: encapsulate connection state and behavior into classes 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
c5abaa6573 chore: change the timing for saving window position changes. 2023-12-16 01:21:30 +08:00
Lykin
8f15656f37 fix: turn off spellcheck on macOS #98 2023-12-16 00:33:35 +08:00
Lykin
860e1eaac3 fix: error cause when switch type in new key dialog 2023-12-16 00:33:35 +08:00
Lykin
d31da4a055 perf: refresh key summary after crud value content 2023-12-16 00:33:35 +08:00
Lykin
44770a4a8e feat: add code folding toggle to preferences 2023-12-12 10:35:29 +08:00
Lykin
ac76131f18 fix: turn off spellcheck on macOS #99 2023-12-08 18:22:37 +08:00
Lykin
827ca1f2e7 feat: support more key icon display type 2023-12-05 15:58:10 +08:00
Lykin
af6b4257f9 feat: add type display in key browser 2023-12-04 17:06:23 +08:00
Lykin
a78c6cdb26 perf: add "show line numbers" preferences option 2023-12-03 23:46:33 +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
Lykin
e2f33af1c7 feat: the browser pane is now set to display only a single database
feat: add search input in browser pane
2023-12-01 18:02:32 +08:00
Lykin
f0e54f280c fix: disable illegal characters for renaming connection group 2023-11-29 00:23:48 +08:00
Lykin
9aaf32e2bf fix: test connection status may display incorrectly #79 2023-11-21 17:39:04 +08:00
Lykin
fea87662de perf: sorted set value support format viewing #65 2023-11-15 23:41:53 +08:00
tiny-craft
a49d618288 feat: add decode and format selection for Hash edit
perf: move decode and format state management into the component internally

perf: add component FormatSelector and ContentEntryEditor

refactor: modified functions with an excessive number of parameters to accept an object as a parameter
2023-11-13 16:03:24 +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
9618990de8 feat: add partial entries loading for complex type(list/hash/set/zset/stream) #70
refactor: split "key value loading" into "key summary loading" and "key detail loading"
2023-11-09 14:42:35 +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
9b9d0e3c7c feat: add flush db operation 2023-11-02 18:17:54 +08:00
tiny-craft
30866d33f0 feat: split "view as" to "view type" and "decode type" #60
feat: add footer to the value content page
2023-10-30 00:55:49 +08:00
tiny-craft
b6eebda177 style: update style of browser tabs
style: update style of connection dialog
2023-10-27 21:53:05 +08:00
tiny-craft
f9fe74a6b4 perf: move key view switch to connection preferences 2023-10-22 18:32:47 +08:00
tiny-craft
34a0be4d08 feat: add new component "switch button"
refactor: extract the file open input as a component
2023-10-21 00:12:22 +08:00
tiny-craft
f8a7567166 refactor: reformat frontend files
chore: upgrade frontedn dependencies
2023-10-21 00:11:36 +08:00
tiny-craft
f3cd292af5 feat: add partial keys loading. #2 2023-10-21 00:11:35 +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
2db858ba9e feat: support ssl connection 2023-10-15 19:49:33 +08:00
tiny-craft
444d0ea199 feat: support cluster mode 2023-10-15 19:49:33 +08:00