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 -1
View File
@@ -13,9 +13,9 @@ message Opinion {
}
message Game {
reserved 3;
string title = 1;
Source source = 2;
bool multiplayer = 3;
uint32 min_players = 4;
uint32 max_players = 5;
uint32 price = 6;