Skip to content

[codex] Improve trackball scaling control#75

Merged
cormoran merged 5 commits into
mainfrom
codex-trackball-scaling-slider
May 17, 2026
Merged

[codex] Improve trackball scaling control#75
cormoran merged 5 commits into
mainfrom
codex-trackball-scaling-slider

Conversation

@cormoran

@cormoran cormoran commented May 17, 2026

Copy link
Copy Markdown
Owner

Summary

  • Replace the trackball scaling multiplier/divisor inputs and presets with a 100-step slider from 0.1x to 10x.
  • Add left/right step buttons that move scaling in fixed 0.05x increments for fine adjustment, with integer step math to avoid skipped/stuck values.
  • Show scaling values with a fixed two-decimal display such as 3.05x.
  • Add left/right step buttons to Sensor Rotation that move rotation in fixed 1° increments.
  • Keep saving through the existing multiplier/divisor and rotation runtime processor APIs.

Validation

  • npm test -- --runInBand src/pages/__tests__/TrackballPage.test.tsx
  • npm run lint
  • npm run build
  • Checked the Trackball page in demo mode at desktop width.

@github-actions

github-actions Bot commented May 17, 2026

Copy link
Copy Markdown

🚀 Cloudflare Workers Preview

Preview URL: https://c472693a-dya-studio.cormoran707.workers.dev

Deployed from commit a849e64

@cormoran cormoran marked this pull request as ready for review May 17, 2026 06:56
@cormoran cormoran merged commit ee5190f into main May 17, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants