✨ (htmx): Añade integración con HTMX 2
Constantes `hx-*`, `HtmxRequestExt` y `HtmxResponse` cubren el ciclo completo: escribir atributos, leer la petición y construir la respuesta. La extensión Htmx inyecta el script automáticamente. Añade `IntoResponse` y `Response` al prelude de PageTop.
This commit is contained in:
parent
511149caa7
commit
38fd24453e
15 changed files with 1389 additions and 1 deletions
|
|
@ -65,6 +65,7 @@ case "$CRATE" in
|
|||
# Extensions
|
||||
--exclude-path "extensions/pagetop-aliner/**/*"
|
||||
--exclude-path "extensions/pagetop-bootsier/**/*"
|
||||
--exclude-path "extensions/pagetop-htmx/**/*"
|
||||
--exclude-path "extensions/pagetop-seaorm/**/*"
|
||||
)
|
||||
;;
|
||||
|
|
@ -76,6 +77,10 @@ case "$CRATE" in
|
|||
CHANGELOG_FILE="extensions/pagetop-bootsier/CHANGELOG.md"
|
||||
PATH_FLAGS=(--include-path "extensions/pagetop-bootsier/**/*")
|
||||
;;
|
||||
pagetop-htmx)
|
||||
CHANGELOG_FILE="extensions/pagetop-htmx/CHANGELOG.md"
|
||||
PATH_FLAGS=(--include-path "extensions/pagetop-htmx/**/*")
|
||||
;;
|
||||
pagetop-seaorm)
|
||||
CHANGELOG_FILE="extensions/pagetop-seaorm/CHANGELOG.md"
|
||||
PATH_FLAGS=(--include-path "extensions/pagetop-seaorm/**/*")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue