feat: Add functionality to remove a user's game opinion via a new API endpoint and UI button.

This commit is contained in:
2025-12-04 23:11:10 +01:00
parent 5bb70768e3
commit 0ac633bd34
4 changed files with 136 additions and 3 deletions
+2
View File
@@ -72,6 +72,8 @@ message AddOpinionRequest {
bool would_play = 2;
}
message RemoveOpinionRequest { string game_title = 1; }
service MainService {
rpc GetGame(GameRequest) returns (Game);
rpc GetGames(GetGamesRequest) returns (GameList);