mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-24 07:39:39 +02:00
13 lines
298 B
Text
13 lines
298 B
Text
|
<div class="fixed z-50 bottom-6 left-6">
|
||
|
<div id="notification-tray" class="space-y-1">
|
||
|
<%= render_flash_notifications %>
|
||
|
|
||
|
<% if Current.family&.syncing? %>
|
||
|
<%= render "shared/syncing_notice" %>
|
||
|
<% end %>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
<%= family_notifications_stream %>
|
||
|
<%= family_stream %>
|