mirror of
https://github.com/d4rken-org/capod.git
synced 2026-09-15 02:36:12 -04:00
The conversation volume slider committed a profile write on every drag frame — laggy dragging, and racing async writes persisted stale mid-drag values (observed: 78 stored while the UI showed 70). Use local state while dragging and commit on release, matching the adaptive-noise and tone-volume sliders.