From 7b0eb2ad53f99564e9bb9153f752a33e5d7891c6 Mon Sep 17 00:00:00 2001
From: Oliver-Akins
Date: Thu, 13 Oct 2022 00:25:17 -0600
Subject: [PATCH] Tweak to allow poll history
---
site/alkali_metal.html | 97 +++++++++++++++++++------
site/czechgamesedition.html | 141 +++++++++++++++++++++++++++++-------
2 files changed, 190 insertions(+), 48 deletions(-)
diff --git a/site/alkali_metal.html b/site/alkali_metal.html
index 052d9ab..7009204 100644
--- a/site/alkali_metal.html
+++ b/site/alkali_metal.html
@@ -17,6 +17,15 @@
div#app {
display: flex;
+ }
+
+ div#past-polls {
+ flex-grow: 1
+ }
+
+ div#poll-creator {
+ flex-grow: 2;
+ display: flex;
flex-wrap: wrap;
}
@@ -46,27 +55,44 @@
CGE Poll Quick-Creator
-
-
{{poll.name}}
-
- Duration: {{poll.data.duration}} seconds
-
- Choices:
-
-
+
+
Previous Polls
+
+
{{poll.title}}
+ Winner: {{poll.winner.title}}
+
+
+
+
+
{{poll.name}}
+
+ Duration: {{poll.data.duration}} seconds
+
+ Choices:
+
+
+
+
- CGE Poll Quick-Creator
-
-
-
{{poll.name}}
-
- Duration: {{poll.data.duration}} seconds
-
- Choices:
-
-
-
+
+
+
- Start Poll
-
+
{{poll.name}}
+
+ Duration: {{poll.data.duration}} seconds
+
+ Choices:
+
+
+
+