FlowFuse / node-red-dashboard

https://dashboard.flowfuse.com
Apache License 2.0
205 stars 49 forks source link

Custom Button-icon and/or dynamic properties #322

Closed mreis1986 closed 7 months ago

mreis1986 commented 1 year ago

Description

I would like to be implemented option to insert icon code on button widgets. There's any document where I can learn how to work with dynamic properties on button classes ?

Have you provided an initial effort estimate for this issue?

I have provided an initial effort estimate

joepavitt commented 1 year ago

Hi @mreis1986 - we don't currently have that supported. I have added this to our todo list though!

mreis1986 commented 1 year ago

Hi @mreis1986 - we don't currently have that supported. I have added this to our todo list though!

great! thanks.

what about dynamic properties, there's is any doc where I can read about it?

joepavitt commented 1 year ago

All of our documentation can be found here: https://dashboard.flowfuse.com/nodes/widgets/ui-button.html

We don't currently have many implemented, but when we do, they'll be added to those docs.

We have built in the foundational model (see here) but with limited resourcing, I've not been able to implement this widely yet.

mreis1986 commented 1 year ago

All of our documentation can be found here: https://dashboard.flowfuse.com/nodes/widgets/ui-button.html

We don't currently have many implemented, but when we do, they'll be added to those docs.

We have built in the foundational model (see here) but with limited resourcing, I've not been able to implement this widely yet.

awesome. thank you again

m-schaeffler commented 7 months ago

for my projects the icon parameter is needed: I have it in around 90% of the buttons.

joepavitt commented 7 months ago

Closed by #704