From bd39dd2b3f1fc83238d26c4369db25d0a3e2afc9 Mon Sep 17 00:00:00 2001 From: Ivan Carlos Date: Sat, 13 Dec 2025 19:46:51 +0000 Subject: [PATCH 1/4] Update public/index.html --- public/index.html | 5 ----- 1 file changed, 5 deletions(-) diff --git a/public/index.html b/public/index.html index 1301fcb..bd4d43f 100644 --- a/public/index.html +++ b/public/index.html @@ -124,11 +124,6 @@ border-radius: 12px; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1); border: 1px solid var(--border-color); - transition: transform 0.2s; - } - - .test-card:hover { - transform: translateY(-2px); } h2 { From 1b997699182644e005831b9c89951669c3e2b01c Mon Sep 17 00:00:00 2001 From: Gitea Actions Date: Sat, 13 Dec 2025 19:47:03 +0000 Subject: [PATCH 2/4] =?UTF-8?q?Update=20manifest=20version=20to=203.0.3=20?= =?UTF-8?q?[=E2=96=B6=EF=B8=8F]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index d580832..bf8af4e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,4 +1,4 @@ { - "version": "3.0.2", + "version": "3.0.3", "author": "Ivan Carlos" } From 8094287f97edf85df6381bebfd79d6ded324e519 Mon Sep 17 00:00:00 2001 From: Ivan Carlos Date: Sun, 14 Dec 2025 03:47:39 +0000 Subject: [PATCH 3/4] remove Pro title --- public/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/index.html b/public/index.html index bd4d43f..0284cf8 100644 --- a/public/index.html +++ b/public/index.html @@ -3,7 +3,7 @@ - Device Tester Pro + Device Tester @@ -268,7 +268,7 @@
-

Device Tester Pro

+

Device Tester

@@ -376,7 +376,7 @@ // i18n Dictionary const dictionary = { en: { - app_title: "Device Tester Pro", + app_title: "Device Tester", theme_toggle: "🌓 Theme", network_title: "📡 Network & Browser", user_agent_label: "User Agent:", From 053427d46db5066a55d42c5845a348bed50e6ad9 Mon Sep 17 00:00:00 2001 From: Gitea Actions Date: Sun, 14 Dec 2025 03:47:51 +0000 Subject: [PATCH 4/4] =?UTF-8?q?Update=20manifest=20version=20to=203.0.4=20?= =?UTF-8?q?[=E2=96=B6=EF=B8=8F]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index bf8af4e..93b994d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,4 +1,4 @@ { - "version": "3.0.3", + "version": "3.0.4", "author": "Ivan Carlos" }