TUI: Enhance completion/result screens for backup and restore
- Add box-style headers for success/failure states - Display comprehensive summary with archive info, type, database count - Show timing section with total time, throughput, and average per-DB stats - Use consistent styling and formatting across all result views - Improve visual hierarchy with section separators
This commit is contained in:
@@ -49,9 +49,9 @@ type Engine struct {
|
||||
debugLogPath string // Path to save debug log on error
|
||||
|
||||
// TUI progress callback for detailed progress reporting
|
||||
progressCallback ProgressCallback
|
||||
dbProgressCallback DatabaseProgressCallback
|
||||
dbProgressTimingCallback DatabaseProgressWithTimingCallback
|
||||
progressCallback ProgressCallback
|
||||
dbProgressCallback DatabaseProgressCallback
|
||||
dbProgressTimingCallback DatabaseProgressWithTimingCallback
|
||||
}
|
||||
|
||||
// New creates a new restore engine
|
||||
|
||||
Reference in New Issue
Block a user