feat(app): implement state in order to not flood of notification during run

This commit is contained in:
2025-08-12 09:40:55 +02:00
parent c1177c5ea5
commit fc31a953aa
8 changed files with 226 additions and 15 deletions

View File

@@ -11,4 +11,5 @@ clap = { version = "4.5", features = ["derive"] }
[dev-dependencies]
mockall = "0.13.1"
rstest = "0.26.1"