Is it possible to load the main window but keep it hidden until frontend is done loading? Like keep it hidden until a command has been issued from frontend or create and show a light loading window until the main window is completely loaded in the background.
I don't know if I've added large packages to my application (like mantineJS and tailwind that hasn't been postcss:ed yet) but a slow machine can take several seconds to load, meanwhile an empty white screen is showing until frontend is completely loaded. This is worst on first load on cold start, not so much when loading the page after hot reload on backend changes or frontend reload.