Migrate intercooler.js to HTMX; remove jQuery #32
Labels
No labels
bug
enhancement
good first issue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
jmcbray/brutaldon#32
Loading…
Add table
Add a link
Reference in a new issue
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?
The author of intercooler.js has a new library, HTMX. It should do every thing we were using intercooler for, and it does not require jQuery, so we can remove a big dependency.
This will also require replacing the lightbox plugin, since magnific-popup uses jQuery. It might be feasible to just write one in terms of htmx; it might make it easier to deal with the back button issue, too. I also probably need to rewrite some misc. utility JS to not use jQuery.
Doing this in multiple stages: