From 22e16b67d75b0754426bb2fbdf74e435b3aa8a3d Mon Sep 17 00:00:00 2001 From: Ginger Wong Date: Sun, 23 Aug 2020 21:23:16 -0700 Subject: [PATCH] start a video-only page; fix some styles --- webroot/index-standalone-chat.html | 8 +- webroot/index-video-only.html | 31 ++ webroot/index.html | 3 +- webroot/js/app-video-only.js | 265 ++++++++++++ webroot/js/app.js | 541 +++++++++++++++---------- webroot/js/app2.js | 455 --------------------- webroot/js/components/chat/username.js | 7 +- webroot/styles/app.css | 6 +- webroot/styles/standalone-chat.css | 22 +- webroot/styles/video-only.css | 30 ++ 10 files changed, 681 insertions(+), 687 deletions(-) create mode 100644 webroot/index-video-only.html create mode 100644 webroot/js/app-video-only.js delete mode 100644 webroot/js/app2.js create mode 100644 webroot/styles/video-only.css diff --git a/webroot/index-standalone-chat.html b/webroot/index-standalone-chat.html index fe334a600..6d47137d6 100644 --- a/webroot/index-standalone-chat.html +++ b/webroot/index-standalone-chat.html @@ -11,16 +11,16 @@ - + -
+
diff --git a/webroot/index-video-only.html b/webroot/index-video-only.html new file mode 100644 index 000000000..259677894 --- /dev/null +++ b/webroot/index-video-only.html @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + +
+ + + + diff --git a/webroot/index.html b/webroot/index.html index a751cacfb..380ef490c 100644 --- a/webroot/index.html +++ b/webroot/index.html @@ -33,6 +33,7 @@ + @@ -48,7 +49,7 @@