Fully integrate htmx in user interface #56
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, the user interface uses
hx-boost
to provide most partial-page htmx interaction. Rather than relying on this, modify links to usehx-get
and friends. Evaluate the user interface to determine if any full-page replacements could be more narrowly tailored.