-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add 2x 4x and 0.5x speed selection menu #637
Add 2x 4x and 0.5x speed selection menu #637
Conversation
hvangeffen
commented
Jan 18, 2024
Switch icon to mdi-play-speed |
Add playback speed tooltip |
Setinterval to settimeout |
e6e085f
to
af488f3
Compare
af488f3
to
f156437
Compare
4af3546
to
467e08e
Compare
density="compact" | ||
variant="text" | ||
icon="mdi-timer-cog-outline" | ||
/> |
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.
/> | |
icon="mdi-play-speed" |
v-bind="props" | ||
density="compact" | ||
variant="text" | ||
icon="mdi-timer-cog-outline" |
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.
probably add a tooltip: playback speed here
@@ -265,6 +290,12 @@ function play(): void { | |||
dateIndex.value = 0 | |||
} | |||
increment(playIncrement) | |||
if (isPlaying.value) { |
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.
We don't need the isPlaying variable anymore, size this is arranged by the playTimeoutTimer.