Vitals log viewer

egui viewer for the vitals-log CSV files: status strip, grouped
time-series plots, incremental tailing of the monthly logs.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This commit is contained in:
2026-09-19 23:40:38 -07:00
co-authored by Claude Fable 5.1
commit 07f68b92a0
7 changed files with 5342 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
[package]
name = "vitals"
version = "0.1.0"
edition = "2024"
[dependencies]
chrono = "0.4.45"
eframe = "0.32"
egui_plot = "0.33"
[dev-dependencies]
tempfile = "3.27.0"