Commit Graph

75 Commits

Author SHA1 Message Date
Lykin e2264b33b0 fix: expanded mark may not update 2024-05-11 17:56:44 +08:00
Lykin 18ba04a5b1 perf: rename empty layer to `NO NAME` 2024-04-29 11:28:49 +08:00
Lykin 4d29343c1f style: make the empty prompt in the tree view vertically 2024-04-22 16:07:57 +08:00
Lykin 971c89a5cf perf: add shortcut for key operations 2024-04-19 16:43:42 +08:00
Lykin 2e28c1b44b fix: context menu in the browser tree 2024-04-02 18:00:16 +08:00
Lykin 2d2954d81c feat: support exact match filter (#164) 2024-03-09 23:04:36 +08:00
Lykin 124d221b9f perf: hide context menu in tree view when press 'esc' 2024-01-24 11:25:59 +08:00
Lykin dbff8f9e79 perf: select key when right click in browser tree 2024-01-11 23:55:03 +08:00
Lykin f3f12479fd perf: disable load value when right-click in tree view 2024-01-11 17:45:10 +08:00
Lykin e1362fce45 fix: unable to copy binary key 2024-01-11 14:43:23 +08:00
Lykin 115aa9d079 refactor: move i18n calling out of computed 2024-01-10 15:32:19 +08:00
Lykin 51a1b1b35f perf: disable tab switch after layer node selected 2024-01-08 00:01:52 +08:00
Lykin c2bf4128f7 fix: minor bugs about keys view 2024-01-06 01:26:18 +08:00
Lykin 8d7c8cb3ed perf: support display layer with blank label 2024-01-05 22:02:23 +08:00
Lykin 9b3f2ba726 perf: move expanded keys to tab store for external modification 2024-01-05 20:48:57 +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 e071e65701 perf: replace tooltip content when reload is unavailable 2024-01-04 18:17:10 +08:00
Lykin 23087a5374 perf: add binary suffix to binary keys in tree list 2024-01-04 00:33:51 +08:00
Lykin 84b73bd5e7 fix: root key may not expand after switch to check mode in key tree 2024-01-03 01:08:11 +08:00
Lykin 93b04071e2 feat: add a root node for multiple selection and deselection in multi-selection mode 2023-12-27 18:23:40 +08:00
Lykin 5b9f261824 refactor: encapsulate connection state and behavior into classes 2023-12-26 01:15:49 +08:00
Lykin bce4e2323e feat: add export capability for selected keys 2023-12-18 01:01:51 +08:00
Lykin d31da4a055 perf: refresh key summary after crud value content 2023-12-16 00:33:35 +08:00
Lykin 08c42ca85c refactor: move checked keys mark from tree view to tab store
fix: deleting message may not disappear #102

fix: some error in check mode
2023-12-13 11:48:27 +08:00
Lykin f7f394972d fix: select incorrect database when double click key layer #99 2023-12-12 16:15:30 +08:00
Lykin 5dd49a78dd perf: add loading status to "redis type tag" 2023-12-07 11:11:31 +08:00
Lykin d59221f11e fix: the database switch might lead to other operations becoming ineffective 2023-12-06 18:25:51 +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 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 2d3225dbcf perf: add copy value button for complex type #23 2023-12-02 01:10:37 +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
tiny-craft 7b3c3df230 feat: add key layer reload/refresh back after database full loaded #72
perf: update database max keys each load next/all.
2023-11-10 13:01:18 +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 6996421cde fix: can not save scan size less than default value in preference
fix: incorrect delete pattern when flush database with any key selected
2023-10-31 22:33:58 +08:00
tiny-craft faad24d1d5 perf: force change icon button color when then state is loading 2023-10-28 22:42:15 +08:00
tiny-craft 6f5ea748f5 refactor: update icons' property 2023-10-23 18:22:43 +08:00
tiny-craft 92ffd6c605 perf: optimized keyboard support for context menus 2023-10-22 18:04:17 +08:00
tiny-craft 5bbd87cc31 perf: reset expand key record when reload or close database 2023-10-22 02:09:11 +08:00
tiny-craft a669f3dfcb feat: add "tree view" and "list view" switch for keys browser 2023-10-22 01:54:22 +08:00
tiny-craft f3cd292af5 feat: add partial keys loading. #2 2023-10-21 00:11:35 +08:00
tiny-craft 25cdfa2685 fix: error causes when close database 2023-10-19 12:00:10 +08:00
tiny-craft 77541ed371 perf: change the function buttons for database nodes to be persistent 2023-10-16 18:36:42 +08:00
tiny-craft 444d0ea199 feat: support cluster mode 2023-10-15 19:49:33 +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 da4b8b9a4f perf: expand or collapse automatically when node owns one child #40 2023-09-28 23:20:53 +08:00
tiny-craft 9152a32fd3 refactor: reorganized the structure of the multi-language content. 2023-09-08 10:31:23 +08:00