-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add loading indicator #25
base: master
Are you sure you want to change the base?
Conversation
I'm not sure notification about the pr have reached you so just in case @darekkay |
Thank you for the pull request. Unfortunately, it doesn't fully solve #10 . The spinner is only visible until the While the current state is bad (no loading indicator at all), I would argue that the proposal makes it worse - now users may think that once the loading spinner moves away, the download is completed - which is not true. I've created this project 10 years ago, mostly as a learning experience. And the code shows that, making some changes quite difficult. As far as I can tell, I used What could work (just tried it as a proof of concept) would be to replace the
and then to manually download the result. Unfortunately, I currently don't have the time to further look into this. |
@darekkay, I'm sorry for wasting your time. At the time of development, I was experiencing network issues which prevented me from downloading data from Todoist. This also made it difficult for me to detect the early disappearance of the spinner, as network errors consistently resulted in an error page. Thanks for the suggestions. Now it's done and tested. |
@kashiashvili No problem, no time wasted. I just don't put much priority on this project in general. I had finally a look into your latest changes and it seems to cause a new regression: not all data is exported when selecting JSON + "all data". On the main branch, all data is exported (for me 18 MB); with your change, it seems to break the export too early (only 602 kB for me). |
Add spinner and text when data is being fetched #10
I'm pretty sure this markup could have been done better