refactor: type server identifiers

This commit is contained in:
edde746
2026-06-01 11:06:03 +02:00
parent 7b59dac26b
commit 74b8dc4561
258 changed files with 2296 additions and 2080 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ class DeletionProgressDialog extends StatelessWidget {
canPop: false, // Prevent back button dismissal
child: AlertDialog(
content: Column(
mainAxisSize: MainAxisSize.min,
mainAxisSize: .min,
children: [
const SizedBox(width: 48, height: 48, child: CircularProgressIndicator()),