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")}
|
||||
</.button>
|
||||
</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>
|
||||
|
||||
|
||||
@@ -18,14 +18,6 @@
|
||||
</.link>
|
||||
</div>
|
||||
</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>
|
||||
|
||||
<.record_list
|
||||
|
||||
Reference in New Issue
Block a user