Alex Grozav
Alex Grozav
[AI_Chat_Trigger.json](https://github.com/n8n-io/n8n/files/12870898/AI_Chat_Trigger.json)
## Summary - Introduces `VUE_APP_PUBLIC_WORKFLOWS_DEMO_ROUTE` env variable for publicly exposing `/workflows/demo` route - Prevents loading authenticated resources when exposing `/workflows/demo` route - Introduces `PUBLIC_NODES_JSON` env variable for publicly exposing `/nodes.json`...
## Summary - Introduced executions store - Refactored and componentized global executions view - Refactored workflow executions view - Extracted common executions code into executions store and implemented in views...
### Discussed in https://github.com/inkline/inkline/discussions/408 Originally posted by **LubosAngus** January 4, 2024 Hi there, how can I achieve translation of validation messages? I mean globally instead of putting message to every...
* **Summary** Inkline should output a --border var that can be used in css rules as simply border: `var(--border)` or something like this. * **Motivation** Using `border: var(--border-width) var(--border-style) var(--border-color)`;...
## Summary Migrates WorkflowDetails to Composition API. Rewrites all the getters to use the workflow directly from the props. ## Related tickets and issues https://linear.app/n8n/issue/N8N-7345/migrate-workflowdetails-to-composition-api ## Review / Merge checklist...
## Summary Migrate TabBar to Composition API and remove unnecessary properties. ## Related tickets and issues https://linear.app/n8n/issue/N8N-7373/rewrite-tabbar-to-composition-api ## Review / Merge checklist - [x] PR title and summary are descriptive....
## Summary Generates a `curl` command to be imported and HTTP Request Node `metadata` using a crafted OpenAI prompt. This provides guidance for less technical users. ## Related tickets and...
## Summary This PR contains the initial code for the NodeView and Canvas rewrite. We're going through a big migration to VueFlow which should take our editor experience to the...
## Summary In order to have better type safety and better caching, we're rewriting the workflows store to use composition api. ## Related tickets and issues https://linear.app/n8n/issue/N8N-7380/migrate-workflows-store-to-composition-api ## Review /...