From 40b60363c57faebae0db0388159d132d5e5833fe Mon Sep 17 00:00:00 2001 From: Michael Langford Date: Mon, 8 Mar 2021 17:49:36 -0500 Subject: [PATCH 1/4] Adds indicator of a player visible voting log A new player can be suprised that this tool keeps a history of nominations. This indicator shows a book with a skull on it when there is a nomination log present in the session object along with the count of nominations stored locally in the session object. This allows a new user to see that there is a voting log. This allows groups that wish to only see a limited voting log to remind the storyteller to clear the log if they see that there is one. If accepted, this would address #124 and the secondary considerations metioned in #121. This commit squashes away the previous textual version --- src/components/Menu.vue | 19 +++++++++++++++++++ src/main.js | 1 + 2 files changed, 20 insertions(+) diff --git a/src/components/Menu.vue b/src/components/Menu.vue index fa46beb..ac888b7 100644 --- a/src/components/Menu.vue +++ b/src/components/Menu.vue @@ -1,5 +1,18 @@