feat: progress bar, more realiable reconnects

This commit is contained in:
Felipe M 2025-05-13 15:11:35 +02:00
parent bcc1bce743
commit 7e8f6786fe
Signed by: fmartingr
GPG key ID: CCFBC5637D4000A8
5 changed files with 305 additions and 30 deletions

View file

@ -8,6 +8,10 @@
<meta http-equiv="refresh" content="900"> <!-- Refresh page every 15 minutes to prevent memory issues -->
</head>
<body>
<div id="loading-overlay">
<div class="spinner"></div>
<p>Loading jukebox data...</p>
</div>
<div class="container">
<header>
<h1>Discord Jukebox</h1>
@ -61,4 +65,4 @@
<script src="/static/app.js"></script>
</body>
</html>
</html>