From 4fa4dcd012efcfcd721ac5190c68e098a4498ef0 Mon Sep 17 00:00:00 2001 From: Roman Cervantes Date: Thu, 7 Feb 2019 23:13:48 -0700 Subject: [PATCH] Show star ratings and other stuff --- package.json | 1 + src/App.vue | 7 +- src/components/GameCard/GameCard.vue | 6 +- .../GameDetail/GameDetailPlaceholder.vue | 10 +- src/components/GameDetail/GameReviewBox.vue | 6 +- src/pages/GameBoard/GameBoard.vue | 30 +- src/pages/GameDetail/GameDetail.vue | 7 + src/router/index.js | 6 - yarn.lock | 620 ++++++++++-------- 9 files changed, 409 insertions(+), 284 deletions(-) diff --git a/package.json b/package.json index 5a70a02f..31f21302 100755 --- a/package.json +++ b/package.json @@ -31,6 +31,7 @@ "vue-gallery": "^1.5.0", "vue-gravatar": "^1.2.1", "vue-i18n": "^8.0.0", + "vue-markdown": "^2.2.4", "vue-raven": "^1.0.0", "vue-router": "^3.0.1", "vuedraggable": "^2.16.0", diff --git a/src/App.vue b/src/App.vue index 74febc4e..41b42a4a 100755 --- a/src/App.vue +++ b/src/App.vue @@ -2,10 +2,15 @@
-
+
+
+ +

Authorizing

+
+
diff --git a/src/components/GameCard/GameCard.vue b/src/components/GameCard/GameCard.vue index d57f96e6..08052f03 100755 --- a/src/components/GameCard/GameCard.vue +++ b/src/components/GameCard/GameCard.vue @@ -5,7 +5,11 @@

- +

@@ -18,10 +19,12 @@