n8n/packages/editor-ui/src/components
Milorad FIlipović d833345092
feat(editor): implement executions preview via the new executions tab in node view (#4311)
*  Added main header tabs with current workflow execution count
*  feat(editor): header tab navigation (no-changelog) (#4244)
*  Adding current workflow execution list to the Vuex store
*  Updating current workflow executions after running a workflow from the node view
*  Keeping the tab view content alive when switching tabs in main header
*  Updating main header controls to work with current workflow regardless of active tab
* 🐛 Fixing a bug with previous WF executions still visible after creating a new WF
*  Updating saved status when new WF is created
*  Implemented initial version of execution perview
*  Keeping the WF view alive when switching to executions tab in new navigation
*  Implemented executions landing page
*  Simplifying node view navigation
*  Updating executions view zoom and selection to work with the new layout
*  Using N8nRadioButtons component for main header tabs
* 💄 Implementing executions page states. Minor refactoring.
*  Merge conflict fixes and pieces of code that were left behind
*  Fixing layout and scrolling changes introduced after sync with master branch
*  Removing keep-alive from node view which broke template opening and some more leftover code
* ✔️ Fixing linting errors
* ✔️ One more lint error
*  Implemented executions preview using iframes
*  Fixing zoom menu positioning in iframe and adding different loading types to workflow preview
*  Fixing navigation to and from WF templates and template loading
*  Updating and fixing navigation to and from node view
* 👌 Addressing previous PR comments
* 🐛 Fixing infinite loading when saving a new workflow
* 🐛 Handling opening already opened WF when not on Node view
*  Implemented empty states for executions view
*  Adding execute button shake flag to the store so it doesn't mess up navigation by modifying route params
* 💄 Started adding new styles to execution sidebar
* 💄 Adding hover style for execution list
*  Added ExecutionsCard component and added executions helper mixin
* ✔️ Fixing leftover conflict
* ✔️ One more conflict
*  Implemented retry execution menu and manual execution icon. Other minor updates
*  Implemented executions filtering
* 💄 Updating running executions details in preview
*  Added info accordion to executions sidebar
*  Implemented auto-refresh for executions sidebar
* 💄 Adding running execution landing page, minor fixes
* 💄 General refactoring
* ✔️ Adding leftover conflict changes
* ✔️ Updating `InfoTip` component test snapshots
* ✔️ Fixing linting error
* ✔️ Fixing lint errors in vuex store module
* 👌 Started addressing review feedback
*  Updating executions preview behaviour when filters are applied
* 🐛 Fixing a bug where nodes and connections disappear if something is saved from executions view before loading WF in the main NodeView
* 🐛 Fixing pasting in executions view and wrong workflow activator state
*  Improved workflow switching and navigation, updated error message when trying to paste into execution
*  Some more navigation updates
* 💄 Fixing tab centering, execution filter button layout, added auto-refresh checkbox
* 🐛 Fixing a bug when saving workflow using save button
* 💄 Addressing design feedback, added delete execution button
*  Moving main execution logic to the root executions view
*  Implemented execution delete function
*  Updating how switching tabs for new unsaved workflows work
*  Remembering active execution when switching tabs
* 💄 Addressing design feedback regarding info accordion
* 💄 Updating execution card styling
*  Resetting executions when creating new workflow
* Fixing lint error
*  Hiding executions preview is active execution is not in the results. Updated execution list spacing
*  Fixing navigation to and from templates and executions
*  Implemented execution lazy loading and added new background to execution preview
* 💄 Disabling import when on executions tab
*  Handling opening executions from different workflow
*  Updating active execution on route change
*  Updating execution tab detection
*  Simplifying and updating navigation. Adding new route for new workflows
*  Updating workflow saving logic to work with new routes
* 🐛 Fixing a bug when returning to executions from different workflow
* 💄 Updating executions info accordion and node details view modal in execution preview
* 💄 Updating workflow activated modal to point to new executions view
*  Implemented opening new executions view from execution modal
*  Handling jsplumb init errors, updating unknown executions style
*  Updating main sidebar after syncing branch
*  Opening new trigger menu from executions view
* 💄 Updating sidebar resize behaviour
* ✔️ Fixing lint errors
*  Loading executions when mounting executions view
*  Resetting execution data when creating a new workflow
* 💄 Minor wording updates
*  Not reloading node view when new workflows are saved
* Removing leftover console log
* 🐛 Fixed a bug with save dialog not appearing when leaving executions tab
*  Updating manual execution settings detection in info accordion
* 💄 Addressing UI issues found during bug bash
* Fixing workflow saving logic
*  Preventing navigation if clicked tab is already opened
*  Updating lazy loading behaviour
*  Updating delete executions flow
*  Added retry executions button to the execution preview
*  Adding empty execution state, updating trigger detection logic, removing listeners when node view is not active
* 💄 Cosmetic code improvements
*  Trying the performance fix for nodeBase
*  Removing the `NodeBase`fix
* 🐛 Fixing a bug when saving the current workflow
* 👌 Addressing code review feedback
2022-10-26 10:02:56 +02:00
..
CodeNodeEditor refactor(editor): create ndv store (#4409) 2022-10-24 11:35:03 +02:00
CredentialEdit refactor(editor): create ndv store (#4409) 2022-10-24 11:35:03 +02:00
Error refactor(editor): create ndv store (#4409) 2022-10-24 11:35:03 +02:00
ExecutionsView feat(editor): implement executions preview via the new executions tab in node view (#4311) 2022-10-26 10:02:56 +02: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 feat(editor): create new workflows page (#4267) 2022-10-18 16:28:21 +03:00
layouts feat(editor): create new workflows page (#4267) 2022-10-18 16:28:21 +03:00
MainHeader feat(editor): implement executions preview via the new executions tab in node view (#4311) 2022-10-26 10:02:56 +02:00
mixins feat(editor): implement executions preview via the new executions tab in node view (#4311) 2022-10-26 10:02:56 +02:00
Node refactor(editor): do not add onDragOver event listeners on NodeItem mount (#4433) 2022-10-25 11:09:50 +02:00
ResourceLocator feat(editor): add readonly state for nodes (#4299) 2022-10-24 20:17:25 +02:00
TagsManager feat(editor): Add data pinning functionality (#3511) 2022-07-20 17:50:39 +02:00
transitions feat(editor, core, cli): implement new workflow experience (#4358) 2022-10-18 14:23:22 +02:00
AboutModal.vue 💄 Added instance ID to about modal and restyled credentials docs link (#3903) 2022-08-30 11:10:17 +02:00
ActivationModal.vue feat(editor): implement executions preview via the new executions tab in node view (#4311) 2022-10-26 10:02:56 +02: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): Move all colors to css variables (#3723) 2022-07-26 12:45:55 +02: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
ChangePasswordModal.vue feat: Add User Management (#2636) 2022-03-14 14:46:32 +01:00
CodeEdit.vue refactor(editor): create ndv store (#4409) 2022-10-24 11:35:03 +02:00
CollectionCard.vue feat(editor): create new workflows page (#4267) 2022-10-18 16:28:21 +03:00
CollectionParameter.vue feat(editor): add readonly state for nodes (#4299) 2022-10-24 20:17:25 +02: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 feat: Make it possible to dynamically load community nodes (#2849) 2022-07-20 16:24:03 +02:00
CommunityPackageInstallModal.vue feat(editor): Use i18n component instead od v-html for localization 2022-09-05 16:36:22 +02:00
CommunityPackageManageConfirmModal.vue feat(editor): Use i18n component instead od v-html for localization 2022-09-05 16:36:22 +02:00
ContactPromptModal.vue feat: Add User Management (#2636) 2022-03-14 14:46:32 +01:00
CopyInput.vue feat(cli): User Management and Credentials sharing (#3602) 2022-09-21 10:20:29 +02:00
CredentialCard.vue feat(editor): create new workflows page (#4267) 2022-10-18 16:28:21 +03:00
CredentialIcon.vue feat(cli): User Management and Credentials sharing (#3602) 2022-09-21 10:20:29 +02:00
CredentialsSelect.vue feat(editor): add readonly state for nodes (#4299) 2022-10-24 20:17:25 +02:00
CredentialsSelectModal.vue feat(editor, core): Integrate PostHog (#3865) 2022-08-19 15:35:39 +02:00
DeleteUserModal.vue Added Vue plugins that register design system and element UI components (#3875) 2022-08-12 13:22:08 +02:00
Draggable.vue refactor(editor): create ndv store (#4409) 2022-10-24 11:35:03 +02:00
DraggableTarget.vue refactor(editor): create ndv store (#4409) 2022-10-24 11:35:03 +02:00
DuplicateWorkflowDialog.vue feat(editor): create new workflows page (#4267) 2022-10-18 16:28:21 +03:00
EnterpriseEdition.ee.vue feat(cli): User Management and Credentials sharing (#3602) 2022-09-21 10:20:29 +02:00
ExecutionsList.vue feat(editor): implement executions preview via the new executions tab in node view (#4311) 2022-10-26 10:02:56 +02:00
ExecutionTime.vue 🧹 clean up editor based on #1418 (#2010) 2021-07-23 17:50:47 +02:00
ExpressionEdit.vue refactor(editor): create ndv store (#4409) 2022-10-24 11:35:03 +02: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 feat(cli): User Management and Credentials sharing (#3602) 2022-09-21 10:20:29 +02: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 feat: Add User Management (#2636) 2022-03-14 14:46:32 +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 feat: migrate editor-ui to Vite.js and various DX improvements (N8N-2277) (#4061) 2022-09-23 17:14:28 +03:00
ImportCurlModal.vue refactor(editor): create ndv store (#4409) 2022-10-24 11:35:03 +02:00
ImportParameter.vue feat(editor): add readonly state for nodes (#4299) 2022-10-24 20:17:25 +02: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): create ndv store (#4409) 2022-10-24 11:35:03 +02: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 Add autocompletion for i18n keys in script sections of Vue files (#3133) 2022-04-15 08:22:58 +02:00
Logo.vue feat(editor): Main navigation redesign (#4144) 2022-09-26 15:25:19 +02:00
MainSidebar.vue feat(editor): implement executions preview via the new executions tab in node view (#4311) 2022-10-26 10:02:56 +02:00
Modal.vue Improve workflow activation (#2692) 2022-01-21 18:00:00 +01:00
ModalDrawer.vue Improve workflow activation (#2692) 2022-01-21 18:00:00 +01:00
ModalRoot.vue feat(editor): create new workflows page (#4267) 2022-10-18 16:28:21 +03: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): create ndv store (#4409) 2022-10-24 11:35:03 +02:00
Node.vue feat(editor): implement executions preview via the new executions tab in node view (#4311) 2022-10-26 10:02:56 +02:00
NodeCredentials.vue feat(editor): add automatic credential selection for new nodes (#2746) 2022-10-17 13:39:42 +02:00
NodeDetailsView.vue feat(editor): add readonly state for nodes (#4299) 2022-10-24 20:17:25 +02:00
NodeExecuteButton.vue refactor(editor): create ndv store (#4409) 2022-10-24 11:35:03 +02:00
NodeIcon.vue feat: migrate editor-ui to Vite.js and various DX improvements (N8N-2277) (#4061) 2022-09-23 17:14:28 +03:00
NodeList.vue refactor(editor): Implemented NodeIcon design system component (#3727) 2022-08-01 22:35:45 +02:00
NodeSettings.vue feat(editor): add readonly state for nodes (#4299) 2022-10-24 20:17:25 +02:00
NodeSettingsTabs.vue refactor(editor): create ndv store (#4409) 2022-10-24 11:35:03 +02: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: Add Onboarding call prompts (#3682) 2022-07-27 16:28:13 +02:00
OutputPanel.vue refactor(editor): create ndv store (#4409) 2022-10-24 11:35:03 +02: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 👕 Fix lint issue 2020-10-22 15:46:03 +02:00
PanelDragButton.vue feat(editor-ui): JSON mapping (#4270) 2022-10-06 15:03:55 +02:00
ParameterInput.vue feat(editor): add readonly state for nodes (#4299) 2022-10-24 20:17:25 +02:00
ParameterInputExpanded.vue feat(editor): update expressions display (#4171) 2022-10-12 14:06:28 +02:00
ParameterInputFull.vue refactor(editor): create ndv store (#4409) 2022-10-24 11:35:03 +02:00
ParameterInputHint.vue fix(editor): stop rendering expressions as html (#4420) 2022-10-24 10:48:33 +02:00
ParameterInputList.vue feat(editor): add readonly state for nodes (#4299) 2022-10-24 20:17:25 +02:00
ParameterInputWrapper.vue refactor(editor): create ndv store (#4409) 2022-10-24 11:35:03 +02: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 feat(personalization): update personalizaton survey (#4154) 2022-09-21 11:49:25 +02:00
PushConnectionTracker.vue 🐛 Fix some i18n line break issues 2022-03-05 20:11:34 +01:00
RunData.vue refactor(editor): create ndv store (#4409) 2022-10-24 11:35:03 +02:00
RunDataJson.vue refactor(editor): create ndv store (#4409) 2022-10-24 11:35:03 +02:00
RunDataJsonActions.vue refactor(editor): create ndv store (#4409) 2022-10-24 11:35:03 +02:00
RunDataTable.vue refactor(editor): create ndv store (#4409) 2022-10-24 11:35:03 +02:00
RunInfo.vue feat(editor): Add input panel to NDV (#3204) 2022-05-23 17:56:15 +02:00
SaveButton.vue feat(editor, core, cli): implement new workflow experience (#4358) 2022-10-18 14:23:22 +02:00
ScopesNotice.vue feat(core): Allow credential reuse on HTTP Request node (#3228) 2022-05-24 11:36:19 +02:00
SettingsSidebar.vue fix(editor): fix bottom menu hover bug (#4349) 2022-10-17 13:35:08 +02:00
ShortenName.vue feat(editor): Add drag and drop data mapping (#3708) 2022-07-20 13:32:51 +02:00
Sticky.vue refactor(editor): create ndv store (#4409) 2022-10-24 11:35:03 +02:00
TagsContainer.vue feat: migrate editor-ui to Vite.js and various DX improvements (N8N-2277) (#4061) 2022-09-23 17:14:28 +03:00
TagsDropdown.vue feat(editor): create new workflows page (#4267) 2022-10-18 16:28:21 +03:00
Telemetry.vue feat(cli): User Management and Credentials sharing (#3602) 2022-09-21 10:20:29 +02:00
TemplateCard.vue feat(editor): Add data pinning functionality (#3511) 2022-07-20 17:50:39 +02:00
TemplateDetails.vue fix(editor): change horizontal scrollbar rendering in various places (#4282) 2022-10-10 17:23:22 +02: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 feat(cli): User Management and Credentials sharing (#3602) 2022-09-21 10:20:29 +02: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): create ndv store (#4409) 2022-10-24 11:35:03 +02:00
UpdatesPanel.vue feat: migrate editor-ui to Vite.js and various DX improvements (N8N-2277) (#4061) 2022-09-23 17:14:28 +03:00
ValueSurvey.vue feat: migrate editor-ui to Vite.js and various DX improvements (N8N-2277) (#4061) 2022-09-23 17:14:28 +03:00
VariableSelector.vue refactor(editor): create ndv store (#4409) 2022-10-24 11:35:03 +02: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 feat(editor): create new workflows page (#4267) 2022-10-18 16:28:21 +03:00
WorkflowCard.vue fix(core): revert blocking workflow update on interim change (#4437) 2022-10-25 13:45:47 +02: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 feat(editor): implement executions preview via the new executions tab in node view (#4311) 2022-10-26 10:02:56 +02:00