In current code on changing selection in recycler page an ajax request is made which replaces only part of the page with a full page. The result is not always obvious, but it can be seen as this:
The changes replaces the htmx-based code in select with alpine component (htmx would be great here, but would not be trivial to implement, since we currently need full page reload for alerts to work). The issued get request reloads whole page, also changing the url in browser properly.
In current code on changing selection in recycler page an ajax request is made which replaces only part of the page with a full page. The result is not always obvious, but it can be seen as this:
The changes replaces the htmx-based code in select with alpine component (htmx would be great here, but would not be trivial to implement, since we currently need full page reload for alerts to work). The issued get request reloads whole page, also changing the url in browser properly.