From de1eda15955f5d6ee311475355b886214d43f53c Mon Sep 17 00:00:00 2001 From: Mark Powers Date: Sun, 19 Apr 2020 12:48:46 -0500 Subject: Add prompt and add waiting for list --- src/quiz-bunny/index.html | 38 +++++++++++++++++++++++++++++++++----- 1 file changed, 33 insertions(+), 5 deletions(-) (limited to 'src/quiz-bunny/index.html') diff --git a/src/quiz-bunny/index.html b/src/quiz-bunny/index.html index eadba94..127db65 100644 --- a/src/quiz-bunny/index.html +++ b/src/quiz-bunny/index.html @@ -27,7 +27,8 @@ :disabled="username.length == 0">
- +
@@ -39,7 +40,7 @@

{{game.gameCode}}

Players

@@ -49,15 +50,33 @@

Answer:

{{game.prompt}}

- + +
+

Waiting:

+
    +
  • + {{player.name}} +
  • +
+

Vote:

{{game.prompt}}

- + +
+
+

Waiting:

+
    +
  • + {{player.name}} +
  • +
@@ -67,11 +86,20 @@ {{answer.text}}{{answer.voteCount}} votes
+
+

Waiting:

+
    +
  • + {{player.name}} +
  • +
+

Scores:

    -
  1. {{score.name}}{{score.score}}
  2. +
  3. {{score.name}}{{score.score}} +
-- cgit v1.2.3