Rename Pagination to PaginationComponent

This commit is contained in:
Claudio Ortolina
2025-04-09 19:08:06 +01:00
parent 0aa1da14ad
commit 6576034d4e
4 changed files with 5 additions and 5 deletions
@@ -1,4 +1,4 @@
defmodule MusicLibraryWeb.Pagination do
defmodule MusicLibraryWeb.PaginationComponent do
use Phoenix.Component
use Gettext, backend: MusicLibraryWeb.Gettext
@@ -1,6 +1,6 @@
defmodule MusicLibraryWeb.CollectionLive.Index do
use MusicLibraryWeb, :live_view
import MusicLibraryWeb.Pagination
import MusicLibraryWeb.PaginationComponent
import MusicLibraryWeb.RecordComponents
import MusicLibraryWeb.BarcodeScannerComponent, only: [barcode_icon: 1]
@@ -1,6 +1,6 @@
defmodule MusicLibraryWeb.WishlistLive.Index do
use MusicLibraryWeb, :live_view
import MusicLibraryWeb.Pagination
import MusicLibraryWeb.PaginationComponent
import MusicLibraryWeb.RecordComponents
alias MusicLibrary.Records
+2 -2
View File
@@ -122,7 +122,7 @@ msgstr ""
msgid "MusicBrainz ID"
msgstr ""
#: lib/music_library_web/components/pagination.ex
#: lib/music_library_web/components/pagination_component.ex
#, elixir-autogen, elixir-format
msgid "Next"
msgstr ""
@@ -144,7 +144,7 @@ msgstr ""
msgid "Password"
msgstr ""
#: lib/music_library_web/components/pagination.ex
#: lib/music_library_web/components/pagination_component.ex
#, elixir-autogen, elixir-format
msgid "Previous"
msgstr ""