Extract actions_menu

This commit is contained in:
Claudio Ortolina
2025-05-29 21:50:32 +01:00
parent b72bee709e
commit 9100c6c04a
13 changed files with 95 additions and 293 deletions
@@ -2,7 +2,7 @@ defmodule MusicLibraryWeb.ArtistLive.Show do
use MusicLibraryWeb, :live_view
import MusicLibraryWeb.RecordComponents,
only: [record_grid: 1, toggle_actions_menu: 1, close_actions_menu: 1, country_label: 1]
only: [record_grid: 1, country_label: 1]
alias MusicLibrary.Artists.ArtistInfo
alias MusicLibrary.{Artists, Records}