feat: add splash screen with logo on app load and after login

- Show sofarr logo splash screen while app initialises
- On page load: splash stays visible while checking auth and fetching data
- After login: splash reappears while fetching initial downloads
- Minimum 1.2s display with smooth fade-out transition
- Subtle pulse animation on the logo
This commit is contained in:
2026-05-15 23:14:16 +01:00
parent bafa03aac2
commit b146a180d0
4 changed files with 68 additions and 2 deletions

View File

@@ -7,6 +7,11 @@
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Splash Screen -->
<div id="splash-screen" class="splash-screen">
<img src="images/sofarr-flashscreen.png" alt="sofarr" class="splash-logo">
</div>
<div class="app">
<!-- Login Form -->
<div id="login-container" class="login-container" style="display: none;">