From a07ad8d693ec57787925e1318d28940c482fb997 Mon Sep 17 00:00:00 2001 From: Ginger Wong Date: Sun, 23 Aug 2020 19:38:58 -0700 Subject: [PATCH] rename standalone assets so they're easier to find --- ...e-chat.html => index-standalone-chat.html} | 2 +- webroot/index.html | 274 +++++------------- webroot/index2.html | 85 ------ ...one-chat-app.js => app-standalone-chat.js} | 0 4 files changed, 70 insertions(+), 291 deletions(-) rename webroot/{standalone-chat.html => index-standalone-chat.html} (92%) delete mode 100644 webroot/index2.html rename webroot/js/{standalone-chat-app.js => app-standalone-chat.js} (100%) diff --git a/webroot/standalone-chat.html b/webroot/index-standalone-chat.html similarity index 92% rename from webroot/standalone-chat.html rename to webroot/index-standalone-chat.html index 96fd8aa76..fe334a600 100644 --- a/webroot/standalone-chat.html +++ b/webroot/index-standalone-chat.html @@ -17,7 +17,7 @@ + - - - - + + + + + + + + + + + - - +
-
-
-
-

- - - - {{title}} -

- -
-
-
- - -
- -
- - - -
-
- -
- -
- -
-
- -
- - -
- {{ streamStatus }} - {{ viewerCount }} {{ 'viewer' | plural(viewerCount) }}. - Max {{ sessionMaxViewerCount }} {{ 'viewer' | plural(sessionMaxViewerCount) }}. - {{ overallMaxViewerCount }} overall. -
-
- -
- {{streamerName}} - -
{{extraUserContent}}
- -
- - - -
- -
-
-
-
- -
-
- -
-
-

{{ message.author }}

-

-
-
- - -
- -
- {{ message.oldName }} is now known as {{ message.newName }}. -
-
- -
-
- - -
-
- - -
-
😏
- -
- - -
-
-
-
-
- -
- - - - - - - + diff --git a/webroot/index2.html b/webroot/index2.html deleted file mode 100644 index a751cacfb..000000000 --- a/webroot/index2.html +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - diff --git a/webroot/js/standalone-chat-app.js b/webroot/js/app-standalone-chat.js similarity index 100% rename from webroot/js/standalone-chat-app.js rename to webroot/js/app-standalone-chat.js