mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-22 04:10:01 +00:00
feat(editor): Canvas chat UI & UX improvements (#11924)
This commit is contained in:
@@ -4626,11 +4626,10 @@ export default defineComponent({
|
||||
|
||||
<n8n-button
|
||||
v-if="containsChatNodes"
|
||||
label="Chat"
|
||||
:label="isChatOpen ? i18n.baseText('chat.hide') : i18n.baseText('chat.window.title')"
|
||||
size="large"
|
||||
icon="comment"
|
||||
type="primary"
|
||||
:outline="isChatOpen === false"
|
||||
:type="isChatOpen ? 'tertiary' : 'primary'"
|
||||
data-test-id="workflow-chat-button"
|
||||
@click.stop="onOpenChat"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user