-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All change options #66
Conversation
@cpvalente this is ready |
src/v3/actions/changePicker.ts
Outdated
id: 'timeEnd', | ||
default: 0, | ||
min: 0, | ||
max: 86399, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like this should be a constant somewhere so we can label it?
Also, what is the unit here? Is it clear to the user?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point
@alex-Arc , is this ready to merge? |
yes, thank you |
closes #63