Remove pagination record counter
I don't need it anymore, and it gets in the way of the UI
This commit is contained in:
@@ -59,14 +59,6 @@
|
|||||||
{gettext("A->Z")}
|
{gettext("A->Z")}
|
||||||
</.button>
|
</.button>
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<p class="text-right text-sm max-sm:text-xs text-zinc-900 dark:text-zinc-400">
|
|
||||||
{gettext(
|
|
||||||
"Showing <b>%{visible}</b> of <b>%{total}</b> records",
|
|
||||||
%{visible: Enum.count(@streams.records), total: @record_list_params.total_entries}
|
|
||||||
)
|
|
||||||
|> raw()}
|
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -18,14 +18,6 @@
|
|||||||
</.link>
|
</.link>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<p class="text-right text-sm max-sm:text-xs mt-12 text-zinc-900 dark:text-zinc-400">
|
|
||||||
{gettext(
|
|
||||||
"Showing <b>%{visible}</b> of <b>%{total}</b> records",
|
|
||||||
%{visible: Enum.count(@streams.records), total: @record_list_params.total_entries}
|
|
||||||
)
|
|
||||||
|> raw()}
|
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<.record_list
|
<.record_list
|
||||||
|
|||||||
@@ -192,12 +192,6 @@ msgstr ""
|
|||||||
msgid "Show"
|
msgid "Show"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/music_library_web/live/collection_live/index.html.heex
|
|
||||||
#: lib/music_library_web/live/wishlist_live/index.html.heex
|
|
||||||
#, elixir-autogen, elixir-format
|
|
||||||
msgid "Showing <b>%{visible}</b> of <b>%{total}</b> records"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: lib/music_library_web/components/core_components.ex
|
#: lib/music_library_web/components/core_components.ex
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Something went wrong!"
|
msgid "Something went wrong!"
|
||||||
|
|||||||
@@ -192,12 +192,6 @@ msgstr ""
|
|||||||
msgid "Show"
|
msgid "Show"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/music_library_web/live/collection_live/index.html.heex
|
|
||||||
#: lib/music_library_web/live/wishlist_live/index.html.heex
|
|
||||||
#, elixir-autogen, elixir-format
|
|
||||||
msgid "Showing <b>%{visible}</b> of <b>%{total}</b> records"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: lib/music_library_web/components/core_components.ex
|
#: lib/music_library_web/components/core_components.ex
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Something went wrong!"
|
msgid "Something went wrong!"
|
||||||
|
|||||||
Reference in New Issue
Block a user