crugroup / spadeui

The Spade UI
37 stars 0 forks source link

UI can send the same request multiple times before a response is received #51

Closed zak-nuccio closed 5 months ago

zak-nuccio commented 6 months ago

In the file submit form, for a file processor that takes a while to complete, a user can press the submit button multiple times before the first response is received, causing the UI to send the same request multiple times.

It would be good to grey out the submit button and show a loading spinner next to it, to signal that the request was sent and is processing, as otherwise the user gets no feedback that anything is actually happening.

Ridd0 commented 5 months ago

Fixed