Adiciona botão de FAQ Eddie na barra superior do Typebot.#139
Open
willamyalves wants to merge 1 commit intomainfrom
Open
Adiciona botão de FAQ Eddie na barra superior do Typebot.#139willamyalves wants to merge 1 commit intomainfrom
willamyalves wants to merge 1 commit intomainfrom
Conversation
alexandre-machado
approved these changes
Jan 20, 2026
fabriciorissetto
approved these changes
Feb 13, 2026
There was a problem hiding this comment.
Pull request overview
Este PR adiciona um botão de FAQ (Eddie) à barra superior do editor do Typebot, com suporte para múltiplos idiomas (português, inglês e espanhol). O botão direciona os usuários para a Central de Ajuda da CloudChat em suas respectivas linguagens.
Changes:
- Adiciona URLs da Central de Ajuda específicas por idioma nos arquivos de tradução
- Implementa novo botão de FAQ no componente TypebotHeader com link externo
- Garante que o botão apareça apenas quando não estiver em modo embedded
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 5 comments.
| File | Description |
|---|---|
| apps/builder/src/i18n/pt-BR.json | Adiciona chave de tradução com URL da FAQ em português |
| apps/builder/src/i18n/es.json | Adiciona chave de tradução com URL da FAQ em espanhol |
| apps/builder/src/i18n/en.json | Adiciona chave de tradução com URL da FAQ em inglês |
| apps/builder/src/features/editor/components/TypebotHeader.tsx | Implementa botão de FAQ no header com link externo e verificação de modo embedded |
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.
Ajustado também para as FAQs nas linguagens inglês e espanhol.