Removi a possibilidade de conectar o card da ClaudIA com demais cards#142
Open
willamyalves wants to merge 1 commit intomainfrom
Open
Removi a possibilidade de conectar o card da ClaudIA com demais cards#142willamyalves wants to merge 1 commit intomainfrom
willamyalves wants to merge 1 commit intomainfrom
Conversation
willamyalves
commented
Jan 16, 2026
alexandre-machado
approved these changes
Jan 20, 2026
| block.options?.dynamicItems?.isEnabled && | ||
| block.options.dynamicItems.pictureSrcsVariableId) | ||
| // Disable default connector for ClaudIA custom block | ||
| block.type === 'claudia' |
There was a problem hiding this comment.
será que nao tem um Enum tipo o LogicBlockType ali embaixo? assim nao ficaria essa string magica aqui
| block.options?.dynamicItems?.isEnabled && | ||
| block.options.dynamicItems.pictureSrcsVariableId) | ||
| // Disable default connector for ClaudIA custom block | ||
| block.type === 'claudia' |
There was a problem hiding this comment.
The hardcoded string 'claudia' should be replaced with a constant from a shared constants file (similar to how LogicBlockType and InputBlockType are used). This improves maintainability and prevents typos.
There was a problem hiding this comment.
+1 nesse comentário aqui /\
Imagino que ja exista um enum, caso nao exista consideraria criar. Mas não faço lá muita questão, fica a vontade de subir com isso hard coded se estiver com receio ou for demorar mais
fabriciorissetto
approved these changes
Feb 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.