-
I'm so used to hitting tab right after a test, that when i get a new best, i subconsciously tab it away, and can't screenshot the screen. It would be nice if you could add an option that doesen't let you tab for 3/5s after a new best. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Sure, why not, i can add a 3 second block EDIT: Well, looking into this now, I don't know if a result is a pb until a response comes back form the server. The local data is not guaranteed to be 100% correct, so i just wait for the response. And then blocking the test restarting until the response arrives is also not the best UX, since the requests could get delayed. Not sure whats the best thing to do here. |
Beta Was this translation helpful? Give feedback.
Sure, why not, i can add a 3 second block
EDIT: Well, looking into this now, I don't know if a result is a pb until a response comes back form the server. The local data is not guaranteed to be 100% correct, so i just wait for the response. And then blocking the test restarting until the response arrives is also not the best UX, since the requests could get delayed. Not sure whats the best thing to do here.