lonnieezell / Bonfire2

CodeIgniter 4-based application skeleton
MIT License
129 stars 50 forks source link

Fix recycler view which would dublicate page #391

Closed dgvirtual closed 1 year ago

dgvirtual commented 1 year ago

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:

paveikslas

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.