Ajustes Toast

This commit is contained in:
Halbe Bruno
2025-12-06 08:47:48 -03:00
parent 81dd696d0b
commit 77ae5965c1
13 changed files with 139 additions and 133 deletions

View File

@@ -46,7 +46,7 @@
<div class="flex items-center space-x-2">
<span><?= substr($server['serial_key'], 0, 8) ?>...</span>
<button
onclick="navigator.clipboard.writeText('<?= $server['serial_key'] ?>'); alert('Key copiada!');"
onclick="navigator.clipboard.writeText('<?= $server['serial_key'] ?>'); window.notify('success', 'Sucesso', 'Key copiada!');"
class="text-primary-600 hover:text-primary-800" title="Copiar Serial Completo">
<svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"