You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently opening a notebook from the menu shows no loading screen or a progress. It just shows a loading cursor. A loading screen would be nice to inform the user that the file is loading and that anything has not crashed/gone wrong.
Version
0.0.2
The text was updated successfully, but these errors were encountered:
@fonsp I am using the latest Pluto.jl version so the loading screen you made is working. The loading screen this issue is talking about seems tricky to implement, because in this case, electron has to kind of tell the frontend when to show a loading screen and when to remove it. So it needs to listen to some event to know when the loading is complete. Also, there is this multi-window issue, i.e. to show the loading screen on which window exactly, because the event would probably not have that information.
In which process do you want a new feature?
Opening a file
Feature / Improvement
Currently opening a notebook from the menu shows no loading screen or a progress. It just shows a loading cursor. A loading screen would be nice to inform the user that the file is loading and that anything has not crashed/gone wrong.
Version
0.0.2
The text was updated successfully, but these errors were encountered: