uwpokerclub / app

Apache License 2.0
1 stars 3 forks source link

Action buttons are not disabled on click and have no other visual cues that they are doing something #738

Open asmahood opened 2 months ago

asmahood commented 2 months ago

Description

Many of the buttons that perform API actions are not disabled when a user clicks on them, and also have no visual cue that they are doing something in the background. This behaviour can cause users to double and even sometimes triple click the button, sending multiple API requests at the same time, causing unexpected behaviour. To remedy this, we will update all buttons that make API requests to disable on click and change its text to a loading spinner.

Approach


Blocks

Blocked By

Related To