FlowFuse / node-red-dashboard

https://dashboard.flowfuse.com
Apache License 2.0
198 stars 48 forks source link

ui-notification - display payload or a string #1232

Open Paul-Reed opened 1 month ago

Paul-Reed commented 1 month ago

Instead of the ui-notification displaying the incoming msg top left of the overlay, could there be an optional name property, like other UI nodes, so we could enter text instead of showing the payload, so for example we could enter " Please confirm action" as a string. Also... if the user selects 'string', and the field is left blank, then the space that the string would have occupied, could be removed, which would reduce the height of the the overlay, making it look less intrusive. (...if that makes sense!!)

During a forum discussion, @Steve-Mcl suggested that having a typed input would enable users to select either the msg or a string, but warned that it may not be possible??

Dashboard v1.15.0

joepavitt commented 1 month ago

Typed Input makes a lot of sense here - thanks for the suggestion @Paul-Reed