feat: Introduce game detail view, remove multiplayer field, and enhance list navigation with refresh functionality.

This commit is contained in:
2025-12-03 23:58:47 +01:00
parent af721e7716
commit 6bdfb49d59
10 changed files with 152 additions and 69 deletions
+1 -3
View File
@@ -3,7 +3,6 @@
{
"title": "Naramo Nuclear Plant V2",
"source": 1,
"multiplayer": true,
"min_players": 1,
"max_players": 90,
"price": 0,
@@ -12,7 +11,6 @@
{
"title": "Test2",
"source": 1,
"multiplayer": true,
"min_players": 1,
"max_players": 1,
"price": 0,
@@ -69,4 +67,4 @@
"password_hash": "$2b$12$DRvTP/ibTWULkuJJr285bumRd7SG3n5bYkDpb09Qpklqf6FeTiHkC"
}
]
}
}