Skip to content

Commit

Permalink
Merge pull request #3299 from n8n-io/N8N-3623-welcome-experience-feed…
Browse files Browse the repository at this point in the history
…back-changes

N8 n 3623 welcome experience feedback changes
  • Loading branch information
mutdmour authored May 16, 2022
2 parents 2c62160 + 16a3c78 commit 9a593b1
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 7 deletions.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/editor-ui/src/plugins/i18n/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@
"nodeWebhooks.showMessage.title": "URL copied",
"nodeWebhooks.testUrl": "Test URL",
"nodeWebhooks.webhookUrls": "Webhook URLs",
"onboardingWorkflow.stickyContent": "## 👇 Get started faster \n\n### ▶️ Quickstart video\n[![n8n quickstart video](/static/n8n-quickstart-v5-thumbnail.webp#full-width)](https://www.youtube.com/watch?v=RpjQTGKm-ok)\nCovers key concepts really quickly\n\n\n### 🎁 Template library\nGet inspiration and learn useful techniques from our pre-built [Workflow Templates](/templates).",
"onboardingWorkflow.stickyContent": "## 👇 Get started faster \n\n### Quickstart video\n[![n8n quickstart video](/static/quickstart_thumbnail.png#full-width)](https://www.youtube.com/watch?v=RpjQTGKm-ok)\nCovers key concepts really quickly\n\n\n### Template library\nGet inspiration and learn useful techniques from our pre-built [workflow templates](/templates).",
"openWorkflow.workflowImportError": "Could not import workflow",
"openWorkflow.workflowNotFoundError": "Could not find workflow",
"parameterInput.addExpression": "Add Expression",
Expand Down
6 changes: 0 additions & 6 deletions packages/editor-ui/src/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,6 @@ const router = new Router({
name: VIEWS.HOMEPAGE,
meta: {
getRedirect(store: Store<IRootState>) {
const isTemplatesEnabled: boolean = store.getters['settings/isTemplatesEnabled'];
const isTemplatesEndpointReachable: boolean = store.getters['settings/isTemplatesEndpointReachable'];
if (isTemplatesEnabled && isTemplatesEndpointReachable) {
return { name: VIEWS.TEMPLATES };
}

return { name: VIEWS.NEW_WORKFLOW };
},
permissions: {
Expand Down

0 comments on commit 9a593b1

Please sign in to comment.