Add HTMX 2.0.4 and Django-HTMX to NAV#3386
Conversation
Test results 12 files 12 suites 12m 1s ⏱️ Results for commit 96c81ee. ♻️ This comment has been updated with latest results. |
podliashanyk
left a comment
There was a problem hiding this comment.
Looks good, but I would like it to specify which version of HTMX is vendored. Let's rename file to htmx-2.0.4.min.js to help with it.
This vendors in a minified version of HTMX 2.0.4.
Agreed, fixed :) |
|
|
I suggest leaving this in draft mode until we have 1 complete feature based on this PR. At that point, this can be merged, and that feature can then be merged. |
|
Several features based on this are now pending, and some of them are dependent on multiple, otherwise unrelated, PRs, so it's time to merge this. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3386 +/- ##
==============================
==============================
☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|



This can be used as a base for upcoming PRs that want to build HTMX features for NAV before HTMX is merged to master.
This replaces parts of #2883 and is part of #2639