mirror of
https://github.com/we-promise/sure.git
synced 2026-04-09 15:24:48 +00: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
9 lines
245 B
Plaintext
9 lines
245 B
Plaintext
<%# 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 %>
|