This commit is contained in:
parent
cfef57d8a1
commit
e1dd679c47
19 changed files with 1807 additions and 73 deletions
|
|
@ -144,6 +144,10 @@
|
|||
|
||||
<div class="chat-input-wrapper">
|
||||
<form id="message-form" class="message-form">
|
||||
<input id="media-file-input" type="file" class="hidden-file-input" accept="image/*,video/*,audio/*,.pdf,.txt,.zip,.rar,.7z,.tar,.gz,.json,.csv,.md" />
|
||||
<button type="button" id="media-upload-btn" class="input-action-btn" title="Upload File">
|
||||
<i data-lucide="paperclip"></i>
|
||||
</button>
|
||||
<button type="button" id="gif-btn" class="input-action-btn" title="Open GIF Picker">
|
||||
<i data-lucide="image"></i>
|
||||
</button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue