Show similar artists in artist page

Styling to be defined - only links for now.
This commit is contained in:
Claudio Ortolina
2025-02-23 16:56:52 +00:00
parent 1193fa5914
commit c67d11da0c
6 changed files with 116 additions and 32 deletions
@@ -31,6 +31,11 @@ defmodule MusicLibraryWeb.ArtistLive.Show do
{:ok, %{artist_info: artist_info}}
end
end)
|> assign_async(:similar_artists, fn ->
with {:ok, similar_artists} <- Artists.get_similar_artists(artist) do
{:ok, %{similar_artists: similar_artists}}
end
end)
|> assign(:page_title, page_title(socket.assigns.live_action, artist))}
end