[PR #150] [CLOSED] [wip] Add Quick Test dialog #170

Closed
opened 2026-02-10 18:47:43 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dualshock-tools/dualshock-tools.github.io/pull/150
Author: @mathiasm74
Created: 9/28/2025
Status: Closed

Base: mainHead: experiment-with-controlling-adaptive-triggers


📝 Commits (8)

  • 5c5a6e6 Add adaptive trigger support to the DS5
  • b63a7bc Add new "Quick test" modal
  • 10c4825 Add button tests to Quick Test modal
  • d647b32 Move the Quick Test button
  • 60e2e4d Allow user to skip quick-tests and then add them back
  • 7e08ecd Add Quick Test of LED lights
  • 0999af0 Add Quick Test of the headphone jack
  • 14fd0de Add DS4 support for the quick tests

📊 Changes

10 files changed (+2650 additions, -122 deletions)

View changed files

📝 css/main.css (+66 -0)
📝 index.html (+8 -2)
📝 js/controller-manager.js (+120 -0)
📝 js/controllers/base-controller.js (+41 -0)
📝 js/controllers/ds4-controller.js (+326 -7)
📝 js/controllers/ds5-controller.js (+455 -16)
📝 js/core.js (+68 -96)
js/modals/quick-test-modal.js (+1526 -0)
📝 js/template-loader.js (+2 -1)
templates/quick-test-modal.html (+38 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dualshock-tools/dualshock-tools.github.io/pull/150 **Author:** [@mathiasm74](https://github.com/mathiasm74) **Created:** 9/28/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `experiment-with-controlling-adaptive-triggers` --- ### 📝 Commits (8) - [`5c5a6e6`](https://github.com/dualshock-tools/dualshock-tools.github.io/commit/5c5a6e6e3eaa4cbfce839e8dbd4079fadfc1f6a9) Add adaptive trigger support to the DS5 - [`b63a7bc`](https://github.com/dualshock-tools/dualshock-tools.github.io/commit/b63a7bc575958096fd5a4912d1701523aab36f4f) Add new "Quick test" modal - [`10c4825`](https://github.com/dualshock-tools/dualshock-tools.github.io/commit/10c4825b58de5358cf3504dec1bbca854fcdaee1) Add button tests to Quick Test modal - [`d647b32`](https://github.com/dualshock-tools/dualshock-tools.github.io/commit/d647b32e8060d52b891b46312bfcc2a6a3133912) Move the Quick Test button - [`60e2e4d`](https://github.com/dualshock-tools/dualshock-tools.github.io/commit/60e2e4d4f2b9d30b47c8c174cb2e66d14f879850) Allow user to skip quick-tests and then add them back - [`7e08ecd`](https://github.com/dualshock-tools/dualshock-tools.github.io/commit/7e08ecd98e620edd271f873d8ea2704dd88f16f3) Add Quick Test of LED lights - [`0999af0`](https://github.com/dualshock-tools/dualshock-tools.github.io/commit/0999af00da784a6fc1573a875cad908c92857f6b) Add Quick Test of the headphone jack - [`14fd0de`](https://github.com/dualshock-tools/dualshock-tools.github.io/commit/14fd0de4f41eaa44ea882667dc81b1d895200347) Add DS4 support for the quick tests ### 📊 Changes **10 files changed** (+2650 additions, -122 deletions) <details> <summary>View changed files</summary> 📝 `css/main.css` (+66 -0) 📝 `index.html` (+8 -2) 📝 `js/controller-manager.js` (+120 -0) 📝 `js/controllers/base-controller.js` (+41 -0) 📝 `js/controllers/ds4-controller.js` (+326 -7) 📝 `js/controllers/ds5-controller.js` (+455 -16) 📝 `js/core.js` (+68 -96) ➕ `js/modals/quick-test-modal.js` (+1526 -0) 📝 `js/template-loader.js` (+2 -1) ➕ `templates/quick-test-modal.html` (+38 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-10 18:47:43 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: dualshock-tools/dualshock-tools.github.io#170