Implement dense grid as variation of normal grid

This commit is contained in:
Claudio Ortolina
2025-11-03 09:48:38 +00:00
parent af4eeb7df2
commit ed99f6bda8
4 changed files with 28 additions and 106 deletions
@@ -241,7 +241,7 @@ defmodule MusicLibraryWeb.CollectionLive.IndexTest do
|> assert_has("p", text: "Record updated successfully")
updated_record = MusicLibrary.Records.get_record!(record.id)
updated_cover_url = cover_url(updated_record, 560)
updated_cover_url = cover_url(updated_record, 460)
assert updated_record.cover_hash !== record.cover_hash
assert_has(session, "img[src='#{updated_cover_url}']")