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:
@@ -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;">
|
||||
|
||||
Reference in New Issue
Block a user