bartbutenaers / node-red-contrib-ui-svg

A Node-RED widget node to show interactive SVG (vector graphics) in the dashboard
Apache License 2.0
94 stars 27 forks source link

Check messages on server-side #16

Closed bartbutenaers closed 4 years ago

bartbutenaers commented 5 years ago

Currently the input messages are being checked at client-side, which means the user needs to go check the browser log very often. Those checks need to be moved to the server-side, to make sure the server-side log is filled and a Status-node could be used

bartbutenaers commented 5 years ago

The checks should be moved to beforeEmit, see example.

bartbutenaers commented 4 years ago

This feature has been implemented in the "panzoom" branch, and will be part of the 2.0.0 release.