-
Notifications
You must be signed in to change notification settings - Fork 412
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: htmx attributes #2589
feat: htmx attributes #2589
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #2589 +/- ##
=======================================
Coverage 64.70% 64.70%
=======================================
Files 140 140
Lines 8468 8468
Branches 1547 1547
=======================================
Hits 5479 5479
Misses 2989 2989 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As mentioned in the ticket, the impl. has to be done in a subproject
@987Nabil |
@neo773 Take a look in the build.sbt file. There are different modules defined. For example you can also find You can also check the sbt docs to understand sbt modules better. |
Got it, thank you. |
@987Nabil P.S For some reason the CI seems to be broken on all PRs might wanna investigate that Thanks. |
To fix the github CI error, run |
@vigoo |
No I was just waiting for CI to pass |
This PR adds HTMX Attributes in a
zio.http.htmx
package/closes #2539
/claim #2539