From eb223ed905b31a0f8d7b3e5d66870ef58d4e7519 Mon Sep 17 00:00:00 2001 From: Ginger Wong Date: Sat, 13 Jun 2020 20:15:31 -0700 Subject: [PATCH] progress. implement chat toggling --- webroot/index.html | 71 +++++++++++++---------- webroot/js/app.js | 27 +++++---- webroot/js/message.js | 107 ++++++++++++++++++++++++++++++++++ webroot/styles/layout.css | 116 +++++++++++++++++++++++++++++++++++-- webroot/vendor/autolink.js | 2 +- 5 files changed, 274 insertions(+), 49 deletions(-) diff --git a/webroot/index.html b/webroot/index.html index 5f8b0cc44..85b6cb396 100644 --- a/webroot/index.html +++ b/webroot/index.html @@ -17,15 +17,37 @@ -
+

- Maybe a header + đŸ˜ˆ Owncast

- đŸ’¬ + +
+ đŸ’¬ + +
+
+ + Random Username 123 +
+ +
+ + + +
+
+
-
+
@@ -33,25 +55,13 @@
-
+
{{ streamStatus }} {{ viewerCount }} {{ 'viewer' | plural(viewerCount) }}. - Heart rate notifications. -Apple Watch checks for unusually high or low heart rates in the background, which could be signs of a serious underlying condition. This could help you and your patients identify situations which may warrant further evaluation. -
-If a patient’s heart rate is above 120 bpm or below 40 bpm while they appear to have been inactive for 10 minutes, the user will receive a notification. Patients can adjust the threshold bpm or turn these notifications on or off. All heart rate notifications — along with date, time, and heart rate — can be viewed in the Health app on iPhone. -
-Heart rate notifications. -Apple Watch checks for unusually high or low heart rates in the background, which could be signs of a serious underlying condition. This could help you and your patients identify situations which may warrant further evaluation. -
-If a patient’s heart rate is above 120 bpm or below 40 bpm while they appear to have been inactive for 10 minutes, the user will receive a notification. Patients can adjust the threshold bpm or turn these notifications on or off. All heart rate notifications — along with date, time, and heart rate — can be viewed in the Health app on iPhone. - -
@@ -60,17 +70,12 @@ If a patient’s heart rate is above 120 bpm or below 40 bpm while they appear t
- Heart rate notifications. -Apple Watch checks for unusually high or low heart rates in the background, which could be signs of a serious underlying condition. This could help you and your patients identify situations which may warrant further evaluation.— can be viewed in the Health app on iPhone. -
-
-

{{ message.author }}

@@ -79,9 +84,10 @@ Apple Watch checks for unusually high or low heart rates in the background, whic
-
-
- +
+ + +