Create dedicated error screen with user-friendly messages and recovery options

This commit is contained in:
Calmcacil
2026-01-12 23:04:58 +01:00
parent 34951221d3
commit aadcfbf810

View File

@@ -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()
}