Add dummy pagination with component wiring

This commit is contained in:
Claudio Ortolina
2024-09-16 09:08:50 +01:00
parent feef14170b
commit 8eb64c6a4c
3 changed files with 115 additions and 0 deletions
@@ -1,5 +1,6 @@
defmodule MusicLibraryWeb.RecordLive.Index do
use MusicLibraryWeb, :live_view
import MusicLibraryWeb.Pagination
alias MusicLibrary.Records
alias MusicLibrary.Records.Record
@@ -54,3 +54,5 @@
patch={~p"/records"}
/>
</.modal>
<.card_footer entries={@streams.records} />