From 5de215a11a22434d0a6b6d60d9ad63e8353ee073 Mon Sep 17 00:00:00 2001 From: Simon Grimme <9295182+grimsi@users.noreply.github.com> Date: Fri, 19 Aug 2022 01:47:15 +0200 Subject: [PATCH] Added company logos to detail view --- .../game-detail-view.component.html | 48 ++++++++++++++----- 1 file changed, 35 insertions(+), 13 deletions(-) diff --git a/frontend/src/app/components/game-detail-view/game-detail-view.component.html b/frontend/src/app/components/game-detail-view/game-detail-view.component.html index 3222aa0..61f71ce 100644 --- a/frontend/src/app/components/game-detail-view/game-detail-view.component.html +++ b/frontend/src/app/components/game-detail-view/game-detail-view.component.html @@ -1,4 +1,5 @@ -
+
@@ -9,16 +10,18 @@

{{game.title}}

Release: {{game.releaseDate | date: 'longDate'}}

+ +

Description

{{game.summary}}

-
-

Critics Rating ({{game.criticsRating}}/100)

- -
- -
-

User Rating ({{game.userRating}}/100)

- +
+

Developed by

+
+
+ {{company.name}} +
+
@@ -37,17 +40,34 @@

Genres

- {{genre.name}} + {{genre.name}}

Themes

- {{theme.name}} + {{theme.name}}
+ +
+
+

Critics Rating ({{game.criticsRating}}/100) +

+ +
+ +
+

User Rating ({{game.userRating}}/100)

+ +
+
@@ -56,14 +76,16 @@

Screenshots

- +

Videos

- +