eclipse-theia / theia

Eclipse Theia is a cloud & desktop IDE framework implemented in TypeScript.
http://theia-ide.org
Eclipse Public License 2.0
19.29k stars 2.45k forks source link

Add an indicator for loading notebooks #13843

Closed msujew closed 1 week ago

msujew commented 1 week ago

What it does

Adds a small loading indicator for notebook widgets. While the notebook is loading (which might include activating the corresponding extension and waiting until the notebook serializer is ready), we simply display the indicator to make it clear that the notebook is still loading.

How to test

  1. Open a notebook
  2. Assert that for a short duration, the indicator is visible at the top of the widget.

Review checklist

Reminder for reviewers