Implement a live console of the downloader on the progress page #6

Merged
Joren merged 7 commits from implConsole into main 2024-09-24 20:40:18 +02:00
Showing only changes of commit 8a63f73839 - Show all commits

View File

@ -142,7 +142,7 @@
<button id="toggle-console">Toggle Console View</button>
<button id="back-button" onclick="window.location.href='/'">Back to Index</button>
</div>
<div id="console"></div>
<div style="display: none;" id="console"></div>
<script>
let isPaused = false;