From cb87f1908e9a2871fd4a60d8810a7694d4b0e4bc Mon Sep 17 00:00:00 2001 From: Ivan Carlos de Almeida Date: Sat, 13 Dec 2025 16:27:36 -0300 Subject: [PATCH] improvements Add language selector, flags, add footer with links, fix battery detection text --- public/index.html | 51 ++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 44 insertions(+), 7 deletions(-) diff --git a/public/index.html b/public/index.html index 46293a8..1301fcb 100644 --- a/public/index.html +++ b/public/index.html @@ -244,6 +244,27 @@ pointer-events: none; text-align: center; } + + footer { + margin-top: 40px; + padding-top: 20px; + border-top: 1px solid var(--border-color); + text-align: center; + font-size: 0.9rem; + color: var(--text-color); + opacity: 0.8; + } + + footer a { + color: var(--text-color); + text-decoration: none; + transition: color 0.2s; + } + + footer a:hover { + color: var(--primary); + text-decoration: underline; + } @@ -254,9 +275,12 @@

Device Tester Pro

- - - + + +
@@ -277,7 +301,7 @@

🔋 Battery

-

Detecting...

+

Detecting...

@@ -339,6 +363,13 @@
+ + @@ -386,7 +417,9 @@ device_unknown: "Unknown Device", default_output: "Default Output", ipv4_unavailable: "Unavailable", - ipv6_not_detected: "Not detected" + ipv6_not_detected: "Not detected", + privacy_policy: "Privacy Policy", + terms_conditions: "Terms and Conditions" }, pt: { app_title: "Teste de Dispositivos", @@ -425,7 +458,9 @@ device_unknown: "Dispositivo não identificado", default_output: "Saída Padrão", ipv4_unavailable: "Indisponível", - ipv6_not_detected: "Não detectado" + ipv6_not_detected: "Não detectado", + privacy_policy: "Política de Privacidade", + terms_conditions: "Termos e Condições" }, es: { app_title: "Prueba de Dispositivos", @@ -464,7 +499,9 @@ device_unknown: "Dispositivo desconocido", default_output: "Salida Predeterminada", ipv4_unavailable: "No disponible", - ipv6_not_detected: "No detectado" + ipv6_not_detected: "No detectado", + privacy_policy: "Política de Privacidad", + terms_conditions: "Términos y Condiciones" } };