feat: tts automatic playback

This commit is contained in:
Timothy J. Baek 2024-02-09 16:00:39 -08:00
parent ab3e0635bb
commit 5eff0e5f61
5 changed files with 93 additions and 46 deletions

View file

@ -458,6 +458,7 @@
</button>
<button
id="speak-button-{message.id}"
class="{isLastMessage
? 'visible'
: 'invisible group-hover:visible'} p-1 rounded dark:hover:text-white transition"