OPENER-next / OpenStop

App for collecting OpenStreetMap-compliant accessibility data in public transport
https://openstop.app
GNU General Public License v3.0
65 stars 13 forks source link

Indicate that the upload is in progress #79

Closed Robbendebiene closed 1 month ago

Robbendebiene commented 2 years ago

Currently after clicking the "upload button" nothing will happen until the upload is completed. While this works quite well when having a good connection, uploading data with a slow connection may take longer. Thus we should show some kind of indeterminate progress indicator.

Ideas:

Example:

7h30n3 commented 2 years ago

PR #85 introduced a snackbar message, if upload was successfull or erroneous.

Robbendebiene commented 1 month ago

PR #263 introduced an icon animation for the marker that is currently being uploaded. The upload button is not animated as we immediately close the sheet so the user can continue without having to wait.

Also the "upload success" snackbar message was removed.