Wire log view to database for transaction persistence

This commit is contained in:
2026-03-02 00:07:39 +02:00
parent 657ea5fe76
commit 678c748672
5 changed files with 3667 additions and 61 deletions

View File

@@ -7,5 +7,6 @@ edition.workspace = true
outlay-core = { path = "../outlay-core" }
gtk = { package = "gtk4", version = "0.11" }
adw = { package = "libadwaita", version = "0.9", features = ["v1_8"] }
chrono = "0.4"
plotters = { version = "0.3", default-features = false, features = ["bitmap_backend", "bitmap_encoder", "line_series", "area_series"] }
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }