Modularize frontend: API helper module and cleaner app.js

This commit is contained in:
2026-01-28 17:16:41 +01:00
parent fe8ba137e0
commit d74deb1696
3 changed files with 77 additions and 56 deletions

View File

@@ -88,6 +88,6 @@
<div id="toast" class="toast hidden"></div>
<script src="app.js"></script>
<script type="module" src="app.js"></script>
</body>
</html>