Add confirmation dialog for client deletion and align machine badges

This commit is contained in:
Esdras Renan 2025-10-18 19:52:05 -03:00
parent 2400f34c80
commit 1c7309a2b6
2 changed files with 182 additions and 112 deletions

View file

@ -1379,7 +1379,7 @@ export function MachineDetails({ machine }: MachineDetailsProps) {
{isActive ? (togglingActive ? "Desativando..." : "Desativar") : togglingActive ? "Reativando..." : "Reativar"}
</Button>
{machine.registeredBy ? (
<Badge variant="outline" className="inline-flex h-9 items-center rounded-full border-slate-300 bg-slate-100 px-3 text-sm font-medium text-slate-700">
<Badge className="inline-flex h-9 items-center gap-2 rounded-full border border-slate-200 bg-white px-3 text-sm font-semibold text-neutral-700">
Registrada via {machine.registeredBy}
</Badge>
) : null}