better charts

This commit is contained in:
Filipriec
2026-09-16 16:09:55 +02:00
parent 7b190b4455
commit 25ef91f221
10 changed files with 136 additions and 3 deletions

View File

@@ -8,6 +8,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
// here makes the root common crate usable by TUI and Tauri alike.
.type_attribute(".komp_ac.accounting", serde)
.type_attribute(".komp_ac.analytics", serde)
.field_attribute(".komp_ac.analytics.ReportDashboardFilter.primary", "#[serde(default)]")
.type_attribute(".komp_ac.auth", serde)
.type_attribute(".komp_ac.common", serde)
.type_attribute(".komp_ac.document_data", serde)