feat: first batch of work

This commit is contained in:
Herculino Trotta
2025-11-01 03:15:44 -03:00
parent e600d87968
commit a63367a772
175 changed files with 3433 additions and 2245 deletions

View File

@@ -1,7 +0,0 @@
<script type="text/hyperscript">
on htmx:afterSettle
for elem in <.textarea/>
autosize(elem)
end
end
</script>

View File

@@ -14,7 +14,7 @@
confirmButtonText: @data-confirm-text or '{% translate 'Confirm' %}',
customClass: {
confirmButton: 'btn btn-primary me-3',
cancelButton: 'btn btn-danger'
cancelButton: 'btn btn-error'
},
buttonsStyling: false})
if result.isConfirmed trigger confirmed