Add record menu dropdown to records in artist page
This commit is contained in:
@@ -176,7 +176,8 @@
|
||||
id="collection"
|
||||
records={@streams.collection_records}
|
||||
records_count={@collection_records_count}
|
||||
record_path={fn record -> ~p"/collection/#{record}" end}
|
||||
record_show_path={fn record -> ~p"/collection/#{record}" end}
|
||||
record_edit_path={fn record -> ~p"/collection/#{record}/show/edit" end}
|
||||
/>
|
||||
<.separator :if={@wishlist_records_count > 0} class="mt-8 mb-8" />
|
||||
<.record_grid
|
||||
@@ -185,7 +186,8 @@
|
||||
id="wishlist"
|
||||
records={@streams.wishlist_records}
|
||||
records_count={@wishlist_records_count}
|
||||
record_path={fn record -> ~p"/wishlist/#{record}" end}
|
||||
record_show_path={fn record -> ~p"/wishlist/#{record}" end}
|
||||
record_edit_path={fn record -> ~p"/wishlist/#{record}/show/edit" end}
|
||||
/>
|
||||
|
||||
<.async_result :let={similar_artists} assign={@similar_artists}>
|
||||
|
||||
Reference in New Issue
Block a user