You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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.
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
The text was updated successfully, but these errors were encountered: