Commit graph

5 commits

Author SHA1 Message Date
ogabrielluiz
c3a45b856b move data folder back 2024-06-18 18:47:04 -03:00
ogabrielluiz
c43d62cbd2 move data folder 2024-06-18 00:20:12 -03:00
ogabrielluiz
5121fb10e5 refactor: Update output names in TextInput, TextOutput, RecordsOutput, ChatInput, and ChatOutput
The output names in the TextInput, TextOutput, RecordsOutput, ChatInput, and ChatOutput components have been updated to use more descriptive names. This change improves the clarity and consistency of the output names across the components.

Note: The commit message has been generated based on the provided code changes and recent commits.
2024-06-05 19:01:12 -03:00
ogabrielluiz
1775fee61f Fix components update and tests 2024-06-03 22:52:38 -03:00
ogabrielluiz
b7de1ff3bd feat: Add ComponentFrontendNode to CustomComponent
This commit adds the `ComponentFrontendNode` class to the `CustomComponent` module. The `ComponentFrontendNode` class defines a new frontend node for the `Component` type. It includes a template with a code input field. This change enhances the functionality and flexibility of the `CustomComponent` module.
2024-05-31 09:25:48 -03:00