Misaka_Company
dc01896d8b
feat: add progress indicator to cleaner execution report dialog
- Add CleanerProgress type for tracking execution progress
- Implement progress calculation: (1 + i + j/Mᵢ)/(1+N) × 100
- Login complete: 1/(1+N) × 100
- Per material: (1 + orderIndex + materialIdx/totalMaterials)/(1+totalOrders) × 100
- Add cleaner.onProgress IPC event for real-time progress updates
- Enhance ExecutionReportDialog with progress bar and status display
- Update useCleaner hook with progress state management
- Dialog opens immediately on execution start, showing progress then results
2026-03-05 13:25:04 +08:00
..
2026-03-02 23:10:15 +08:00
2026-03-05 13:25:04 +08:00
2026-03-03 20:18:20 +08:00
2026-03-04 22:16:47 +08:00
2026-03-04 15:52:41 +08:00
2026-03-03 22:51:11 +08:00
2026-03-03 22:51:11 +08:00
2026-03-03 20:18:20 +08:00
2026-03-03 14:57:06 +08:00
2026-03-04 18:05:35 +08:00