Conversation
gabrielbmoro
left a comment
There was a problem hiding this comment.
I think it worth remove unnecessary files, and including them in our .gitignore
There was a problem hiding this comment.
#question
Can you remove this file? It is not necessary
There was a problem hiding this comment.
#question
Can you remove this file? It is not necessary
There was a problem hiding this comment.
#question
Can you remove this file? It is not necessary
There was a problem hiding this comment.
#question
Can you remove this file? It is not necessary
There was a problem hiding this comment.
#question
Can you remove this file? It is not necessary
There was a problem hiding this comment.
#question
Can you remove this file? It is not necessary
| self.progress = properties.progress ?? 0.0 | ||
| self.height = CGFloat(properties.height ?? 0.0) | ||
| self.alignment = properties.alignment ?? .top | ||
| self.textColor = properties.textColor ?? "#000000" |
There was a problem hiding this comment.
#question
Can we create a constant to represent default values for example, here we can have one called Color.Unspecified?

Description
This PR adds a new
CraftDProgressBarcomponent with a serialized data model as input and displays in the sample list.Tests
Added component in the sample list and an input in the
dynamic.jsonfileScreenshots
Check list