Commit graph

45 commits

Author SHA1 Message Date
7e12223344
Use separate State structs per app 2025-11-08 16:17:34 -08:00
ee7de8f355
Combine FPS and Title components 2025-11-01 22:22:58 -07:00
b777a94c98
Apply fixes suggested by rust-analyzer
Apply more fixes
2025-11-01 21:08:42 -07:00
827451322d
Update boot-diags menus 2025-07-05 17:38:44 -07:00
3340114522
Expand LogView key handling 2025-07-04 23:46:53 -07:00
fe12b3c4e2
Add logic to return to DiagMenu 2025-06-04 21:58:01 -07:00
92f7874584
Replace Results component with LogView
Required ignoring KeyUp/KeyDown handling in some cases so a new Mode was
added to accomodate
2025-06-01 17:25:47 -07:00
dc49006af8
Move set/refresh diskpart logic to Disk 2025-06-01 09:37:25 -07:00
e0823293e2
Add initial results UI layout 2025-05-26 21:49:09 -07:00
2296b8f274
Major refactor around task groups 2025-05-25 01:11:24 -07:00
b06c0db27d
Add fn add_group() to tasks
Allows for a better tracking of group start and end to update the
progress window
2025-05-20 20:18:45 -07:00
a2f61e310f
Refactor task sections
Still very much WIP
2025-05-20 19:24:19 -07:00
7b0deb4cc7
Add boot diagnostic sections
Still very much WIP
2025-05-11 20:20:08 -07:00
8f8f78a161
Add drive letters for fake disks
Should help with testing
2025-05-07 20:17:12 -07:00
b9ade066e7
Show current mode in title row
This may be later isolated to debug builds
2025-05-05 22:31:39 -07:00
713dc8c2de
Use Enum for left selection type 2025-05-05 22:06:49 -07:00
15b5d5e131
Bug fix for get_disks()
In rare circumstances we could be omitting drives from the list
2025-04-21 00:13:04 -07:00
0a00e970aa
Drop once_cell dependency
Use OnceLock from std instead
2025-04-21 00:00:21 -07:00
f556703baf
Replace magic number with DEFAULT_MAX_DISCS 2025-04-20 23:36:34 -07:00
d0eecc36c5
Include core::tests by default 2025-04-20 23:33:12 -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
5028e16c5b
Update Rust to 2024 version 2025-03-22 20:03:46 -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
f272b0c482
WIP: New data structs for boot diags 2025-02-15 17:06:19 -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
1fab68500b
WIP: IRL WinPE testing 2025-02-09 22:31:36 -08:00
1c9ed12d49
Rebrand as Deja-Vu 2025-02-09 14:50:45 -08:00
cd38712ea9
Enable automatic volume mounting before cloning 2025-02-09 14:41:10 -08:00
167ec52d6f
Refactor tasks
Retain info about tasks to use in app logic
2025-02-05 20:27:28 -08:00
dd7c2fd7ab
Move fortune() to core lib 2025-01-28 19:39:52 -08:00
b2b90bb946
WIP: Add boot mode options to boot-diags 2025-01-26 00:19:49 -08:00
1ce7f76229
WIP: Add BootMode menu logic 2025-01-25 22:59:06 -08:00
aa4ac8d5e8
WIP: Initial boot-diags outline
Currently not working

Update footer lines

WIP 47
2025-01-25 22:17:08 -08:00
8be96d21b9
Add fortune text to Deja-Vu Done screen 2025-01-24 20:30:34 -08:00
5c0c47cc0f
Add shortcut to open new terminal window 2025-01-24 19:19:43 -08:00
833223b7ad
Rewrite pe-menu to use new core lib
- Display is now split into left/right panes
- Refactored selection logic to allow for zero selections
  - i.e. Select item and stay on the same screen
2025-01-24 17:41:33 -08:00
1373d33f42
Refactor initial 'Scanning Disks' popup
Starting that in app.rs makes more sense
2025-01-19 19:29:34 -08:00
51610fdc23
Allow title text to be set per app 2025-01-19 17:31:46 -08:00
e26a83299c
Override config/data paths
Without this the config is saved to $HOME/.config/core/config.json5
2025-01-19 16:44:53 -08:00
14a8ea7429
Update version numbers to match 2025-01-19 16:43:59 -08:00
6ea2df892f
Update dependencies 2025-01-19 16:03:04 -08:00
5343912699
Move shared code to core lib 2025-01-19 15:24:19 -08:00