Skip to content

feat: Add Volume Scrolling#25

Open
ponderouspawn wants to merge 5 commits into
destinygg:mainfrom
ponderouspawn:feat/add-volume-scroll
Open

feat: Add Volume Scrolling#25
ponderouspawn wants to merge 5 commits into
destinygg:mainfrom
ponderouspawn:feat/add-volume-scroll

Conversation

@ponderouspawn

@ponderouspawn ponderouspawn commented May 21, 2026

Copy link
Copy Markdown

Summary

  • Adds scroll-to-adjust volume on the volume slider and Container component
  • Scrolls 1 unit on laptop trackpads, 5 units on mouses

I needed to use prop drilling. I don't mind writing a follow up pr that moves all the state to react-redux or contexts.


Screen.Recording.2026-05-20.at.10.41.45.PM.mov

@ponderouspawn ponderouspawn force-pushed the feat/add-volume-scroll branch from bc1002f to 49425e2 Compare May 21, 2026 02:56
@11k 11k added the enhancement New feature or request label May 25, 2026
@11k

11k commented May 25, 2026

Copy link
Copy Markdown
Collaborator

I'd prefer that this setting isn't configurable. Just go ahead and hardcode a sensible value for scroll step. It's also not obtrusive enough that users would want to disable it, so we can leave it always enabled.

@ponderouspawn

ponderouspawn commented Jun 1, 2026

Copy link
Copy Markdown
Author

I'd prefer that this setting isn't configurable. Just go ahead and hardcode a sensible value for scroll step. It's also not obtrusive enough that users would want to disable it, so we can leave it always enabled.

User preference removed. Laptop trackpad scrolls will change the volume by 1 unit and mouse wheel scrolls 5 units.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants