Commit Graph

55 Commits

Author SHA1 Message Date
Lykin f17bb744f4 perf: support refresh field in hash (#260) 2024-05-22 17:24:38 +08:00
Lykin 70354c14ec perf: disable auto decode for list/hash/set/zset (#175 #250) 2024-05-06 11:26:17 +08:00
Lykin 8ab82534e1 fix: search input box length overflow (#217) 2024-04-03 14:58:54 +08:00
Lykin d1958a3290 perf: view type automatic synchronization between edit and list for complex type 2024-03-26 17:33:30 +08:00
Lykin a13bf788eb feat: add last format and decode selection record for keys 2024-03-05 11:49:47 +08:00
Lykin 3057012710 feat: add "Unicode JSON" format to display JSON string contains unescaped unicode charactor #158 2024-02-21 15:08:29 +08:00
Lykin 7fecbc2b53 perf: replace bytes format with custom implement 2024-01-17 11:24:10 +08:00
Lykin b7ba179e62 perf: compatible with situations where the "memory" command cannot be used #144 2024-01-11 14:30:12 +08:00
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 1d1fab54d8 perf: support batch update ttl of keys 2024-01-05 00:48:29 +08:00
Lykin f5611a2635 fix: tooltip too long to show 2023-12-16 01:45:28 +08:00
Lykin d31da4a055 perf: refresh key summary after crud value content 2023-12-16 00:33:35 +08:00
Lykin f9abba37d2 fix: entry editor may lose field value 2023-12-05 16:35:08 +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 6b1fcb3779 feat: embedded monaco editor for complex types 2023-11-29 00:24:42 +08:00
Lykin eca640fc87 feat: add full search for hash 2023-11-20 18:38:23 +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 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
Lykin fea87662de perf: sorted set value support format viewing #65 2023-11-15 23:41:53 +08:00
Lykin 3c1727db3e perf: add pin and fullscreen supported for entry editor 2023-11-14 22:58:44 +08:00
Lykin 5b84fa59f6 perf: set value support format viewing #65 2023-11-14 17:15:02 +08:00
Lykin e0a8599e95 perf: list value support format viewing #65 2023-11-14 14:49:16 +08:00
tiny-craft 200b12cd51 refactor: rename "viewas" to "format", rename "plain text" to "raw" 2023-11-13 22:41:33 +08:00
tiny-craft a2c2ceb483 perf: hash value support format viewing #65 2023-11-13 22:31:18 +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 a2ad85627e fix: edit state does not revert when switching keys
fix: some digits are incorrectly recognized as base64-encoded text
2023-11-10 23:51:39 +08:00
tiny-craft fa4929cd63 perf: add reset handle for all content components 2023-11-09 20:31:07 +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 ca8403d784 perf: keep view format and decode method when reload the same key 2023-10-31 17:29:56 +08:00
tiny-craft fd99b43798 feat: add display of content length and size info 2023-10-30 00:55:50 +08:00
tiny-craft f8a7567166 refactor: reformat frontend files
chore: upgrade frontedn dependencies
2023-10-21 00:11:36 +08:00
tiny-craft a4412d21d4 perf: support display binary key name which unreadable(convert to hex string) #49 2023-10-11 01:15:23 +08:00
tiny-craft 8e8f62073e perf: add item size display for Hash, List, Set, ZSet, and Stream #23 2023-09-28 23:19:59 +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 1a4622cfd0 feat: add custom title bar 2023-09-02 19:47:09 +08:00
tiny-craft 9fc0cbd40d refactor: reformat code 2023-08-24 15:23:25 +08:00
tiny-craft 7135ae4096 fix: cause error when search inside value 2023-08-24 01:34:42 +08:00
tiny-craft 95e48e75d3 perf: bind message and dialog to window 2023-08-24 00:44:19 +08:00
tiny-craft 5a9fb00474 refactor: use discrete api for message 2023-08-20 14:42:36 +08:00