wimdeblauwe / htmx-spring-boot

Spring Boot and Thymeleaf helpers for working with htmx
Apache License 2.0
436 stars 41 forks source link

48: preserve the order of templates inside the HtmxResponse #49

Closed klu2 closed 1 year ago

klu2 commented 1 year ago

Fixes #48

checketts commented 1 year ago

I like it. I wanted this very thing few weeks ago. Not because it was required, just because it make the response more confusing otherwise.

wimdeblauwe commented 1 year ago

Thank you for this! Can you add this commit also to the PR: https://github.com/wimdeblauwe/htmx-spring-boot-thymeleaf/commit/e31b2575b95a628d23d6e06d61707573e06ce3cf

It is an extra test that the order is also ok when merging HtmxResponse objects. After that, I will merge your PR.

klu2 commented 1 year ago

did so