124 Commits

Author SHA1 Message Date
Lykin
115aa9d079 refactor: move i18n calling out of computed 2024-01-10 15:32:19 +08:00
Lykin
927678ebbb fix: tooltips exceed the display area #112 2024-01-08 11:29:41 +08:00
Lykin
72ef406cd8 fix: tooltips exceed the display area #112 2024-01-08 00:26:01 +08:00
Lykin
d66d7c9a49 feat: support key auto refresh
refactor: move 'ContentToolbar' to 'ContentValueWrapper'
2024-01-06 17:14:35 +08:00
Lykin
c2bf4128f7 fix: minor bugs about keys view 2024-01-06 01:26:18 +08:00
Lykin
1d1fab54d8 perf: support batch update ttl of keys 2024-01-05 00:48:29 +08:00
Lykin
b823f18794 perf: optimize the performance of command monitor 2024-01-04 12:01:36 +08:00
Lykin
23087a5374 perf: add binary suffix to binary keys in tree list 2024-01-04 00:33:51 +08:00
Lykin
df5a577919 style: adjust button style 2024-01-02 16:14:56 +08:00
Lykin
4dc8839a51 feat: add format type 'YAML' and 'XML' #110 2023-12-29 01:03:40 +08:00
Lykin
10ec866037 feat: support real-time command monitoring 2023-12-28 17:52:28 +08:00
Lykin
f5611a2635 fix: tooltip too long to show 2023-12-16 01:45:28 +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
d31da4a055 perf: refresh key summary after crud value content 2023-12-16 00:33:35 +08:00
Lykin
566a7e212f perf: add line break to command display 2023-12-14 10:47:10 +08:00
Lykin
44770a4a8e feat: add code folding toggle to preferences 2023-12-12 10:35:29 +08:00
Lykin
e942f41f66 fix: monaco editor can not adjust height when parent node's size changes from large to small 2023-12-11 18:32:16 +08:00
Lykin
ac76131f18 fix: turn off spellcheck on macOS #99 2023-12-08 18:22:37 +08:00
Lykin
f966fec0a3 perf: add code folding and shortcut for save #97 2023-12-08 10:38:08 +08:00
Lykin
2f25b524cd perf: add 'use-glob' prop to search input 2023-12-06 11:10:54 +08:00
Lykin
f9abba37d2 fix: entry editor may lose field value 2023-12-05 16:35:08 +08:00
Lykin
b688ded610 fix: auto format detection may fail 2023-12-03 23:46:33 +08:00
Lykin
a78c6cdb26 perf: add "show line numbers" preferences option 2023-12-03 23:46:33 +08:00
Lykin
7c4f0197ba refactor: removed the usage of the NCode 2023-12-02 02:58:05 +08:00
Lykin
52490cb304 feat: add loaded progress for list/hash/set/zset/stream 2023-12-02 02:43:37 +08:00
Lykin
2d3225dbcf perf: add copy value button for complex type #23 2023-12-02 01:10:37 +08:00
Lykin
988e8e3339 fix: the value is not updated after refreshing #90 2023-12-02 00:26:32 +08:00
Lykin
eb8f68b628 perf: optimized the appearance 2023-12-01 18:03:19 +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
8201004478 feat: add filter input to browser pane 2023-11-29 16:16:13 +08:00
Lykin
379bb5e623 feat: add custom monaco editor theme 2023-11-29 01:12:23 +08:00
Lykin
6b1fcb3779 feat: embedded monaco editor for complex types 2023-11-29 00:24:42 +08:00
Lykin
8662027a68 fix: errors occur when attempting to execute delete or rename in content page #86 2023-11-29 00:23:48 +08:00
Lykin
9671f89770 feat: embedded monaco editor for string 2023-11-29 00:23:48 +08:00
Lykin
71978c325b fix: pin button in editor can not show on Linux 2023-11-24 00:52:48 +08:00
Lykin
79c943f85d perf: use ZRangeWithScores to scan partial for ZSet 2023-11-24 00:22:40 +08:00
Lykin
4ffbdbd39a perf: move cursor to last when switch to history by arrow up or down #77 2023-11-21 18:27:09 +08:00
Lykin
7b18ed0b26 fix: the console output content lacks line breaks effect #80 2023-11-21 17:23:31 +08:00
Lykin
e7fd13d608 feat: add full search for stream 2023-11-21 17:06:26 +08:00
Lykin
6a048037b0 feat: add full search for set/zset 2023-11-21 16:44:33 +08:00
Lykin
eca640fc87 feat: add full search for hash 2023-11-20 18:38:23 +08:00
Lykin
db4e2385fc feat: add full search for list 2023-11-20 18:37:43 +08:00
Lykin
aafa0c5432 perf: use relative position for entry editor to toggle fullscreen 2023-11-18 01:30:26 +08:00
Lykin
13f343977a chore: refine ui details 2023-11-18 00:14:38 +08:00
Lykin
ddc3868f22 refactor: optimized refresh logic after update fields for set/zset type 2023-11-17 18:41:15 +08:00
Lykin
4db3909c6a refactor: optimized refresh logic after update fields for list type 2023-11-17 17:20:32 +08:00
Lykin
80e659e03a refactor: optimized refresh logic after update fields for hash type 2023-11-17 16:26:03 +08:00
Lykin
d88fd35e9d refactor: refactoring the refresh logic for all complex types after adding new fields 2023-11-17 01:24:04 +08:00
Lykin
578a8413a1 perf: support format viewing for entry value #65
fix: table columns lose reactive
2023-11-16 01:07:40 +08:00