refactor(container): Change single error handling to multiple error lists

Support the simultaneous display of multiple container operation errors, enhancing error handling capabilities
This commit is contained in:
GT610
2026-01-11 22:35:47 +08:00
parent 0659e7f9d0
commit 72aaa173f5
5 changed files with 50 additions and 42 deletions

View File

@@ -41,7 +41,7 @@ final class ServersNotifierProvider
}
}
String _$serversNotifierHash() => r'3292bdce7d602ff64687b05ff81d120e71761ec2';
String _$serversNotifierHash() => r'c969ea21a82bb432a633a1c8f5d58eaf1a5c44c4';
abstract class _$ServersNotifier extends $Notifier<ServersState> {
ServersState build();