Commit Graph

37 Commits

Author SHA1 Message Date
Milorad FIlipović
5ddf290795 feat(editor): Add AI Starter pack experiment (no-changelog) (#17497) 2025-07-21 13:43:40 +02:00
Romeo Balta
0259c58cb8 feat(editor): Add new ways to discover templates (#17183) 2025-07-11 15:24:32 +01:00
Mutasem Aldmour
974a0c1a35 fix(editor): Address icon feedback (no-changelog) (#17051) 2025-07-07 13:12:39 +02:00
Iván Ovejero
060acd2db8 chore: Lintfix frontend packages (#16896) 2025-07-02 10:31:11 +02:00
Alex Grozav
ed2cb3c701 feat(editor): Update icons to Lucide icons (#16231)
Co-authored-by: Mutasem Aldmour <mutasem@n8n.io>
2025-06-30 17:11:09 +02:00
Ricardo Espinoza
3e04566845 fix: Clean up EASY_AI_WORKFLOW_EXPERIMENT (#16839) 2025-06-30 10:47:00 -04:00
Ricardo Espinoza
d76f05ba3d fix: Stop telemetry events to Posthog (#16788) 2025-06-30 09:08:47 -04: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
20c63436d2 fix(editor): Fix broken types for globally defined components (no-changelog) (#16505)
Co-authored-by: Mutasem Aldmour <mutasem@n8n.io>
2025-06-24 13:01:23 +02:00
Jaakko Husso
eac27b7ac0 fix(editor): Hide 'Move' modal toast links that can't be accessed and better empty state (no-changelog) (#15977) 2025-06-04 11:49:23 +03:00
Robert Squires
92cf3cedbb refactor(editor): Reka UI inline text edit component (#15752) 2025-06-04 08:56:25 +01:00
कारतोफ्फेलस्क्रिप्ट™
7c806ff532 refactor(core): Refactor some imports to reduce baseline memory usage (#15916) 2025-06-03 11:23:44 +02:00
Alex Grozav
e704077864 refactor(editor): Extract @n8n/i18n package for internationalization (no-changelog) (#15466) 2025-05-30 12:44:33 +03:00
Jaakko Husso
e860dd6d2e feat(editor): Combine 'Move to Folder' and 'Change owner' modals (#15756)
This new modal also allows transferring entire folders to other projects and users.
2025-05-28 23:41:07 +03:00
Milorad FIlipović
1c65e82b38 feat(editor): Implement 'Shared with you' section in the main navigation (#15140) 2025-05-08 09:24:32 +02: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
Milorad FIlipović
cf03a28774 feat(editor): Preserve workflow list sort & page size preferences (#15101) 2025-05-06 16:14:06 +02:00
Milorad FIlipović
46df8b47d6 feat(editor): Show workflow breadcrumbs in canvas (#14710) 2025-04-28 13:37:55 +02:00
Raúl Gómez Morales
bfd85dd3c9 feat(editor): Add time range selector to Insights (#14877)
Co-authored-by: Guillaume Jacquart <jacquart.guillaume@gmail.com>
2025-04-28 11:11:36 +02:00
Milorad FIlipović
57444d3a16 feat(editor): Add drag n drop support for folders (#14549) 2025-04-15 16:59:57 +02:00
Mutasem Aldmour
53812a544f feat: Update Easy AI workflow (#14521) 2025-04-14 13:37:50 +02:00
Ricardo Espinoza
cade309d3b feat: Add nested search in folders (#14372)
Co-authored-by: Milorad FIlipović <milorad@n8n.io>
2025-04-11 19:17:28 -04:00
Csaba Tuncsik
90ba680631 feat(editor): Insights dashboard (#13739)
Co-authored-by: Guillaume Jacquart <jacquart.guillaume@gmail.com>
Co-authored-by: Raúl Gómez Morales <raul00gm@gmail.com>
2025-04-03 16:24:44 +02:00
Milorad FIlipović
bfe3d469ea feat(editor): Add breadcrumbs to project card badges (no-changelog) (#14256) 2025-03-31 11:48:11 +02:00
Milorad FIlipović
3bdddbf759 perf(editor): Making sure every card in workflows list has unique render key (no-changelog) (#14222) 2025-03-27 15:19:07 +01:00
Milorad FIlipović
1ff3049ffb fix(editor): Fix folders UI for different plans (no-changelog) (#14159) 2025-03-25 11:56:37 +01:00
Ricardo Espinoza
9e3bfe23f6 fix(editor): Check for when to show the community+ modal for the folder's feature (#14146)
Co-authored-by: Milorad Filipovic <milorad@n8n.io>
2025-03-25 10:49:21 +01:00
Charlie Kolb
59a0ee75dd fix(editor): Fix folder creation (no-changelog) (#14125) 2025-03-24 11:32:43 +01:00
Csaba Tuncsik
df474f3ccb feat(editor): Insights summary banner (#13424)
Co-authored-by: Guillaume Jacquart <jacquart.guillaume@gmail.com>
2025-03-21 20:22:28 +01:00
Milorad FIlipović
7e8179b848 perf(editor): Prevent excessive fetch requests from workflows list (no-changelog) (#14093) 2025-03-21 11:23:14 +01:00
Milorad FIlipović
1f56a24bbd fix(editor): Addressing internal testing feedback for folders (no-changelog) (#13997) 2025-03-20 15:48:10 +01:00
Milorad FIlipović
1c17d12209 feat(editor): Implement folder move functionality (no-changelog) (#13922) 2025-03-17 12:46:21 +01:00
Milorad FIlipović
31493a0cac fix(editor): Address folders feature feedback (no-changelog) (#13859) 2025-03-13 17:29:15 +01:00
Milorad FIlipović
e73f618851 feat(editor): Add functionality to delete and rename folders (no-changelog) (#13785) 2025-03-12 11:04:53 +01:00
Milorad FIlipović
4067fb0b12 fix(editor): Fix workflows list status filter (#13621)
Co-authored-by: Charlie Kolb <charlie@n8n.io>
2025-03-03 10:37:20 +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