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

[FEAT]: Button delay #996

Open
4Source opened this issue Jun 15, 2024 · 2 comments
Open

[FEAT]: Button delay #996

4Source opened this issue Jun 15, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@4Source
Copy link
Contributor

4Source commented Jun 15, 2024

Is your feature request related to a problem? Please describe.

For me sometimes while reviewing I accidentally press multiple time on the button an than I can't see the answer.

Describe the solution you'd like

Add Setting to set a button press delay. Only after the delay has been passed the button could be pressed. This would stop accidentally inputs I think about a delay range from 0-5s in 100ms steps.

Additional context

Think it would be the easiest to add a Intervall that is started when rendering and set a buttonEnable to false after the Intervall is finished just set buttonEnable to true. In the eventhandler of the button add an if that only get executed if buttonEnable is true

@4Source 4Source added the enhancement New feature or request label Jun 15, 2024
@4Source
Copy link
Contributor Author

4Source commented Jun 15, 2024

Maybe it would also be useful to have an back button where you can go back to the last card with already revealed answer and the option to change the ease.

@ronzulu
Copy link
Collaborator

ronzulu commented Jun 15, 2024

Maybe it would also be useful to have an back button where you can go back to the last card with already revealed answer and the option to change the ease.

Nice idea @4Source, this probably is also useful in additional cases other than the one you described.

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

No branches or pull requests

2 participants