Fehlende Methoden für Games Datenbank inplementieren #76

Merged
flixcoo merged 35 commits from feature/74-fehlende-methoden-für-games-datenbank-inplementieren into development 2025-12-05 17:54:13 +00:00
Showing only changes of commit 1faa74f026 - Show all commits

View File

@@ -17,7 +17,6 @@ class RulesetListTile extends StatelessWidget {
@override @override
Widget build(BuildContext context) { Widget build(BuildContext context) {
// Use the callback directly so a null onPressed disables taps
return GestureDetector( return GestureDetector(
onTap: onPressed, onTap: onPressed,
child: AnimatedContainer( child: AnimatedContainer(