n8n/packages/editor-ui/src/components/__tests__
Milorad FIlipović 36a923cf7b
feat(editor): Add lead enrichment suggestions to workflow list (#8042)
## Summary
We want to show lead enrichment template suggestions to cloud users that
agreed to this. This PR introduces the front-end part of this feature
- Handoff document
- Figma Hi-fi
- [How to
test](https://linear.app/n8n/issue/ADO-1549/[n8n-fe]-update-workflows-list-page-to-show-fake-door-templates#comment-b6644c99)

Tests are being worked on in a separate PR

## Related tickets and issues
Fixes ADO-1546
Fixes ADO-1549
Fixes ADO-1604

## Review / Merge checklist
- [ ] PR title and summary are descriptive. **Remember, the title
automatically goes into the changelog. Use `(no-changelog)` otherwise.**
([conventions](https://github.com/n8n-io/n8n/blob/master/.github/pull_request_title_conventions.md))
- [ ] [Docs updated](https://github.com/n8n-io/n8n-docs) or follow-up
ticket created.
- [ ] Tests included.
> A bug is not considered fixed, unless a test is added to prevent it
from happening again.
   > A feature is not complete without tests.

---------

Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
2023-12-19 09:10:03 -05:00
..
__snapshots__ ci: Update most of the dev tooling (no-changelog) (#6780) 2023-07-28 13:55:16 +02:00
testData fix(editor): Fix credential icon for old node type version (#7843) 2023-11-28 15:14:22 +02:00
utils fix(editor): Fix Remove all fields not removing values in resource mapper (#6940) 2023-08-17 14:22:28 +02:00
BannersStack.test.ts feat: Rewrite Front End cloud and posthog hooks using TypeScript (no-changelog) (#5491) 2023-11-13 15:10:42 +02:00
ChatEmbedModal.test.ts feat(core): Update LLM applications building support (no-changelog) (#7710) 2023-11-28 16:47:28 +01:00
CollaborationPane.test.ts feat(editor): Show avatars for users currently working on the same workflow (#7763) 2023-11-23 10:14:34 +01:00
CollectionParameter.test.ts fix(editor): Fix collection select label (no-changelog) (#7978) 2023-12-11 09:50:21 +01:00
CommunityPackageInstallModal.spec.ts fix(editor): Ensure community node install button tracks user agreement (#6976) 2023-08-22 15:58:23 +02:00
CopyInput.test.ts feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02:00
CredentialIcon.test.ts fix(editor): Fix credential icon for old node type version (#7843) 2023-11-28 15:14:22 +02:00
ExecutionFilter.test.ts ci: Update most of the dev tooling (no-changelog) (#6780) 2023-07-28 13:55:16 +02:00
ExecutionsList.test.ts fix(editor): Turn off executions list auto-refresh after leaving the page (#8005) 2023-12-14 11:50:00 +01:00
FilterConditions.test.ts feat(editor): Filter component + implement in If node (#7490) 2023-12-13 14:45:22 +01:00
MainSidebarSourceControl.test.ts fix(editor): Replace isInstanceOwner checks with scopes where applicable (#7858) 2023-12-04 10:02:54 +01:00
NodeDetailsView.test.ts feat(core): Update LLM applications building support (no-changelog) (#7710) 2023-11-28 16:47:28 +01:00
PersonalizationModal.spec.ts feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02:00
RBAC.test.ts feat(editor): Add routing middleware, permission checks, RBAC store, RBAC component (#7702) 2023-11-23 13:22:47 +02:00
ResourceMapper.test.ts fix(editor): Fix flaky ResourceMapper unit tests (no-changelog) (#7593) 2023-11-03 09:56:19 +01:00
RunData.test.ts feat(editor): Make PDF and Audio binary-data viewable in the UI (#7367) 2023-10-09 17:43:57 +02:00
RunDataJson.test.ts feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02:00
RunDataSchema.test.ts feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02:00
RunDataSearch.test.ts fix(editor): Prevent opening NDV search if / is typed in a contenteditable element (#7968) 2023-12-08 16:16:05 +01:00
SQLEditor.test.ts feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02:00
SSOLogin.test.ts feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02:00
TemplatesInfoCard.test.ts refactor(editor): Rename CollectionCard and CollectionCardCarousel (#7994) 2023-12-11 17:37:26 +01:00
VariablesRow.spec.ts feat: Rewrite Front End cloud and posthog hooks using TypeScript (no-changelog) (#5491) 2023-11-13 15:10:42 +02:00
WorkflowLMChatModal.test.ts feat: Add AI tool building capabilities (#7336) 2023-11-29 12:13:55 +01:00
WorkflowPreview.test.ts feat(editor): Add lead enrichment suggestions to workflow list (#8042) 2023-12-19 09:10:03 -05:00
WorkflowSettings.spec.ts fix: Account for nanoid workflow ids for subworkflow execute policy (#7094) 2023-09-13 09:56:58 +02:00