fix: uploads
This commit is contained in:
parent
e1dd679c47
commit
5c97cc515f
2 changed files with 25 additions and 19 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>
|
||||
|
|
@ -268,4 +272,4 @@
|
|||
<script type="module" src="app.js?v=20260227-shared-core-1"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue