Add collection sorting buttons (inactive)

This commit is contained in:
Claudio Ortolina
2024-12-29 15:22:51 +00:00
parent 88b65332ed
commit 48e2f4e2e3
3 changed files with 52 additions and 15 deletions
@@ -10,7 +10,8 @@ defmodule MusicLibraryWeb.CollectionLive.Index do
@default_records_list_params %{
query: "",
page: 1,
page_size: 20
page_size: 20,
order: :alphabetical
}
@impl true