MVP #141

Merged
flixcoo merged 705 commits from development into main 2026-01-09 12:55:50 +00:00
Showing only changes of commit 694cac7f26 - Show all commits

View File

@@ -151,15 +151,6 @@ class _HomeViewState extends State<HomeView> {
),
);
}
if (snapshot.connectionState ==
ConnectionState.done &&
(!snapshot.hasData ||
snapshot.data!.isEmpty)) {
return const Center(
heightFactor: 4,
child: Text('No recent games available.'),
);
}
final List<Game> games =
(isLoading
? skeletonData
@@ -214,7 +205,7 @@ class _HomeViewState extends State<HomeView> {
);
} else {
return const Center(
heightFactor: 4,
heightFactor: 12,
child: Text('No recent games available.'),
);
}