arduino / lab-micropython-editor

Arduino Lab for MicroPython is an Integrated Development Environment (IDE) for MicroPython.
GNU Affero General Public License v3.0
222 stars 28 forks source link

Feature/splashscreen #118

Closed murilopolese closed 7 months ago

murilopolese commented 7 months ago

Problem

The second instance always takes a little longer to open and we can't display anything on it while we wait

Solution

Show a splash screen seemed a good idea. When the app takes long to load, splash screen disappears immediately. Long is 1 second but adjustable. When the app opens fast, show the splash screen for a little bit before closing it so it doesn't "blink"