Reduce VolumeSlider step size from 10% to 1%#944
Open
sscotth wants to merge 1 commit intocjpais:mainfrom
Open
Conversation
Removed the `step` prop from VolumeSlider to use the generic Slider component's default `0.01` step size.
step prop from VolumeSlider componentstep prop from VolumeSlider component
step prop from VolumeSlider componentVolumeSlider step size from 10% to 1%
DylanBricar
added a commit
to DylanBricar/Phonara
that referenced
this pull request
Mar 10, 2026
- PR cjpais#944: Volume slider now uses 1% step instead of 10% - PR cjpais#369: Double-click tray icon opens main window - PR cjpais#477: App no longer crashes when no microphone is connected (graceful fallback to on-demand mode) - Issue cjpais#858: Corrupt/empty model downloads are detected and re-downloaded automatically instead of blocking future download attempts - Issue cjpais#315: Overlay no longer steals focus on Windows (WS_EX_NOACTIVATE + WS_EX_TOOLWINDOW + WS_EX_TRANSPARENT) - Issue cjpais#263: Overlay size now uses logical coordinates for correct DPI scaling on high-DPI displays (150%+) - Fix log filename from 'parler' to 'phonara' Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Before Submitting This PR
Please confirm you have done the following:
If this is a feature or change that was previously closed/rejected:
Human Written Description
Removed the custom
stepprop fromVolumeSliderto use the generic Slider component's default0.01step size. Currently the volume slider moves in 10% increments only and 10% is too loud for my system.Related Issues/Discussions
Fixes #
Discussion:
Community Feedback
Testing
Local development build
Screenshots/Videos (if applicable)
AI Assistance
If AI was used: