From fea0e9c3fa1c3b9cb6b946a2b1f9e4fb2f06cf8d Mon Sep 17 00:00:00 2001 From: Mathias Malmqvist Date: Thu, 2 Oct 2025 22:17:58 +0200 Subject: [PATCH] Bug fixes and tweaks --- css/main.css | 15 +++ index.html | 12 +- js/controller-manager.js | 47 +++++--- js/controllers/base-controller.js | 14 ++- js/controllers/controller-factory.js | 9 +- js/controllers/ds4-controller.js | 26 +++-- js/controllers/ds5-controller.js | 16 +-- js/controllers/ds5-edge-controller.js | 17 ++- js/core.js | 6 +- js/modals/quick-test-modal.js | 152 +++++++++++++++++--------- js/translations.js | 4 +- templates/finetune-modal.html | 6 +- templates/quick-test-modal.html | 2 +- templates/range-modal.html | 10 +- 14 files changed, 208 insertions(+), 128 deletions(-) diff --git a/css/main.css b/css/main.css index 9c840ba..b240395 100644 --- a/css/main.css +++ b/css/main.css @@ -83,6 +83,16 @@ dl.row dd { animation: pulse 1s ease-in-out infinite !important; } +/* Quick Test accordion button height reduction */ +#quickTestAccordion .accordion-button { + padding: 0.5rem 1rem; +} + +/* Quick Test accordion body tint */ +#quickTestAccordion .accordion-collapse .accordion-body { + background-color: rgba(13, 125, 253, 0.05); +} + /* Skip button hover behavior */ .skip-btn { opacity: 0; @@ -102,3 +112,8 @@ dl.row dd { .blink-text { animation: blink 1s infinite; } + +/* Set text color to red for internationalized elements */ +/* .ds-i18n { + color: red; +} */ diff --git a/index.html b/index.html index c41f9fa..89ac8b5 100644 --- a/index.html +++ b/index.html @@ -138,9 +138,9 @@
-
@@ -153,13 +153,13 @@
diff --git a/templates/range-modal.html b/templates/range-modal.html index e7cf6a1..6368470 100644 --- a/templates/range-modal.html +++ b/templates/range-modal.html @@ -13,20 +13,16 @@
- Progress: 0% + Progress: 0%