undo/redo

This commit is contained in:
Jana Dönszelmann 2026-02-25 14:29:28 +01:00
parent 8a4df3307d
commit 8cfe1a0b65
No known key found for this signature in database
8 changed files with 247 additions and 154 deletions

View file

@ -13,7 +13,7 @@ jiff = {version = "0.2", features = ["serde"]}
ratatui = {version = "0.30.0", features=["unstable-rendered-line-info"]}
ratatui-themes = { version = "0.2", features = ["serde"] }
tui-widget-list = "0.15"
serde = {version = "1", features = ["derive"]}
serde = {version = "1", features = ["derive", "rc"]}
serde_json = "1"
thiserror = "2"
itertools = "0.14"