mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 20:14:08 +00:00
* Fix category dark mode styles * Fix sidebar account tab states * Fix dashboard balance sheet group styles * Fix budget dark mode styles * Fix chart gradient split * Fix prose styles in dark mode * Add back chat nav id for tests
12 lines
293 B
Plaintext
12 lines
293 B
Plaintext
<%= turbo_frame_tag chat_frame do %>
|
|
<div class="flex flex-col h-full md:px-4 md:pb-4">
|
|
<%= render "chats/chat_nav", chat: @chat %>
|
|
|
|
<div class="mt-auto py-8">
|
|
<%= render "chats/ai_greeting" %>
|
|
</div>
|
|
|
|
<%= render "messages/chat_form", chat: @chat %>
|
|
</div>
|
|
<% end %>
|