Add wishlist section with paginated list

This commit is contained in:
Claudio Ortolina
2024-10-21 18:25:56 +01:00
parent 874fd921ec
commit 9b305ff06a
5 changed files with 352 additions and 0 deletions
+2
View File
@@ -37,6 +37,8 @@ defmodule MusicLibraryWeb.Router do
live "/records/:id", RecordLive.Show, :show
live "/records/:id/show/edit", RecordLive.Show, :edit
live "/wishlist", WishlistLive.Index, :index
end
end