Mercurial Hosting > lang
comparison src/chat.html.luan @ 14:47b00cce8b53
stt
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Tue, 29 Jul 2025 00:12:05 -0600 |
parents | 003a90ce72d7 |
children | f5425a3c1898 |
comparison
equal
deleted
inserted
replaced
13:65bd7e245c63 | 14:47b00cce8b53 |
---|---|
60 <div messages> | 60 <div messages> |
61 <% chat.output_messages_html() %> | 61 <% chat.output_messages_html() %> |
62 </div> | 62 </div> |
63 <div ask> | 63 <div ask> |
64 <textarea autofocus oninput="fixTextarea(event.target)" onkeydown="textareaKey(event)"></textarea> | 64 <textarea autofocus oninput="fixTextarea(event.target)" onkeydown="textareaKey(event)"></textarea> |
65 <button onclick="askAi()" title="Send"><img src="/images/send.svg"></button> | 65 <div buttons> |
66 <button record onclick="toggleRecording()">Record</button> | |
67 <button onclick="askAi()" title="Send"><img src="/images/send.svg"></button> | |
68 </div> | |
66 </div> | 69 </div> |
67 </div> | 70 </div> |
68 <img waiting-ai-icon src="/images/spinner_green.gif"> | 71 <img waiting-ai-icon src="/images/spinner_green.gif"> |
69 <dialog rename> | 72 <dialog rename> |
70 <h2>Rename Chat</h2> | 73 <h2>Rename Chat</h2> |