artem-mangilev / ngx-vflow

An open source library to build node-based UI with Angular 16+
https://www.ngx-vflow.org/
MIT License
165 stars 10 forks source link

[Feature Request] - Node Toolbar #46

Closed shyamal890 closed 1 week ago

shyamal890 commented 8 months ago

Something like image

artem-mangilev commented 8 months ago

Thanks for your issue! You can kind of create custom logic for it with current lib features, like create a custom html node that shows toolbar inside of it on activate. But as I see a toolbar is outside of node, so this will require some additional work on lib side

ChristofFritz commented 2 months ago

I built something like this. The tricky part is to make it work in Safari. Position: relative & position: absolute doesn't really work with foreign object in safari. That's why I built it by rendering it outside the ngx-vflow component.

artem-mangilev commented 2 weeks ago

Hi there. I will add a toolbar in v0.15.0

artem-mangilev commented 1 week ago

@shyamal890 @ChristofFritz Hi! Added here