Use live_toast instead of built-in flash

Precursor for building better notifications
This commit is contained in:
Claudio Ortolina
2025-06-07 08:27:25 +01:00
parent a005a3c203
commit 0aa0a19a00
10 changed files with 19 additions and 147 deletions
+1
View File
@@ -65,6 +65,7 @@ defmodule MusicLibrary.MixProject do
depth: 1},
{:fluxon, "~> 1.1.0", repo: :fluxon},
{:flagmojis, "~> 1.0"},
{:live_toast, "~> 0.8.0"},
# Dev tooling
{:phoenix_live_reload, "~> 1.2", only: :dev},