From 3cb651518cd13d04de364f8a46482ab9620eac32 Mon Sep 17 00:00:00 2001 From: Artur Oliveira Date: Tue, 16 Dec 2025 11:46:28 -0300 Subject: [PATCH] =?UTF-8?q?style(dashboard):=20melhorar=20estiliza=C3=A7?= =?UTF-8?q?=C3=A3o=20da=20tabela?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Adiciona borda e sombra ao container da tabela - Torna cabeçalho sticky para melhor leitura em rolagem - Adiciona zebra striping nas linhas com `even:` e hover suave - Mantém `Styles` existente para células e cabeçalho --- frontend/src/pages/Dashboard.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/src/pages/Dashboard.tsx b/frontend/src/pages/Dashboard.tsx index cb9b023..cb9b619 100644 --- a/frontend/src/pages/Dashboard.tsx +++ b/frontend/src/pages/Dashboard.tsx @@ -36,10 +36,10 @@ export const Dashboard = () => {
Nenhum servidor encontrado.
)} {!loading && !error && servers.length > 0 && ( -
- - - +
+
+ + @@ -49,9 +49,9 @@ export const Dashboard = () => { - + {servers.map((server) => ( - +
Nome IP PortaBanco
{server.name} {server.ip} {server.port}