From 8f9331422a1a8085fb9f7379b1252be754166199 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Mon, 1 Sep 2025 17:11:12 +0300 Subject: [PATCH] Remove image lazy loading as it seems to disable image caching --- lib/music_library_web/components/record_components.ex | 1 - .../live/online_store_template_live/index.html.heex | 1 - lib/music_library_web/live/stats_live/index.html.heex | 2 -- lib/music_library_web/live/stats_live/top_albums.ex | 1 - lib/music_library_web/live/stats_live/top_artists.ex | 1 - 5 files changed, 6 deletions(-) diff --git a/lib/music_library_web/components/record_components.ex b/lib/music_library_web/components/record_components.ex index 38d034da..52caa89f 100644 --- a/lib/music_library_web/components/record_components.ex +++ b/lib/music_library_web/components/record_components.ex @@ -13,7 +13,6 @@ defmodule MusicLibraryWeb.RecordComponents do {@record.title} """ diff --git a/lib/music_library_web/live/online_store_template_live/index.html.heex b/lib/music_library_web/live/online_store_template_live/index.html.heex index fb55af06..7bce0557 100644 --- a/lib/music_library_web/live/online_store_template_live/index.html.heex +++ b/lib/music_library_web/live/online_store_template_live/index.html.heex @@ -31,7 +31,6 @@ {template.name}

{template.name} diff --git a/lib/music_library_web/live/stats_live/index.html.heex b/lib/music_library_web/live/stats_live/index.html.heex index 5d831cd9..e5ed08a1 100644 --- a/lib/music_library_web/live/stats_live/index.html.heex +++ b/lib/music_library_web/live/stats_live/index.html.heex @@ -90,7 +90,6 @@

{album.metadata.title} @@ -272,7 +271,6 @@
{track.title} diff --git a/lib/music_library_web/live/stats_live/top_albums.ex b/lib/music_library_web/live/stats_live/top_albums.ex index cb6f615a..2a1bd41b 100644 --- a/lib/music_library_web/live/stats_live/top_albums.ex +++ b/lib/music_library_web/live/stats_live/top_albums.ex @@ -116,7 +116,6 @@ defmodule MusicLibraryWeb.StatsLive.TopAlbums do > {album.album_title} diff --git a/lib/music_library_web/live/stats_live/top_artists.ex b/lib/music_library_web/live/stats_live/top_artists.ex index c14a5f91..a86520a2 100644 --- a/lib/music_library_web/live/stats_live/top_artists.ex +++ b/lib/music_library_web/live/stats_live/top_artists.ex @@ -110,7 +110,6 @@ defmodule MusicLibraryWeb.StatsLive.TopArtists do {artist.artist_name} ~p"/images/cover-not-found.png" <> "';"}