Restore client user editing sheet and tweak pagination copy

This commit is contained in:
Esdras Renan 2025-10-24 09:50:40 -03:00
parent c7aaa60d9a
commit b51d0770d3
4 changed files with 333 additions and 6 deletions

View file

@ -895,7 +895,7 @@ function TableView({ companies, machineCountsBySlug, onEdit, onDelete }: TableVi
{total === 0 ? "Nenhum registro" : `Mostrando ${start}-${end} de ${total}`}
</div>
<div className="flex items-center gap-3">
<div className="flex items-center gap-2 text-xs uppercase tracking-wide text-neutral-500 md:text-sm">
<div className="flex items-center gap-2 text-xs tracking-wide text-neutral-500 md:text-sm">
<span>Itens por página</span>
<Select value={`${pageSize}`} onValueChange={(v) => { setPageSize(Number(v)); setPageIndex(0) }}>
<SelectTrigger className="h-8 w-20">