feat: showing playtime in review and changed positions of elements in review

This commit is contained in:
Moyasee
2025-10-27 19:22:59 +02:00
parent ee35bc24b2
commit 1e1a1c61c9
4 changed files with 88 additions and 48 deletions

View File

@@ -255,6 +255,7 @@ export interface GameReview {
isBlocked: boolean;
hasUpvoted: boolean;
hasDownvoted: boolean;
playTimeInSeconds?: number;
user: {
id: string;
displayName: string;