mirror of
https://github.com/dualshock-tools/dualshock-tools.github.io.git
synced 2026-03-01 11:19:54 +03:00
[PR #151] [CLOSED] [wip] Add non-circularity sliders #172
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/151
Author: @mathiasm74
Created: 9/28/2025
Status: ❌ Closed
Base:
main← Head:add-circularity-sliders📝 Commits (4)
1490c6bAdd sliders to finetune modal for increasing non-circularitye2594d4Review and refactor finetune dialoge5a23c1Add buttons for quick-calibrating from the finetune dialog94c0505Stop auto-repeat circularity adjustment when passing below 1.00📊 Changes
12 files changed (+870 additions, -165 deletions)
View changed files
📝
assets/icons.svg(+3 -0)📝
css/finetune.css(+34 -0)📝
index.html(+12 -4)📝
js/controllers/controller-factory.js(+9 -3)📝
js/core.js(+52 -12)📝
js/modals/calib-center-modal.js(+50 -19)📝
js/modals/calib-range-modal.js(+10 -11)📝
js/modals/finetune-modal.js(+623 -95)📝
js/stick-renderer.js(+2 -5)📝
templates/calib-center-modal.html(+3 -0)📝
templates/calibrate-modal.html(+1 -1)📝
templates/finetune-modal.html(+71 -15)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.