eclipse-theia / theia

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

Make sure UI loads when minimized. #13887

Closed tsmaeder closed 1 day ago

tsmaeder commented 1 week ago

What it does

Fixes #13798

Contributed on behalf of STMicroelectronics

How to test

  1. Remove the splash screen settings in examples/electron/package.json and rebuild
  2. Start Theia with theia electron start and immediately minimize the window
  3. Wait until nothing moves in the command line log
  4. Unminimize the Window
  5. Observe: the UI is already done rendering (no "loading" indicator).

Follow-ups

Review checklist

Reminder for reviewers

tsmaeder commented 1 week ago

@JonasHelming I suspect this might speed up loading in the presence of a splash screen, as well.