Make sure toasts are synced

This commit is contained in:
Claudio Ortolina
2026-03-24 14:01:56 +00:00
parent 35eee4182d
commit 8c7f2f5703
14 changed files with 84 additions and 14 deletions
@@ -10,7 +10,12 @@ defmodule MusicLibraryWeb.ScrobbleLive.Index do
@impl true
def render(assigns) do
~H"""
<Layouts.app flash={@flash} current_section={@current_section} socket={@socket}>
<Layouts.app
flash={@flash}
current_section={@current_section}
socket={@socket}
toasts_sync={assigns[:toasts_sync]}
>
<div>
<header class="mb-2 gap-6">
<div class="my-2 flex items-center justify-between gap-6">
@@ -11,7 +11,12 @@ defmodule MusicLibraryWeb.ScrobbleLive.Show do
@impl true
def render(assigns) do
~H"""
<Layouts.app flash={@flash} current_section={:scrobble} socket={@socket}>
<Layouts.app
flash={@flash}
current_section={:scrobble}
socket={@socket}
toasts_sync={assigns[:toasts_sync]}
>
<div>
<.alert
:if={not @can_scrobble}