- 
                Notifications
    You must be signed in to change notification settings 
- Fork 0
Feat/#395 #423
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
…on and improve mapping logic
…aTypeRulesNumberRangeConfig for validation
…lue and DataTypeRulesItemOfCollectionConfig for validation
…taTypeIdentifier for validation
…aTypeRulesRegexConfig for validation
…nd DataTypeRulesContainsKeyConfig for validation
…ype and getTypeFromValue methods
…67667e8c736081887d32d99a5e2ab0445718798
…e suggestion logic
…insKeyRule validation logic
…pe handling and support new data structure
…ining to sources mapping
… and validation logic
… 'from' and 'to' in config
…onView and FlowView for improved type consistency
…mproved type consistency
…proved type consistency
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also you still override the Runtime files. Please remove those commits where you change it.
| return undefined | ||
| } | ||
|  | ||
| get json(): NodeFunctionObject { | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why did you add this. This does no longer functions
| }); | ||
| } | ||
|  | ||
| if (idCounter == 1) { | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What did you do here?
| <Text size={"md"} hierarchy={"secondary"} style={{overflow: "hidden", display: "block", marginBottom: ".25rem", textOverflow: "ellipsis", whiteSpace: "nowrap"}}> | ||
| {project?.description} | ||
| </Text> | ||
| <Text size={"sm"} hierarchy={"tertiary"} style={{display: "block", marginTop: ".75rem"}}> | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My idea was to use Badges for information like the updatedAt infos etc. with icons.
No description provided.