flojoy-ai / studio

Joyful visual programming for Python
https://docs.flojoy.ai
MIT License
204 stars 20 forks source link

New nodes are unstyled #182

Closed jackparmer closed 1 year ago

jackparmer commented 1 year ago

Any idea why this new node looks different from the others (it doesn't have any color or outline)?

image
SifatIbna commented 1 year ago

Looks the the problem is when you add the square wave & sawtooth nodes, but these nodes are included as sine wave-form, removed these obsolute nodes in the https://github.com/flojoy-io/flojoy-desktop/pull/183

smahmed776 commented 1 year ago

Looks the the problem is when you add the square wave & sawtooth nodes, but these nodes are included as sine wave-form, removed these obsolute nodes in the https://github.com/flojoy-io/flojoy-desktop/pull/183

@SifatIbna I don't think that was the cause behind this issue. Currently as far as I am concerned nodes are getting style based on their function name which shouldn't be. And the node mentioned here is not handled in customNode.tsx which is TIMESERIES.

smahmed776 commented 1 year ago

Resolved this issue. Closing..