Make HTMX swap error codes
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Isaac Mills 2025-06-05 19:29:47 -06:00
parent 25737e1f1b
commit 13d11ea722
Signed by: fnmain
GPG key ID: B67D7410F33A0F61

View file

@ -13,7 +13,7 @@
<script type="module">
window.htmx = require('htmx.org');
</script>
<meta name="htmx-config" content='{"responseHandling": [{"code":"204", "swap": false},{"code":"...", "swap": true}]}'>
<meta name="htmx-config" content='{"responseHandling": [{"code":"...", "swap": true}]}'>
<style>
.flex-container {
display: flex;