christianwgd / django_restic_gui

A GUI web application for restic backup
MIT License
8 stars 2 forks source link

Display a "work in progress" spinner during slow operations #12

Closed morlandi closed 2 years ago

morlandi commented 2 years ago

Fetching data from remote Restic repos can be rather slow, so giving a feedback that something is going on might be appropriate. The solution adopted in thie PR is very rude, and requires to manually add onclick="wip()" to all link responsible of potentially slow operations