j-ro / BusTrackDC-old

An app for iOS and Android to find out when your Metro or Circulator bus or Metro train is coming to a stop near you, using WMATA and NextBus prediction data.
http://bustrackdc.com
18 stars 8 forks source link

Use loading animation for all AJAX requests #25

Closed j-ro closed 11 years ago

j-ro commented 11 years ago

Right now, you get a loading animation in the center of the screen when you click a favorite to load predictions for that stop.

Ideally, we'd move the loading animation to the lower right (in the navigation bar, so it's always visible, even when a map is shown) and show the animation during any AJAX request, so users know when we're loading data.

That means adding it when requesting nearby stops or a route map, and removing it once that request is fulfilled.

j-ro commented 11 years ago

Fixed in version 1.1.1