n8n/packages/editor-ui/src/components
Milorad FIlipović bae3098e4e
refactor(editor): Finish pinia migration, remove all vuex dependancies (#4533)
*  Added pinia support. Migrated community nodes module.
*  Added ui pinia store, moved some data from root store to it, updated modals to work with pinia stores
*  Added ui pinia store and migrated a part of the root store
*  Migrated `settings` store to pinia
*  Removing vuex store refs from router
*  Migrated `users` module to pinia store
*  Fixing errors after sync with master
*  One more error after merge
*  Created `workflows` pinia store. Moved large part of root store to it. Started updating references.
*  Finished migrating workflows store to pinia
*  Renaming some getters and actions to make more sense
*  Finished migrating the root store to pinia
*  Migrated ndv store to pinia
*  Renaming main panel dimensions getter so it doesn't clash with data prop name
* ✔️ Fixing lint errors
*  Migrated `templates` store to pinia
*  Migrated the `nodeTypes`store
*  Removed unused pieces of code and oold vuex modules
*  Adding vuex calls to pinia store, fixing wrong references
* 💄 Removing leftover $store refs
*  Added legacy getters and mutations to store to support webhooks
*  Added missing front-end hooks, updated vuex state subscriptions to pinia
* ✔️ Fixing linting errors
*  Removing vue composition api plugin
*  Fixing main sidebar state when loading node view
* 🐛 Fixing an error when activating workflows
* 🐛 Fixing isses with workflow settings and executions auto-refresh
* 🐛 Removing duplicate listeners which cause import error
* 🐛 Fixing route authentication
*  Updating freshly pulled $store refs
*  Adding deleted const
*  Updating store references in ee features. Reseting NodeView credentials update flag when resetting workspace
*  Adding return type to email submission modal
*  Making NodeView only react to paste event when active
* 🐛 Fixing signup view errors
*  Started migrating the `credentials` module to pinia
* 👌 Addressing PR review comments
*  Migrated permissions module to pinia
*  Migrated `nodeCreator`, `tags` and `versions` modules to pinia
*  Implemented webhooks pinia store
*  Removing all leftover vuex files and references
*  Removing final vuex refs
*  Updating expected credentialId type
*  Removing node credentials subscription code, reducing node click debounce timeout
* 🐛 Fixing pushing nodes downstream when inserting new node
* ✔️ Fixing a lint error in new type guard
*  Updating helper reference
* ✔️ Removing unnecessary awaits
*  fix(editor): remove unnecessary imports from NDV
*  Merging mapStores blocks in NodeView
*  fix(editor): make sure JS Plumb not loaded earlier than needed
*  Updating type guard nad credentials subscriptions
*  Updating type guard so it doesn't use `any` type

Co-authored-by: Csaba Tuncsik <csaba@n8n.io>
2022-11-09 10:01:50 +01:00
..
CodeNodeEditor fix(editor): Switch CodeNodeEditor linter parser to esprima-next (#4524) 2022-11-07 10:34:44 +01:00
CredentialEdit refactor(editor): Finish pinia migration, remove all vuex dependancies (#4533) 2022-11-09 10:01:50 +01:00
Error refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
ExecutionsView refactor(editor): Finish pinia migration, remove all vuex dependancies (#4533) 2022-11-09 10:01:50 +01:00
ExpandableInput feat: migrate editor-ui to Vite.js and various DX improvements (N8N-2277) (#4061) 2022-09-23 17:14:28 +03:00
forms refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
layouts refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
MainHeader refactor(editor): Finish pinia migration, remove all vuex dependancies (#4533) 2022-11-09 10:01:50 +01:00
mixins refactor(editor): Finish pinia migration, remove all vuex dependancies (#4533) 2022-11-09 10:01:50 +01:00
Node refactor(editor): Finish pinia migration, remove all vuex dependancies (#4533) 2022-11-09 10:01:50 +01:00
ResourceLocator refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
TagsManager refactor(editor): Finish pinia migration, remove all vuex dependancies (#4533) 2022-11-09 10:01:50 +01:00
transitions feat(editor, core, cli): implement new workflow experience (#4358) 2022-10-18 14:23:22 +02:00
AboutModal.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
ActivationModal.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
Badge.vue feat: migrate editor-ui to Vite.js and various DX improvements (N8N-2277) (#4061) 2022-09-23 17:14:28 +03:00
Banner.vue feat(cli): User Management and Credentials sharing (#3602) 2022-09-21 10:20:29 +02:00
BinaryDataDisplay.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
BinaryDataDisplayEmbed.vue refactor(editor): Move all colors to css variables (#3723) 2022-07-26 12:45:55 +02:00
BreakpointsObserver.vue feat: add resource locator parameter (#3932) 2022-09-21 15:44:45 +02:00
CanvasControls.vue refactor(editor): Encapsulate canvas actions (#4416) 2022-11-07 09:53:27 +01:00
ChangePasswordModal.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
CodeEdit.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
CollectionCard.vue feat(editor): create new workflows page (#4267) 2022-10-18 16:28:21 +03:00
CollectionParameter.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
CollectionsCarousel.vue feat(editor): create new workflows page (#4267) 2022-10-18 16:28:21 +03:00
CollectionWorkflowCard.vue feat(editor): create new workflows page (#4267) 2022-10-18 16:28:21 +03:00
CommunityPackageCard.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
CommunityPackageInstallModal.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
CommunityPackageManageConfirmModal.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
ContactPromptModal.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
CopyInput.vue feat(cli): User Management and Credentials sharing (#3602) 2022-09-21 10:20:29 +02:00
CredentialCard.vue refactor(editor): Finish pinia migration, remove all vuex dependancies (#4533) 2022-11-09 10:01:50 +01:00
CredentialIcon.vue refactor(editor): Finish pinia migration, remove all vuex dependancies (#4533) 2022-11-09 10:01:50 +01:00
CredentialsSelect.vue refactor(editor): Finish pinia migration, remove all vuex dependancies (#4533) 2022-11-09 10:01:50 +01:00
CredentialsSelectModal.vue refactor(editor): Finish pinia migration, remove all vuex dependancies (#4533) 2022-11-09 10:01:50 +01:00
DeleteUserModal.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
Draggable.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
DraggableTarget.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
DuplicateWorkflowDialog.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
EnterpriseEdition.ee.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
ExecutionsList.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
ExecutionTime.vue 🧹 clean up editor based on #1418 (#2010) 2021-07-23 17:50:47 +02:00
ExpressionEdit.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
ExpressionInput.vue feat: migrate editor-ui to Vite.js and various DX improvements (N8N-2277) (#4061) 2022-09-23 17:14:28 +03:00
FeatureComingSoon.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
FixedCollectionParameter.vue feat(editor): add readonly state for nodes (#4299) 2022-10-24 20:17:25 +02:00
GiftNotificationIcon.vue feat(editor): Main navigation redesign (#4144) 2022-09-26 15:25:19 +02:00
GoBackButton.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
helpers.ts feat(editor): implement executions preview via the new executions tab in node view (#4311) 2022-10-26 10:02:56 +02:00
HoverableNodeIcon.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
ImportCurlModal.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
ImportParameter.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
InlineNameEdit.vue feat(cli): User Management and Credentials sharing (#3602) 2022-09-21 10:20:29 +02:00
InlineTextEdit.vue Implement Wait functionality (#1817) 2021-08-21 14:11:32 +02:00
InputPanel.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
IntersectionObserved.vue Add tagging of workflows (#1647) 2021-05-29 13:31:21 -05:00
IntersectionObserver.vue Add tagging of workflows (#1647) 2021-05-29 13:31:21 -05:00
InviteUsersModal.vue refactor(editor): Finish pinia migration, remove all vuex dependancies (#4533) 2022-11-09 10:01:50 +01:00
Logo.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
MainSidebar.vue refactor(editor): Finish pinia migration, remove all vuex dependancies (#4533) 2022-11-09 10:01:50 +01:00
Modal.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
ModalDrawer.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
ModalRoot.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
Modals.vue feat(editor): create new workflows page (#4267) 2022-10-18 16:28:21 +03:00
MultipleParameter.vue feat(editor): add readonly state for nodes (#4299) 2022-10-24 20:17:25 +02:00
NDVDraggablePanels.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
Node.vue refactor(editor): Finish pinia migration, remove all vuex dependancies (#4533) 2022-11-09 10:01:50 +01:00
NodeCredentials.vue refactor(editor): Finish pinia migration, remove all vuex dependancies (#4533) 2022-11-09 10:01:50 +01:00
NodeDetailsView.vue refactor(editor): Finish pinia migration, remove all vuex dependancies (#4533) 2022-11-09 10:01:50 +01:00
NodeExecuteButton.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
NodeIcon.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
NodeList.vue refactor(editor): Implemented NodeIcon design system component (#3727) 2022-08-01 22:35:45 +02:00
NodeSettings.vue refactor(editor): Finish pinia migration, remove all vuex dependancies (#4533) 2022-11-09 10:01:50 +01:00
NodeSettingsTabs.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
NodeTitle.vue feat(cli): User Management and Credentials sharing (#3602) 2022-09-21 10:20:29 +02:00
NodeWebhooks.vue feat: migrate editor-ui to Vite.js and various DX improvements (N8N-2277) (#4061) 2022-09-23 17:14:28 +03:00
OnboardingCallSignupModal.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
OutputPanel.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
PageAlert.vue feat: migrate editor-ui to Vite.js and various DX improvements (N8N-2277) (#4061) 2022-09-23 17:14:28 +03:00
PageContentWrapper.vue
PanelDragButton.vue feat(editor-ui): JSON mapping (#4270) 2022-10-06 15:03:55 +02:00
ParameterInput.vue refactor(editor): Finish pinia migration, remove all vuex dependancies (#4533) 2022-11-09 10:01:50 +01:00
ParameterInputExpanded.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
ParameterInputFull.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
ParameterInputHint.vue fix(editor): stop rendering expressions as html (#4420) 2022-10-24 10:48:33 +02:00
ParameterInputList.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
ParameterInputWrapper.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
ParameterIssues.vue feat(editor): Use i18n component instead od v-html for localization 2022-09-05 16:36:22 +02:00
ParameterOptions.vue feat(Code Node): create Code node (#3965) 2022-10-13 14:28:02 +02:00
PersonalizationModal.vue refactor(editor): Finish pinia migration, remove all vuex dependancies (#4533) 2022-11-09 10:01:50 +01:00
PushConnectionTracker.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
RunData.vue fix(editor): Showing string numbers and null properly in JSON view (#4513) 2022-11-07 12:27:02 +01:00
RunDataJson.test.ts fix(editor): Showing string numbers and null properly in JSON view (#4513) 2022-11-07 12:27:02 +01:00
RunDataJson.vue fix(editor): Showing string numbers and null properly in JSON view (#4513) 2022-11-07 12:27:02 +01:00
RunDataJsonActions.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
RunDataTable.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
RunInfo.vue feat(editor): Add input panel to NDV (#3204) 2022-05-23 17:56:15 +02:00
SaveButton.vue feat: Add cypress e2e tests for signup and signin (#3490) 2022-11-08 14:21:10 +02:00
ScopesNotice.vue refactor(editor): Finish pinia migration, remove all vuex dependancies (#4533) 2022-11-09 10:01:50 +01:00
SettingsSidebar.vue fix(editor): Fix workflow back button navigation (#4546) 2022-11-09 09:31:23 +01:00
ShortenName.vue feat(editor): Add drag and drop data mapping (#3708) 2022-07-20 13:32:51 +02:00
Sticky.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
TagsContainer.vue refactor(editor): Finish pinia migration, remove all vuex dependancies (#4533) 2022-11-09 10:01:50 +01:00
TagsDropdown.vue refactor(editor): Finish pinia migration, remove all vuex dependancies (#4533) 2022-11-09 10:01:50 +01:00
Telemetry.vue refactor(editor): Finish pinia migration, remove all vuex dependancies (#4533) 2022-11-09 10:01:50 +01:00
TemplateCard.vue feat(editor): Add data pinning functionality (#3511) 2022-07-20 17:50:39 +02:00
TemplateDetails.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
TemplateDetailsBlock.vue Add Templates (#2720) 2022-02-28 10:57:44 +01:00
TemplateFilters.vue Add Templates (#2720) 2022-02-28 10:57:44 +01:00
TemplateList.vue feat(editor): Main navigation redesign (#4144) 2022-09-26 15:25:19 +02:00
TextEdit.vue feat(editor): add readonly state for nodes (#4299) 2022-10-24 20:17:25 +02:00
TimeAgo.vue refactor(editor): Finish pinia migration, remove all vuex dependancies (#4533) 2022-11-09 10:01:50 +01:00
TitledList.vue feat(editor): Use i18n component instead od v-html for localization 2022-09-05 16:36:22 +02:00
TriggerIcon.vue feat: migrate editor-ui to Vite.js and various DX improvements (N8N-2277) (#4061) 2022-09-23 17:14:28 +03:00
TriggerPanel.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
UpdatesPanel.vue refactor(editor): Finish pinia migration, remove all vuex dependancies (#4533) 2022-11-09 10:01:50 +01:00
ValueSurvey.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
VariableSelector.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
VariableSelectorItem.vue feat: migrate editor-ui to Vite.js and various DX improvements (N8N-2277) (#4061) 2022-09-23 17:14:28 +03:00
VersionCard.vue feat: migrate editor-ui to Vite.js and various DX improvements (N8N-2277) (#4061) 2022-09-23 17:14:28 +03:00
WarningTooltip.vue feat: migrate editor-ui to Vite.js and various DX improvements (N8N-2277) (#4061) 2022-09-23 17:14:28 +03:00
WireMeUp.vue feat(editor): Add input panel to NDV (#3204) 2022-05-23 17:56:15 +02:00
WorkflowActivator.vue fix(editor): Fix workflow activation from the Workflows view (#4549) 2022-11-08 18:05:50 +01:00
WorkflowCard.vue refactor(editor): Finish pinia migration, remove all vuex dependancies (#4533) 2022-11-09 10:01:50 +01:00
WorkflowPreview.vue feat(editor): implement executions preview via the new executions tab in node view (#4311) 2022-10-26 10:02:56 +02:00
WorkflowSettings.vue refactor(editor): Finish pinia migration, remove all vuex dependancies (#4533) 2022-11-09 10:01:50 +01:00