rstacruz / nprogress

For slim progress bars like on YouTube, Medium, etc
http://ricostacruz.com/nprogress
MIT License
25.99k stars 1.81k forks source link

Enable nprogress bar to have multi instance with different parent #179

Closed RamyRais closed 6 years ago

RamyRais commented 7 years ago

THIS IS A BREAKING CHANGE

In this pull request the library will be able to render many progress bar with different parent. This is useful when you have a page with many components each one is loading on it own. there no need for a progress bar that wait for all, but rather each component have it is own progress bar.

RamyRais commented 6 years ago

i closed the pull request because the master branch is not only about what happened in the pull request

mstruensee commented 5 years ago

I got it to work but it was too hacky imo ... I could revisit this and see if I can get it working with better code if you would like?