-
Notifications
You must be signed in to change notification settings - Fork 53
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
Add events for image uploads #98
Conversation
Thanks for your comments. I will update this pr this week! |
Co-authored-by: Roelof <github@roelofr.dev>
I am unsure why the v8 tests keep failing. Running them locally produces no such errors. |
@roelofr Alright, everything seems to be good now |
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.
Hey, thanks for picking this back up after the pipelines were fixed.
As time moves on, so does my understanding of code, It seems like a good idea to remove unused traits, but other than that it looks ready to roll.
Please add a CHANGELOG entry so we can keep track of these changes, then we'll get this merged in.
Co-authored-by: Roelof <github@roelofr.dev>
Co-authored-by: Roelof <github@roelofr.dev>
This PR adds events for image uploads and thumbnail generation. This allows users to hook into these processes. I for instance want to convert uploaded images to webp, and use the OG image as fallback. With these events I can now just listen for uploads and dispatch conversion jobs.
I'm sure there are many other things people will be able to do with this feature.
Resolves #84