feat(editor): Always show collapsed panel at the bottom of canvas (#13715)

This commit is contained in:
autologie
2025-03-18 17:09:09 +01:00
committed by GitHub
parent bc15bb18d9
commit 2e9d3ad3e1
19 changed files with 895 additions and 248 deletions

View File

@@ -200,6 +200,7 @@
"chat.window.chat.sendButtonText": "Send",
"chat.window.chat.provideMessage": "Please provide a message",
"chat.window.chat.emptyChatMessage": "Empty chat message",
"chat.window.chat.emptyChatMessage.v2": "Send a message below to trigger the chat workflow",
"chat.window.chat.chatMessageOptions.reuseMessage": "Reuse Message",
"chat.window.chat.chatMessageOptions.repostMessage": "Repost Message",
"chat.window.chat.chatMessageOptions.executionId": "Execution ID",
@@ -209,7 +210,10 @@
"chat.window.chat.unpinAndExecute.cancel": "Cancel",
"chat.window.chat.response.empty": "[No response. Make sure the last executed node outputs the content to display here]",
"chat.window.session.title": "Session",
"chat.window.session.id": "Session: {id}",
"chat.window.session.id.copy": "(click to copy)",
"chat.window.session.reset": "Reset",
"chat.window.session.resetSession": "Reset chat session",
"chatEmbed.infoTip.description": "Add chat to external applications using the n8n chat package.",
"chatEmbed.infoTip.link": "More info",
"chatEmbed.title": "Embed Chat in your website",
@@ -952,6 +956,11 @@
"readOnlyEnv.cantAdd.project": "You can't add new projects to a protected n8n instance",
"readOnlyEnv.cantAdd.any": "You can't create new workflows or credentials on a protected n8n instance",
"readOnlyEnv.cantEditOrRun": "This workflow can't be edited or run manually because it's on a protected instance",
"logs.overview.header.title": "Logs",
"logs.overview.header.actions.clearExecution": "Clear execution",
"logs.overview.header.actions.clearExecution.tooltip": "Clear execution data",
"logs.overview.body.empty.message": "Nothing to display yet. Execute the workflow to see execution logs.",
"logs.overview.body.empty.action": "Execute the workflow",
"mainSidebar.aboutN8n": "About n8n",
"mainSidebar.confirmMessage.workflowDelete.cancelButtonText": "",
"mainSidebar.confirmMessage.workflowDelete.confirmButtonText": "Yes, delete",
@@ -1732,6 +1741,9 @@
"runData.trimmedData.title": "Data not viewable yet",
"runData.trimmedData.message": "It will be available here once the execution has finished.",
"runData.trimmedData.loading": "Loading data",
"runData.panel.actions.collapse": "Collapse panel",
"runData.panel.actions.open": "Open panel",
"runData.panel.actions.popOut": "Pop out panel",
"saveButton.save": "@:_reusableBaseText.save",
"saveButton.saved": "Saved",
"saveWorkflowButton.hint": "Save workflow",