Skip to content
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

Merged

Conversation

hvangeffen
Copy link
Collaborator

image

@hvangeffen hvangeffen linked an issue Jan 18, 2024 that may be closed by this pull request
@hvangeffen hvangeffen self-assigned this Jan 18, 2024
@hvangeffen
Copy link
Collaborator Author

Switch icon to mdi-play-speed

@hvangeffen
Copy link
Collaborator Author

Add playback speed tooltip

@hvangeffen
Copy link
Collaborator Author

Setinterval to settimeout

@hvangeffen hvangeffen force-pushed the 610-add-2x-4x-speed-in-selection-menu-on-datetimeslider branch from e6e085f to af488f3 Compare January 19, 2024 09:18
@hvangeffen hvangeffen requested a review from vanmeeuwen January 23, 2024 12:21
@hvangeffen hvangeffen force-pushed the 610-add-2x-4x-speed-in-selection-menu-on-datetimeslider branch from af488f3 to f156437 Compare January 24, 2024 13:14
@hvangeffen hvangeffen force-pushed the 610-add-2x-4x-speed-in-selection-menu-on-datetimeslider branch from 4af3546 to 467e08e Compare February 7, 2024 09:12
density="compact"
variant="text"
icon="mdi-timer-cog-outline"
/>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
/>
icon="mdi-play-speed"

v-bind="props"
density="compact"
variant="text"
icon="mdi-timer-cog-outline"
Copy link
Collaborator

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) {
Copy link
Collaborator

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.

@hvangeffen hvangeffen merged commit ae68de5 into main Feb 7, 2024
7 checks passed
@hvangeffen hvangeffen deleted the 610-add-2x-4x-speed-in-selection-menu-on-datetimeslider branch February 7, 2024 12:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add 2x 4x speed in selection menu on datetimeslider
3 participants