n8n/packages/editor-ui/src
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
..
__tests__ feat: Add Mirage.js server to enable editor-ui unit tests (#5671) 2023-03-13 11:05:08 +02:00
api feat(editor): Add user activation survey (#5677) 2023-04-11 12:43:47 -04:00
components feat(editor): Add user activation survey (#5677) 2023-04-11 12:43:47 -04:00
composables refactor(editor): Migrate mouseSelect & deviceSupportHelpers mixins to composables (no-changelog) (#5775) 2023-03-24 14:52:06 +01:00
declarations refactor(editor): Apply Prettier (no-changelog) (#4920) 2022-12-14 10:04:10 +01:00
event-bus feat: Replace new Vue() with custom event bus (no-changelog) (#5780) 2023-04-06 16:32:45 +03:00
mixins feat: Replace new Vue() with custom event bus (no-changelog) (#5780) 2023-04-06 16:32:45 +03:00
models feat: Replace new Vue() with custom event bus (no-changelog) (#5780) 2023-04-06 16:32:45 +03:00
plugins feat(editor): Add user activation survey (#5677) 2023-04-11 12:43:47 -04:00
stores feat(editor): Add user activation survey (#5677) 2023-04-11 12:43:47 -04:00
styles feat(editor): Add missing documentation to autocomplete items for inline code editor (#5560) 2023-02-28 07:34:03 +03:00
types feat(editor): Completions for extensions in expression editor (#5130) 2023-02-02 12:35:38 +01:00
utils fix(editor): Drop mergeDeep in favor of lodash merge (#5943) 2023-04-11 13:05:43 +02:00
views feat(editor): SAML login disables Invite button (#5922) 2023-04-07 13:29:48 +02:00
App.vue fix(editor): Only fetch new versions at app launch (#5647) 2023-03-09 11:01:30 +01:00
constants.ts feat(editor): Add user activation survey (#5677) 2023-04-11 12:43:47 -04:00
Interface.ts feat(editor): Add user activation survey (#5677) 2023-04-11 12:43:47 -04:00
main.ts feat(editor): Add user activation survey (#5677) 2023-04-11 12:43:47 -04:00
n8n-theme-variables.scss refactor(editor): Apply Prettier (no-changelog) (#4920) 2022-12-14 10:04:10 +01:00
n8n-theme.scss fix(editor): Fix for large notifications being cut off (#5705) 2023-03-16 15:29:57 +01:00
permissions.ts refactor: Workflow sharing bug bash fixes (#4888) 2022-12-21 16:42:07 +01:00
router.ts feat(editor): SAML paywall state (#5906) 2023-04-07 13:29:22 +02:00
shims-vue.d.ts ci: Setup eslint-import-resolver-typescript for improved TS linting (#4996) 2022-12-22 09:55:39 +01:00
shims.d.ts fix(core): App should not crash with a custom rest endpoint (#5911) 2023-04-06 11:35:05 +02:00
vue-agile.d.ts Add Templates (#2720) 2022-02-28 10:57:44 +01:00