Commit Graph

48 Commits

Author SHA1 Message Date
Daria
3aeb622978 feat(editor): Show the right editor in focus panel (#17062)
Co-authored-by: Charlie Kolb <charlie@n8n.io>
2025-07-09 14:40:39 +03:00
Daria
474365fd1b feat(editor): Close focus panel when necessary (no-changelog) (#17114) 2025-07-09 11:09:55 +03:00
Charlie Kolb
ffe8fbbf73 fix(editor): Support 'Save Workflow' key shortcut in new workflows (#16756) 2025-07-07 08:43:06 +02:00
Elias Meire
6ef38411d8 feat(editor): NDV UI overhaul experiment (#14209)
Co-authored-by: jakeranallo <jake.ranallo@gmail.com>
2025-07-04 17:14:17 +02:00
Daria
2d2818cdf8 feat(editor): Implement execute step mechanism for focused panel (no-changelog) (#16891)
Co-authored-by: Charlie Kolb <charlie@n8n.io>
Co-authored-by: Milorad FIlipović <milorad@n8n.io>
2025-07-02 19:23:48 +03:00
Ricardo Espinoza
d76f05ba3d fix: Stop telemetry events to Posthog (#16788) 2025-06-30 09:08:47 -04:00
Benjamin Schroth
6408d5a1b0 feat: Add fallback mechanism for agent and basic chain llm (#16617) 2025-06-26 16:14:03 +02:00
Daria
781b680f2a feat(editor): Open Focus Panel on canvas action button click (no-changelog) (#16698) 2025-06-25 14:05:37 +03:00
Daria
404f8451d5 feat(editor): Add focus panel component (no-changelog) (#16620) 2025-06-24 18:13:09 +03:00
Alex Grozav
f58c1ce083 refactor(editor): Move frontend permissions code to @n8n/permissions (no-changelog) (#16656) 2025-06-24 14:41:29 +03:00
Alex Grozav
9c654dbbf7 refactor(editor): Move templates api to @n8n/rest-api-client package (no-changelog) (#16542) 2025-06-23 14:04:33 +03:00
Jaakko Husso
d0a313aa1c feat(editor): Add RAG starter template callouts experiment (#16282)
Co-authored-by: Charlie Kolb <charlie@n8n.io>
2025-06-13 17:45:30 +03:00
Raúl Gómez Morales
80a784a50c feat(editor): Add access control and not found entity views (#15860) 2025-06-13 14:17:05 +02:00
Suguru Inoue
d68a776e5c refactor(editor): Clean up feature flag for the log view (#15606) 2025-06-10 10:15:22 +02:00
Suguru Inoue
ac1a1dfbc2 feat(editor): Make ‘Execute workflow’ a split button (#15933) 2025-06-06 13:05:53 +02:00
Charlie Kolb
2724089078 chore: Move router usage out of useCanvasOperation and useWorkflowHelpers (no-changelog) (#16041) 2025-06-05 13:51:07 +02:00
Robert Squires
92cf3cedbb refactor(editor): Reka UI inline text edit component (#15752) 2025-06-04 08:56:25 +01:00
Charlie Kolb
5985df6e51 feat(editor): Add ability to extract sub-workflows to canvas context menu (#15538) 2025-06-02 12:17:27 +02:00
Alex Grozav
e704077864 refactor(editor): Extract @n8n/i18n package for internationalization (no-changelog) (#15466) 2025-05-30 12:44:33 +03:00
Eugene
ca8f087a47 feat(editor): Evaluations frontend (no-changelog) (#15550)
Co-authored-by: Yiorgis Gozadinos <yiorgis@n8n.io>
Co-authored-by: JP van Oosten <jp@n8n.io>
Co-authored-by: Giulio Andreini <g.andreini@gmail.com>
Co-authored-by: Michael Kret <michael.k@radency.com>
2025-05-26 12:26:28 +02:00
Suguru Inoue
9938e63a66 feat(editor): Add an option to sync canvas with log view (#15391) 2025-05-22 17:25:58 +02:00
Alex Grozav
4f82040083 refactor(editor): Migrate agentRequest store to @n8n/stores package (no-changelog) (#15462) 2025-05-16 16:46:09 +03:00
Suguru Inoue
1935e62adf feat(editor): Keyboard shortcuts for the log view (#15378) 2025-05-16 13:54:25 +02:00
Alex Grozav
de4c5fc716 refactor(editor): Extract root store into @n8n/stores package (no-changelog) (#15412) 2025-05-16 14:18:16 +03:00
Alex Grozav
102c67628c feat(editor): Improve canvas node insertion position (#14289) 2025-05-13 19:38:10 +03:00
Csaba Tuncsik
3eb1c1c783 fix(editor): FE fixes to insights (#15228) 2025-05-13 17:59:31 +02:00
Ricardo Espinoza
e2b9ada4b5 feat(editor): Allow jumping into sub-workflow with shortkey (#15200) 2025-05-12 07:24:36 -04:00
Benjamin Schroth
8b467e3f56 feat(core): Implement partial execution for all tool nodes (#15168) 2025-05-12 12:31:17 +02:00
Ricardo Espinoza
abb8225944 fix(editor): Issue with context menu disabling most options when importing template (#15185) 2025-05-08 08:14:19 -04:00
Jaakko Husso
3a13139f78 feat(core): Change workflow deletions to soft deletes (#14894)
Adds soft‑deletion support for workflows through a new boolean column `isArchived`.

When a workflow is archived we now set `isArchived` flag to true and the workflows
stays in the database and is omitted from the default workflow listing query.

Archived workflows can be viewed in read-only mode, but they cannot be activated.

Archived workflows are still available by ID and can be invoked as sub-executions,
so existing Execute Workflow nodes continue to work. Execution engine doesn't
care about isArchived flag.

Users can restore workflows via Unarchive action at the UI.
2025-05-06 17:48:24 +03:00
Benjamin Schroth
54dcdedece feat(editor): Support partial executions of tool nodes (#14945) 2025-05-01 08:32:47 +02:00
Mutasem Aldmour
48f0c91a47 fix(editor): Close saving modal when workflow is new (#14836) 2025-04-29 15:48:25 +02:00
oleg
97055d5714 feat: AI workflow builder front-end (no-changelog) (#14820)
Co-authored-by: Giulio Andreini <g.andreini@gmail.com>
2025-04-28 15:38:32 +02:00
Milorad FIlipović
46df8b47d6 feat(editor): Show workflow breadcrumbs in canvas (#14710) 2025-04-28 13:37:55 +02:00
Charlie Kolb
e8ca5e75a9 fix(editor): Disable browser route pushing for NDV URL (no-changelog) (#14900) 2025-04-25 15:57:51 +02:00
Charlie Kolb
5ff073bd7b feat(editor): Include NodeDetailsView in URL (#14349) 2025-04-25 10:57:22 +02:00
Suguru Inoue
454e5c77ad fix(editor): Styling/UX improvements on the new logs view (#14789) 2025-04-23 15:31:12 +02:00
Mutasem Aldmour
53812a544f feat: Update Easy AI workflow (#14521) 2025-04-14 13:37:50 +02:00
Raúl Gómez Morales
cc089bebd4 fix(editor): Implement insight's design feedback 4 (#14550) 2025-04-11 16:41:59 +02:00
Suguru Inoue
8f9ea23019 feat(editor): Hover actions on the logs overview (#14386) 2025-04-07 10:35:29 +02:00
Suguru Inoue
37e5349fe1 feat(editor): Show error state in the logs overview (#14248) 2025-04-02 09:21:21 +02:00
Alex Grozav
8215e0b59f refactor: Migrate NodeConnectionType to const object type (no-changelog) (#14078)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2025-03-21 14:01:26 +02:00
Csaba Tuncsik
6817abe47f fix(editor): Fix routing between workflow editing and new workflow pages (#14031) 2025-03-19 06:02:58 +01:00
autologie
2e9d3ad3e1 feat(editor): Always show collapsed panel at the bottom of canvas (#13715) 2025-03-18 17:09:09 +01:00
autologie
4d04c227a9 feat(editor): Popping logs out into a new window (#13788) 2025-03-17 10:50:51 +01:00
Elias Meire
23ee7e3778 feat(editor): Add telemetry event for tidy up feature (no-changelog) (#13831) 2025-03-12 08:23:19 +01:00
Milorad FIlipović
2cb9d9e29f feat(editor): Add functionality to create folders (#13473) 2025-02-28 15:50:50 +01:00
Alex Grozav
f5743176e5 refactor(editor): Move editor-ui and design-system to frontend dir (no-changelog) (#13564) 2025-02-28 14:28:30 +02:00