mirror of
https://github.com/dualshock-tools/dualshock-tools.github.io.git
synced 2026-03-01 11:19:54 +03:00
[PR #150] [CLOSED] [wip] Add Quick Test dialog #170
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:experiment-with-controlling-adaptive-triggers📝 Commits (8)
5c5a6e6Add adaptive trigger support to the DS5b63a7bcAdd new "Quick test" modal10c4825Add button tests to Quick Test modald647b32Move the Quick Test button60e2e4dAllow user to skip quick-tests and then add them back7e08ecdAdd Quick Test of LED lights0999af0Add Quick Test of the headphone jack14fd0deAdd 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.