Commit graph

15 commits

Author SHA1 Message Date
d7c070aad8
Convert to workspace with both deja-vu and pe-menu 2024-11-21 05:34:10 -08:00
2266da9106
Apply Clippy pedantic recommendations 2024-11-17 16:12:04 -08:00
2427d24980
Apply Clippy recommendations 2024-11-17 15:17:07 -08:00
e40003482d
Improve error handling in Tasks 2024-11-17 14:37:35 -08:00
4e80badc92
Move fast, break things (round 3?)
- Move sequential items to Tasks and leave async in Actions
- Move main control of disk_list (Arc<Mutex>) to Tasks
  This allows updates to happen AFTER I/O events (clone, update dest,
etc)
- Finally got SelectParts to use the actual state of the disks
post-clone
- Broke Tasks somewhere - bcdedit is never called despite being added to
the VecDeque
- Probably more
2024-11-16 23:53:55 -08:00
c9884d5b6d
Show boot/OS partitions during SelectParts 2024-11-14 05:50:30 -08:00
6c76021bf4
Show source/destination disk info 2024-11-12 23:23:07 -08:00
2a5167bf52
Refactor PostClone sections
Added a new Mode to handle an error last screen instead of complete.

This avoids running commands with unexpected arguments
2024-11-11 00:34:45 -08:00
dd03962c84
Drop use of Option for Partition fields
This simplifies the code quite a bit and the Option<T> logic is only
used for string parsing.  s.is_empty() is just fine in this case IMO.
2024-11-10 23:10:26 -08:00
1e223aa56a
Use usize for Disk & Partition id values 2024-11-10 22:42:47 -08:00
92e2e53b16
Add disk helper functions 2024-11-10 18:47:12 -08:00
14df5b82ce
Add clone and Pre/Post actions 2024-11-09 23:36:01 -08:00
0635bdf0c3
Allow deselecting entries 2024-11-09 19:32:55 -08:00
c62c6c751c
Run get_disks() in the background using a thread
Allows app interaction while the scan is running
2024-11-03 17:49:41 -08:00
7d4f28f950
Move fast, break things
Data structures and logic was changing very fast.  Don't have the time
to break downt the individual sections ATM.  Sorry future reader (me).
2024-11-03 17:49:30 -08:00