Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Discussion options

👉 Describe the problem

There are multiple volume settings that you can pass to AmplitudeJS such as starting volume, increment and decrement. These should be in an object instead of individual values.

👥 Problem evidence & reach

Users who want to define volume settings will find the new solution much easier to group and organize.

🥰 Describe the "impact" on users?

Volume settings will be easier to read and organize.

🏆 How to solve this problem

Instead of passing in:

{
volume_increment: 5,
volume_decrement: 5,
starting_volume: 50
}

The user would pass in:

{
	volume: {
	    increment: 5,
	    decrement: 5,
	    starting: 50
	}
}

💯 How do we validate the problem is solved?

Users can pass an object for volume settings that makes it much easier to manage.

You must be logged in to vote

Replies: 0 comments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
💡
Ideas
Labels
None yet
1 participant
Morty Proxy This is a proxified and sanitized view of the page, visit original site.