Changeset 0.23.2 (#155)
This commit is contained in:
@@ -160,7 +160,10 @@ window.addEventListener('unhandledrejection', function(e) {
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sb-section-body" id="sbBodyChats">
|
||||
<div class="sb-section-body" id="sbBodyChats"
|
||||
ondragover="event.preventDefault();event.dataTransfer.dropEffect='move';this.classList.add('drag-over')"
|
||||
ondragleave="this.classList.remove('drag-over')"
|
||||
ondrop="onChatSectionDrop(event)">
|
||||
{{/* Populated by UI.renderChatList() */}}
|
||||
</div>
|
||||
</div>
|
||||
@@ -264,6 +267,9 @@ window.addEventListener('unhandledrejection', function(e) {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{{/* v0.23.2: Channel context banner — shown for DMs and named channels */}}
|
||||
<div id="channelContextBanner" class="channel-context-banner" style="display:none;"></div>
|
||||
|
||||
{{/* Messages */}}
|
||||
<div id="chatMessages" class="msg-container">
|
||||
{{/* Populated by UI.renderMessages() */}}
|
||||
|
||||
Reference in New Issue
Block a user