Add support for mentioning users; change loading screen loading animation to falling; restore chat close functionality on mobile; make message input resize on message send.
This commit is contained in:
parent
82c99e128e
commit
f0066d6015
8 changed files with 264 additions and 49 deletions
|
|
@ -106,7 +106,11 @@
|
|||
</div>
|
||||
|
||||
<!-- Input Panel -->
|
||||
<div id="mentioning-suggestion" class="collapsed">
|
||||
<div id="mention-suggestions"></div>
|
||||
</div>
|
||||
<div id="mentioning-indicator" class="collapsed">
|
||||
<span></span>
|
||||
</div>
|
||||
<footer id="chat-input-panel" class="chat-input-panel">
|
||||
<div class="input-actions-left">
|
||||
|
|
@ -123,6 +127,7 @@
|
|||
<button id="markread-btn" class="icon-btn send-btn mif-done_all mif-2x" title="Mark read"></button>
|
||||
<input id="attachment-input" style="display: none;" type="file">
|
||||
<button id="attachment-btn" class="icon-btn send-btn mif-attachment mif-2x" title="Attach file"></button>
|
||||
<button id="mention-btn" class="icon-btn send-btn mif-face mif-2x" title="Mention user"></button>
|
||||
</footer>
|
||||
</div>
|
||||
</main>
|
||||
|
|
|
|||
Loading…
Reference in a new issue