advoor / nova-editor-js

Editor JS field for Laravel Nova
92 stars 54 forks source link

Add events for image uploads #98

Closed Woeler closed 11 months ago

Woeler commented 1 year ago

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

Woeler commented 1 year ago

Thanks for your comments. I will update this pr this week!

Woeler commented 1 year ago

I am unsure why the v8 tests keep failing. Running them locally produces no such errors.

Woeler commented 11 months ago

@roelofr Alright, everything seems to be good now