mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-02 12:05:19 +02:00
* Refresh account on update
* 🐛 Replace turbo frame on create valuation
This avoids the frame reloading it's src when refreshing.
* Change Action Cable adapater to Postgres
8 lines
245 B
Text
8 lines
245 B
Text
<%# locals: (is_syncing:) %>
|
|
<% if is_syncing %>
|
|
<div class="my-4 px-8 py-4 rounded-lg bg-yellow-500/10 flex items-center justify-between">
|
|
<p class="text-gray-900 text-sm">
|
|
Syncing your account balances.
|
|
</p>
|
|
</div>
|
|
<% end %>
|