sha
All checks were successful
Deploy to FTP / deploy (push) Successful in 5s

This commit is contained in:
Sebastian Molenda
2026-05-05 20:43:06 +02:00
parent ae9f965e03
commit 77d5af8fa0
5 changed files with 45 additions and 51 deletions

View File

@@ -140,24 +140,11 @@
</div>
</section>
</main>
<main class="screen hidden" id="history-screen">
<header class="play-header">
<div class="left">
<button id="history-back" class="small">← Menu</button>
</div>
<div class="center"><strong>Historia sesji</strong></div>
<div class="right">
<button id="clear-history" class="small">Wyczyść</button>
</div>
</header>
<section class="panel history-list" id="history-list">
<!-- wpisy historii -->
</section>
</main>
</div>
<footer class="app-footer">Commit: <span id="commit-sha">(loading)</span></footer>
<footer class="app-footer">Commit: <span id="commit-sha">(loading)</span></footer>
<script src="version.js" defer></script>
<script src="app.js"></script>
</body>
</html>