1
0
mirror of https://github.com/tiny-craft/tiny-rdm.git synced 2025-05-10 19:28:05 +08:00

17 Commits

Author SHA1 Message Date
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
fea87662de perf: sorted set value support format viewing 2023-11-15 23:41:53 +08:00
Lykin
5b84fa59f6 perf: set value support format viewing 2023-11-14 17:15:02 +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 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
7b3c3df230 feat: add key layer reload/refresh back after database full loaded
perf: update database max keys each load next/all.
2023-11-10 13:01:18 +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)
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
fd99b43798 feat: add display of content length and size info 2023-10-30 00:55:50 +08:00
tiny-craft
30866d33f0 feat: split "view as" to "view type" and "decode type"
feat: add footer to the value content page
2023-10-30 00:55:49 +08:00
tiny-craft
6fb0eadfbd style: adjusted the light and dark themes
style: add window shadow on macOS 
2023-10-28 22:31:02 +08:00
tiny-craft
297286f150 perf: create "content-pane" component for each tab to maintain data and status easily 2023-10-27 11:34:40 +08:00
tiny-craft
5b4683a735 feat: adjusted the content pane to accommodate more information (add sub content tabs). 2023-10-23 19:45:04 +08:00