From aaa7305b1c8502ce8912ea7367b373e771c3853d Mon Sep 17 00:00:00 2001 From: Cadence Ember Date: Fri, 16 Oct 2020 03:12:11 +1300 Subject: [PATCH] Remove placeholder messages from initial page --- build/index.html | 49 +----------------------------------------------- src/home.pug | 14 -------------- 2 files changed, 1 insertion(+), 62 deletions(-) diff --git a/build/index.html b/build/index.html index 5e59cd7..e48d8af 100644 --- a/build/index.html +++ b/build/index.html @@ -21,54 +21,7 @@
-
-
-
You've reached the start of the conversation.
-
-
-
-
-
-
-
-
Cadence
-
at 4:20 pm
-
-
the second button is for rooms (gonna call them "channels" to make discord users happy) that are not in a group (which will be most rooms - few people set up groups because they're so annoying, and many communities of people only need a single chatroom)
-
for now, please assume that current groups ("groups v1") will not be recognised by this client at all
-
so yeah, press the second button, you see all the ungrouped channels
-
-
-
-
riley joined the channel. -
-
-
-
-
-
-
-
-
Cadence
-
at 4:20 pm
-
-
hi riley feel free to catch up in your own time
-
-
-
-
-
-
-
-
-
riley
-
at 4:20 pm
-
-
henlo
-
wasuwasuwasuwasuuuuuup
-
-
-
+
diff --git a/src/home.pug b/src/home.pug index be29472..9bf9781 100644 --- a/src/home.pug +++ b/src/home.pug @@ -50,19 +50,5 @@ html .c-chat .c-chat__messages .c-chat__inner#c-chat - +message-notice("You've reached the start of the conversation.") - +message("Cadence", [ - `the second button is for rooms (gonna call them "channels" to make discord users happy) that are not in a group (which will be most rooms - few people set up groups because they're so annoying, and many communities of people only need a single chatroom)`, - `for now, please assume that current groups ("groups v1") will not be recognised by this client at all`, - `so yeah, press the second button, you see all the ungrouped channels` - ]) - +message-event("/static/join-event.svg", "riley joined the channel.") - +message("Cadence", [ - `hi riley feel free to catch up in your own time` - ]) - +message("riley", [ - `henlo`, - `wasuwasuwasuwasuuuuuup` - ]) .c-chat-input textarea(placeholder="Send a message..." autocomplete="off").c-chat-input__textarea#c-chat-textarea \ No newline at end of file