-
Notifications
You must be signed in to change notification settings - Fork 411
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
added all htmx attributes #2540
Conversation
Thando Mafela seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #2540 +/- ##
==========================================
- Coverage 64.58% 64.33% -0.26%
==========================================
Files 138 139 +1
Lines 8086 8119 +33
Branches 1459 1459
==========================================
+ Hits 5222 5223 +1
- Misses 2864 2896 +32 ☔ View full report in Codecov by Sentry. |
This update introduces htmx attributes for every user who imports I believe it would be more appropriate to use |
@THM068 I think it makes sense to put into a separate project but can live inside this repo if you like ( |
Make sense, I will do that |
@THM068 I will close for now, please re-open when it's in a separate submodule of this repository, linked into root project. Thanks for your work on this! |
This PR is to add htmx attributes to the zio http. This will enable users to create interactive application using the backend.
You will need to pull the htmx javascript to make the attributes functional.