n8n/cypress/pages
Ricardo Espinoza 725393dae6
feat(editor): Add user activation survey (#5677)
*  Add user activation survey

* Fix typo

* Avoid showing the modal when there is a modal view

* Allow to redirect to specific execution

* Improve structure

* Handle errors when sharing feedback

* update withFeatureFlag function

* Fix linting issue

* Set user activation flag on workflowExecutionCompleted event

* Revert update user settings functionality

* Remove unnecessary changes

* fix linting issue

* account for new functionality in tests

* Small improvements

* keep once instace of the model open between tabs

* Add sorting to GET /executions

* type parameters for GET /executions


a

* Add constant for local store key

* Add execution mode filtering

* fix linting issue

* Do not override settings when setting isOnboarded true

* Add update user settings endpoint

* improvements

* revert changes to /GET executions

* Fix typo

* Add userActivated flag to user store

* Add E2E test

* Fix linting issue

* Update pnpm-lock

* Revert unnecessary change

* Centralize user's settings update

* Remove unused ref in userActivationSurvey modal

* Use aliased imports

* Use createEventBus function in component

* Fix tests
2023-04-11 12:43:47 -04:00
..
features test(editor): Improve e2e pipeline performance & fix flaky tests (no-changelog) (#5672) 2023-03-10 16:54:54 +01:00
modals feat(editor): Add user activation survey (#5677) 2023-04-11 12:43:47 -04:00
sidebar feat: Add e2e user invite test suite (no-changelog) (#5412) 2023-02-08 22:41:35 +02:00
base.ts refactor: Format root-level dirs (no-changelog) (#4938) 2022-12-15 16:39:59 +01:00
credentials.ts ci(editor): Run e2e tests in parallel and improve build caching (#5445) 2023-03-02 16:50:21 +01:00
index.ts feat(editor): Unify regular and trigger node creator panels (#5315) 2023-02-17 15:08:26 +01:00
ndv.ts fix(editor): Prevent NDV schema view pagination (#5844) 2023-03-31 08:31:19 +02:00
settings-log-streaming.ts feat: Add global event bus (#4860) 2023-01-04 09:47:48 +01:00
settings-personal.ts test(editor): Add e2e tests for personal settings page (#5451) 2023-02-10 13:12:06 +01:00
settings-usage.ts fix: Fix formatting/linting for CI (no-changelog) (#5264) 2023-01-27 10:18:15 +01:00
settings-users.ts feat(editor): Only redirect new users to blank canvas (no-changelog) (#5654) 2023-03-09 15:26:27 +01:00
signin.ts refactor: Format root-level dirs (no-changelog) (#4938) 2022-12-15 16:39:59 +01:00
signup.ts refactor: Format root-level dirs (no-changelog) (#4938) 2022-12-15 16:39:59 +01:00
workflow-executions-tab.ts ci(editor): Run e2e tests in parallel and improve build caching (#5445) 2023-03-02 16:50:21 +01:00
workflow.ts feat(editor): Do not automatically add manual trigger on node plus (#5644) 2023-03-09 15:22:12 +01:00
workflows.ts ci(editor): Run e2e tests in parallel and improve build caching (#5445) 2023-03-02 16:50:21 +01:00