Open ivelsantos opened 3 weeks ago
The select html tag on the homepage that change the algo state triggers a full page reload. For efficiency reasons it should only refresh html element of the select.
Use htmx to update the html element of the select on algo state change.
Issue
The select html tag on the homepage that change the algo state triggers a full page reload. For efficiency reasons it should only refresh html element of the select.
Proposal
Use htmx to update the html element of the select on algo state change.