c6f1daed44
fix: cursor offset incorrect when prompt prefix contains multibyte char in cli
929c4d2794
fix: window may flash when startup
694214bedf
feat: add ZSTD decode/encode support #59
ff8da4ca60
fix: long string overflow in value page
0143e8f52a
perf: cropped icon size
fd99b43798
feat: add display of content length and size info
30866d33f0
feat: split "view as" to "view type" and "decode type" #60
d0af3deaeb
fix: add windows outline border back on macOS
faad24d1d5
perf: force change icon button color when then state is loading
6fb0eadfbd
style: adjusted the light and dark themes
124627d724
refactor: wrapping element with drag and resize behavior as a standalone component
b6eebda177
style: update style of browser tabs
33051f4e46
fix: last preferences did not clone correctly
54864fe7d5
chore: update dependencies
1cf893149a
feat: add command line mode
5b4683a735
feat: adjusted the content pane to accommodate more information (add sub content tabs).
6f5ea748f5
refactor: update icons' property
acd3fa9304
style: update the tab style
f9fe74a6b4
perf: move key view switch to connection preferences
92ffd6c605
perf: optimized keyboard support for context menus
c4e4ed7e79
perf: change "load all keys" to "load all left keys"
5bbd87cc31
perf: reset expand key record when reload or close database
34a0be4d08
feat: add new component "switch button"
f8a7567166
refactor: reformat frontend files
f3cd292af5
feat: add partial keys loading. #2
444f643d4a
perf: add loading property to icon button
25cdfa2685
fix: error causes when close database
22d3954e6f
chore: rename platform tag of macOS dmg from "amd64" to "intel"
8868f37828
fix: "CLIENT SETNAME" causes error with invalid character #56
7b3f526cd4
chore: update dependencies and redis type color
lingling
synced commits to refs/tags/v1.0.7 at lingling/tiny-rdm from mirror
2023-10-18 00:50:28 +08:00
lingling
synced new reference refs/tags/v1.0.7 to lingling/tiny-rdm from mirror
2023-10-18 00:50:28 +08:00
lingling
synced commits to refs/tags/v1.0.6 at lingling/tiny-rdm from mirror
2023-10-17 16:40:28 +08:00
lingling
synced new reference refs/tags/v1.0.6 to lingling/tiny-rdm from mirror
2023-10-17 16:40:28 +08:00
77541ed371
perf: change the function buttons for database nodes to be persistent
e2a371ed14
perf: use pipeline for batch delete keys
72144bc996
perf: add minimum window size
4a0807e463
chore: forbid rename key in cluster mode
78bac6078a
perf: display human-readable ttl #54
7bcd78f321
Merge remote-tracking branch 'origin/main'
c0bf201697
Merge pull request #54 from ikaven1024/feat-ttl
ad9f13d557
perf: use goroutine to implement window resize events.
lingling
synced commits to refs/tags/v1.0.5 at lingling/tiny-rdm from mirror
2023-10-12 06:00:28 +08:00
lingling
synced new reference refs/tags/v1.0.5 to lingling/tiny-rdm from mirror
2023-10-12 06:00:28 +08:00
44f8581a41
fix: incorrect keys count display of database after delete the only remaining key. #47
76734989d5
fix: big number lose precision via view as JSON format #52
a4412d21d4
perf: support display binary key name which unreadable(convert to hex string) #49
a6645e3340
fix: Chinese characters are incorrectly recognized as binary. #50
ca663d8a55
perf: use "Keyspace" to determine database count if "CONFIG GET database" execute fail
97f6ded7e0
fix: retrieved database count does not match
ab2056ba3e
fix: preference saving might fail
b3c494f15e
feat: added support for viewing in brotli decompression
30e7016aa3
fix: database index confused after setting database filter
b5dfe377fa
feat: add discovery master group name for sentinel mode config
ee68d699fa
feat: support sentinel mode #16 #42
477ed19d20
perf: update version compare logic
d2aa9317b9
chore: update dependencies to latest