Hello!
Was looking through the code to see if I could fix some of the bugs that I've been seeing, and noticed that you can try to retry a card even though it hasn't been submitted.
The code makes sense for the keyboard shortcuts in the web version, but there is no need to allow the user to swipe to retry in this case.
This is my first time working in typescript / react, so feedback would be appreciated!
Hello! Was looking through the code to see if I could fix some of the bugs that I've been seeing, and noticed that you can try to retry a card even though it hasn't been submitted. The code makes sense for the keyboard shortcuts in the web version, but there is no need to allow the user to swipe to retry in this case. This is my first time working in typescript / react, so feedback would be appreciated!