mozilla / scanjs

[DEPRECATED] Static analysis tool for javascript code.
Other
428 stars 39 forks source link

Make progress throbber animated #114

Closed mozfreddyb closed 2 years ago

mozfreddyb commented 10 years ago

As a follow-up from #113: We have progress reporting for ongoing scans, but the throbber doesn't move (this is an oversight. Finding a good looking gif was painful so I got this one in and forgot to update).

Rob suggested the progress indicator built into bootstrap which looks quite promising. http://getbootstrap.com/components/#progress

mozfreddyb commented 10 years ago

The bootstrap progress component allows setting to a certain percentage, which would involve some counting and back and forth updating. I'd prefer to keep it simple and just use a throbber image.

I couldn't find a transparent GIF that looks fine in our website. Leaving this unassigned and hoping someone else cares enough cough @pwnetrationguru cough