ivelsantos / cryptor

MIT License
1 stars 0 forks source link

Handle algo state with htmx #17

Open ivelsantos opened 3 weeks ago

ivelsantos commented 3 weeks ago

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.