Commit graph

10 commits

Author SHA1 Message Date
7b0deb4cc7
Add boot diagnostic sections
Still very much WIP
2025-05-11 20:20:08 -07:00
31d1391925
Address Clippy pedantic warnings for core 2025-03-22 21:23:03 -07:00
3c4603dc7b
Address Clippy warnings 2025-03-22 20:32:51 -07:00
f1c3743584
Split TaskType::Command into wait and no-wait variants
Allows for apps to be simply launched
2025-02-22 20:45:46 -08:00
121beeaa78
Send TasksComplete instead of NextScreen
Should allow for better per-app workflow
2025-02-12 19:17:08 -08:00
2829fbcac1
Move task result handling to app(s) from core
Allows different handling in deja-vu vs boot-diags
2025-02-12 00:05:30 -08:00
72130109cb
Refactor tasks (again)
Avoids copying/recreating the TaskType enum (previously the Task enum).
2025-02-11 21:36:00 -08:00
1c9ed12d49
Rebrand as Deja-Vu 2025-02-09 14:50:45 -08:00
167ec52d6f
Refactor tasks
Retain info about tasks to use in app logic
2025-02-05 20:27:28 -08:00
5343912699
Move shared code to core lib 2025-01-19 15:24:19 -08:00
Renamed from deja_vu/src/tasks.rs (Browse further)