From fe52aca384ace8f358dde4f07fe305fdda6d2abe Mon Sep 17 00:00:00 2001 From: will Date: Wed, 28 Aug 2024 15:47:50 +0100 Subject: [PATCH] Added % left to the autocue --- auth/index.php | 6 ++++-- autocue/index.html | 25 +++++++++++++++++-------- 2 files changed, 21 insertions(+), 10 deletions(-) diff --git a/auth/index.php b/auth/index.php index 9b169cf..3bdccab 100644 --- a/auth/index.php +++ b/auth/index.php @@ -157,7 +157,9 @@ fieldtext > .split { border: 2px solid red; background-color: rgba(255, 255, 255, 0.7); } -s {color: green;} +s { + color: green; +} .clock { position: relative; width: 100%; @@ -515,7 +517,7 @@ for ($i = 0; $i < 360; $i += $clockIncrement) {
  • Make this notes section a little better? it might actually be useful during the show. Although the arrow is quite difficult to click on
  • Add the controls for persentage sold and the relevant display on the GFX side of things
  • Add 2 more timers on both the controls and the GFX page
  • -
  • Add the timers and the % sold to the autocue so the presenter can atually see what theyre doing
  • +
  • Add the timers and the % sold to the autocue so the presenter can atually see what theyre doing
  • Add a clock display to the GFX page and the autocue (could just be a gereric time?)
  • Make the top banner look better
  • Add some kind of rating into the item file and make it display
  • diff --git a/autocue/index.html b/autocue/index.html index 4d7a858..cb23a14 100644 --- a/autocue/index.html +++ b/autocue/index.html @@ -22,6 +22,7 @@ body {