From 352fa755d38273cf5a482b485cf3cbd596553394 Mon Sep 17 00:00:00 2001 From: John Cleaver Date: Wed, 13 Apr 2016 10:44:31 -0400 Subject: [PATCH] Added numbers to complement the progress bars. This should make it easier to track bundle completion rates. Closes #40. --- index.html | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 81ef3cd..d20683c 100644 --- a/index.html +++ b/index.html @@ -167,14 +167,24 @@
-

{{ static.bundles[active_bundle].name }}

+

+ {{ static.bundles[active_bundle].name }} + + {{ user_data[active_bundle].length }} / {{ static.bundles[active_bundle].items_required }} + +

{{ static.bundles[active_bundle].reward }}
-

{{ static.rooms[static.bundles[active_bundle].room].name }}

+

+ {{ static.rooms[static.bundles[active_bundle].room].name }} + + {{ getRoomItemsChecked(static.bundles[active_bundle].room) }} / {{ getRoomItemsRequired(static.bundles[active_bundle].room) }} + +

{{ static.rooms[static.bundles[active_bundle].room].reward }}