From 6799e2513b65b4964df60288b84f502aa33158b6 Mon Sep 17 00:00:00 2001 From: arianagiroux Date: Sun, 24 Jul 2022 17:01:05 -0600 Subject: [PATCH] Pretifies index.mustache with bootstrap 5 - updates visual layout to be more readable - adds basic functionality for javascript callback functions to update various useful elements through api - note, these updates are currently implemented through a bootstrap modal - note, these updates are currently commented out through mustache. - adds a vim modeline to enable manual folding --- index.mustache | 93 ++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 83 insertions(+), 10 deletions(-) diff --git a/index.mustache b/index.mustache index 0603d00..b9b8347 100644 --- a/index.mustache +++ b/index.mustache @@ -9,25 +9,98 @@ +
-

{{streamTitle}}

-

Stream online? {{online}}

-
-

Current Viewers: {{viewerCount}}

-

Session Max Viewers: {{sessionMaxViewerCount}}

-

Overall Max Viewers: {{overallMaxViewerCount}}

-
-

Current tags: {{tags}}

+
+
+
+
+

Stream Title: {{streamTitle}}

+
+
+

Stream online? {{online}}

+
+
+
+
+
+

Current Viewers: {{viewerCount}}

+
+
+

Session Max Viewers: {{sessionMaxViewerCount}}

+
+
+

Overall Max Viewers: {{overallMaxViewerCount}}

+
+
+
+
+
+

Current tags:

+

{{tags}}

+
+
+
+
+ + {{! +
+
+ + {{!}} +
+
+
+
+ + - - +