Vendor htmx and add toast/loading-state CSS

Self-hosted htmx v2.0.10 (no CDN) plus the toast container and CSS
this and the following tasks need for in-place sync updates.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
Bastian Wagner
2026-08-16 13:12:49 +02:00
parent f70f511907
commit 59b39f10cb
3 changed files with 56 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
<link rel="shortcut icon" href="/static/favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="/static/apple-touch-icon.png">
<link rel="stylesheet" href="/static/style.css">
<script src="/static/htmx.min.js" defer></script>
<script src="/static/app.js" defer></script>
</head>
<body>
@@ -33,5 +34,6 @@
<main class="container">
{% block content %}{% endblock %}
</main>
<div id="toast-container" class="toast-container"></div>
</body>
</html>