2025-11-20 14:40:15 -03:00
|
|
|
<div class="chat-layout" id="chat-app">
|
2025-11-17 10:00:12 -03:00
|
|
|
<div id="connectionStatus" class="connection-status disconnected"></div>
|
|
|
|
|
<main id="messages"></main>
|
2025-11-16 22:53:51 -03:00
|
|
|
|
2025-11-17 10:00:12 -03:00
|
|
|
<footer>
|
|
|
|
|
<div class="suggestions-container" id="suggestions"></div>
|
|
|
|
|
<div class="input-container">
|
2025-11-20 14:40:15 -03:00
|
|
|
<input
|
|
|
|
|
id="messageInput"
|
|
|
|
|
type="text"
|
|
|
|
|
placeholder="Message..."
|
|
|
|
|
autofocus
|
|
|
|
|
/>
|
2025-11-17 10:00:12 -03:00
|
|
|
<button id="voiceBtn" title="Voice">🎤</button>
|
|
|
|
|
<button id="sendBtn" title="Send">↑</button>
|
2025-11-16 22:53:51 -03:00
|
|
|
</div>
|
2025-11-17 10:00:12 -03:00
|
|
|
</footer>
|
|
|
|
|
<button class="scroll-to-bottom" id="scrollToBottom">↓</button>
|
2025-11-20 21:09:23 -03:00
|
|
|
<div class="flash-overlay" id="flashOverlay"></div>
|
2025-11-20 14:40:15 -03:00
|
|
|
</div>
|