dbx/src-tauri
t8y2 1a1f128f2b feat: Redis browser overhaul — Navicat-style table, editing, and pagination
- Unified key table with columns: key, type, value preview, size, TTL
- Top-bottom split layout: key table above, value detail below
- Virtual scrolling via RecycleScroller for large key sets
- ZSet editing: add/remove members with scores
- TTL inline editing: click badge to modify expiration
- Batch key deletion with checkbox selection
- Paginated loading for Hash/Set/ZSet/List values (HSCAN/SSCAN/ZSCAN)
- Debounced auto-search (400ms) for key filtering
- Value previews fetched during key scan for instant display
2026-05-09 11:45:50 +08:00
..
capabilities feat: custom titlebar with integrated window controls 2026-05-09 10:44:34 +08:00
icons feat: initial release 2026-04-29 18:09:23 +08:00
src feat: Redis browser overhaul — Navicat-style table, editing, and pagination 2026-05-09 11:45:50 +08:00
.gitignore fix: skip macOS framework lookup in dev mode via build.rs 2026-05-07 22:21:13 +08:00
Cargo.lock chore: bump version to 0.4.2 2026-05-06 20:24:13 +08:00
Cargo.toml feat: persist and restore window state across sessions 2026-05-08 00:12:09 +08:00
build.rs fix: skip macOS framework lookup in dev mode via build.rs 2026-05-07 22:21:13 +08:00
tauri.conf.json feat: custom titlebar with integrated window controls 2026-05-09 10:44:34 +08:00