BenjaminBrandmeier / angular2-image-gallery

Image Gallery built with Angular 18+, node.js and GraphicsMagick
https://oidamo.de/blog/gallery-demo
MIT License
305 stars 106 forks source link

Feature: overlay buttons with click events as plugins #81

Open supersexy opened 5 years ago

supersexy commented 5 years ago

It would be extremely useful if we could implement overlay buttons with click handlers, e.g. for sharing or rating pictures or doing anything related to user interaction.

I believe it would make sense if you decided how to implement such optional overlays in a way that it still is extensible, so people could add their own "button action plugin" easily.

Do you think this is interesting?

BenjaminBrandmeier commented 1 year ago

Absolutely. I'm willing to merge a PR if you or anyone else is willing to contribute on this matter.