jessepeterson / margarita

Web frontend for reposado
The Unlicense
244 stars 40 forks source link

More resilient and reliable "loading" screen #24

Open jessepeterson opened 11 years ago

jessepeterson commented 11 years ago

Currently the list is taken away and replaced with a progress bar, however other buttons and UI elements are usable and there is no status on what is going on. To rejigger this system.

dkf2010 commented 8 years ago

Same issue here. Is this a known bug or a misconfiguration on my system?

jessepeterson commented 8 years ago

It's just inconsistent, I think. The time it takes reposado to apply changes and rewrite catalogs might be taking longer than some default browser timeout. Plus the development server is single-threaded and that makes AJAX queries.. interesting.