[PR #151] [CLOSED] [wip] Add non-circularity sliders #172

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

📋 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: mainHead: add-circularity-sliders


📝 Commits (4)

  • 1490c6b Add sliders to finetune modal for increasing non-circularity
  • e2594d4 Review and refactor finetune dialog
  • e5a23c1 Add buttons for quick-calibrating from the finetune dialog
  • 94c0505 Stop 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.

## 📋 Pull Request Information **Original PR:** https://github.com/dualshock-tools/dualshock-tools.github.io/pull/151 **Author:** [@mathiasm74](https://github.com/mathiasm74) **Created:** 9/28/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `add-circularity-sliders` --- ### 📝 Commits (4) - [`1490c6b`](https://github.com/dualshock-tools/dualshock-tools.github.io/commit/1490c6bbbda881a39e0496d61d569a806caed4af) Add sliders to finetune modal for increasing non-circularity - [`e2594d4`](https://github.com/dualshock-tools/dualshock-tools.github.io/commit/e2594d4fbe9b25481b95f905d9c1756809ae7932) Review and refactor finetune dialog - [`e5a23c1`](https://github.com/dualshock-tools/dualshock-tools.github.io/commit/e5a23c159cb673c6e3c6588b7f4c37e2d68492a3) Add buttons for quick-calibrating from the finetune dialog - [`94c0505`](https://github.com/dualshock-tools/dualshock-tools.github.io/commit/94c05051005d62516f1aea6487e3de1ad2947f42) Stop auto-repeat circularity adjustment when passing below 1.00 ### 📊 Changes **12 files changed** (+870 additions, -165 deletions) <details> <summary>View changed files</summary> 📝 `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) </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:46 +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#172