NoLiD / Disquo

Data comparator for humans.
1 stars 1 forks source link

Improve the loading animation #26

Closed xkb closed 9 years ago

xkb commented 9 years ago

Simply put, loading animation needs to be more intuitive.

xkb commented 9 years ago

b4581f7d6a5afc931c3b77ed9c19478efd9028b3 is an attempt at an improvement. It's replaces the loading spinner with NProgress. It's much simpler and not as fancy looking but it buys us a few things.

  1. Doesn't disturb rest of the UI
  2. Can be dynamically controlled and triggered at any time.
    • Will be awesome for search
    • We can even turn it on for background queries to give users some feedback
  3. Believe it or not, it's less stressful on the browser

I'm going to leave this open till we have a unanimous decision.

kdbanman commented 9 years ago

NProgress is much better.