When to use this skill ALWAYS use this skill when the user mentions: - Splashscreen or loading screen at app startup - Avoiding white screen flash during initialization - Controlling when to hide the splashscreen Trigger phrases include: - "splashscreen", "splash screen", "loading screen", "white screen", "startup screen" How to use this skill 1. Configure splashscreen window in : 2. Create a splashscreen HTML file (e.g., ) with your loading animation or logo 3. Close the splashscreen and show main window from Rust when the app is ready: 4. Trigger from the frontend when initialization is com…