+ text/plain Message sending works now

+ More skeleton code for the caching system

! Ready for rtc on text based message listening which is where heavy caching comes into play
This commit is contained in:
shockrah
2021-03-20 19:35:38 -07:00
parent 530d287431
commit 8812ff7198
9 changed files with 96 additions and 22 deletions

View File

@@ -35,14 +35,12 @@
</ul>
</nav>
<div class="container" style="max-width: 100%;">
<div class="container" id="content-container" style="max-width: 100%;">
<div class="channel-list-header">
<h4 id="channel-name"><h4>
<p id="channel-description"></p>
</div>
<ul class="scrollarea list-unstyled components" id="messages-list"></ul>
<div class="container" id="send-container">
<div class="input-group" id="message-area">
<input type="text" class="form-control" placeholder="Message" aria-describedby="message-btn" id="message-box">
@@ -50,7 +48,6 @@
<button class="btn btn-outline-secondary btn-nav-settings" type="button" id="message-btn">Send</button>
</div>
</div>
</div>
</div>
</div>