shifsts bug

This commit is contained in:
2025-08-17 09:03:28 -06:00
parent 816b984b53
commit 2a424d1399
7 changed files with 111 additions and 30 deletions

View File

@@ -18,8 +18,8 @@
<!-- Custom CSS -->
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div id="app">
<body class="authenticating">
<div id="app" class="app-hidden">
<!-- Header -->
<header class="header">
<h1>Map</h1>
@@ -429,7 +429,10 @@
<!-- Loading Overlay -->
<div id="loading" class="loading-overlay">
<div class="spinner"></div>
<p>Loading map...</p>
<p>Authenticating...</p>
<p class="loading-patience-message">
Loading map for the first time can take several seconds, even up to a minute. Please be patient.
</p>
</div>
</div>