From 2f57ce2e673ff061c36a9af3fdb4aa3a5dcfd091 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Sat, 28 Feb 2026 10:30:44 +0000 Subject: [PATCH] Display static changed banner instead of toast --- .../components/layouts/app.html.heex | 9 +++++++++ lib/music_library_web/hooks/static_assets.ex | 9 +-------- priv/gettext/default.pot | 15 ++++++++++----- priv/gettext/en/LC_MESSAGES/default.po | 15 ++++++++++----- 4 files changed, 30 insertions(+), 18 deletions(-) diff --git a/lib/music_library_web/components/layouts/app.html.heex b/lib/music_library_web/components/layouts/app.html.heex index 29e1b53e..81a92cac 100644 --- a/lib/music_library_web/components/layouts/app.html.heex +++ b/lib/music_library_web/components/layouts/app.html.heex @@ -1,3 +1,12 @@ +
+ {gettext("The application has been updated.")} + + {gettext("Reload")} + +