Create dedicated error screen with user-friendly messages and recovery options
This commit is contained in:
@@ -192,7 +192,7 @@ func (s *RestoreScreen) renderContent() string {
|
||||
}
|
||||
|
||||
if s.isRestoring {
|
||||
content.WriteString("Restoring from backup, please wait...")
|
||||
content.WriteString(restoreLoadingStyle.Render(s.spinner.View() + " Restoring from backup, please wait..."))
|
||||
return content.String()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user