1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-09 23:45:21 +02:00

Light / dark assistant icon

This commit is contained in:
Zach Gollwitzer 2025-05-02 11:36:32 -04:00
parent 793a5d2502
commit 1e1ed5ca45
8 changed files with 153 additions and 95 deletions

View file

@ -1,6 +1,6 @@
<%# locals: (chat:, message: "Thinking ...") -%>
<div id="thinking-indicator" class="flex items-start">
<div id="thinking-indicator" class="flex items-start gap-3">
<%= render "chats/ai_avatar" %>
<p class="text-sm text-secondary animate-pulse"><%= message %></p>
</div>