Skip to content
This repository has been archived by the owner on May 13, 2022. It is now read-only.

Users should not be able to click twice on a button #162

Open
fredo opened this issue May 6, 2020 · 1 comment
Open

Users should not be able to click twice on a button #162

fredo opened this issue May 6, 2020 · 1 comment
Assignees

Comments

@fredo
Copy link
Contributor

fredo commented May 6, 2020

Some errors from the feedback resulted most likely from clicking twice on a button. If the response from the server and in the UI the user could think that the "click" did not work and tries it again. Since the server is purely stateless it can not know that this action was already triggered and will trigger it again. This could result in initiating an exchange twice (This could be the case why the nonce too low error happened).

We need to handle this in the UI which prevents the user from initiating a specific action twice.

@agatsoh
Copy link
Contributor

agatsoh commented May 6, 2020

I can pick this up

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants