rivernews / appl-tracky-spa

An Application Tracking System to help job finders ease their out-of-control spreadsheet use tracking every job application record.
https://appl-tracky.shaungc.com
1 stars 0 forks source link

Delete action has to have some kind of "disabled" conditional rendering #31

Closed rivernews closed 4 years ago

rivernews commented 5 years ago

When delete icon button is pressed, the API call may have latency and we need to let user know the request is in progress.

Also have to avoid letting user pressing delete multiple times while in progress.

rivernews commented 4 years ago

This is resovled since we disable action button when request status is "requesting".