Opened 4 years ago
Closed 4 years ago
#84 closed task (fixed)
Show a "loading" spinner or a progress bar while uploading fit/gpx files
Reported by: | borja | Owned by: | borja |
---|---|---|---|
Priority: | major | Milestone: | OpenWorkouts 0.3 |
Component: | UI | Keywords: | |
Cc: |
Description
Right now, when you click on "save" on a workout that is being added by uploading a tracking file, there is no feedback to the user that the workout is being added.
Change History (2)
comment:1 Changed 4 years ago by borja
- Owner set to borja
- Status changed from new to accepted
comment:2 Changed 4 years ago by borja
- Resolution set to fixed
- Status changed from accepted to closed
Note: See
TracTickets for help on using
tickets.
Implemented here: changeset:c82fe79/OpenWorkouts-current changeset:c081c35/OpenWorkouts-current
This is a very basic implementation, simply using a gif animated image + some simple javascript to catch the form submit and hide/show elements from the rendered page.
But for now it should be good enough.