n8n/packages/editor-ui/src/components
MedAliMarz 10acbecfaa
🐛 Fix workflow activation confirmation modal (#2005)
* Show the activation message if the workflow is not saved

* Apply review changes
2021-07-23 09:32:56 +02:00
..
Error Touch up display for large error cause (#1927) 2021-06-22 19:43:43 +02:00
ExpandableInput Update click outside events to limit only to click events, ignoring blur (#1953) 2021-06-30 09:17:30 +02:00
MainHeader Add tagging of workflows (#1647) 2021-05-29 13:31:21 -05:00
mixins Add new version notification (#1977) 2021-07-22 10:22:17 +02:00
NodeCreator Add new version notification (#1977) 2021-07-22 10:22:17 +02:00
TagsManager Add tagging of workflows (#1647) 2021-05-29 13:31:21 -05:00
transitions Change the UI of the Nodes Panel (#1855) 2021-06-18 07:58:26 +02:00
About.vue Add "About n8n" to Help in sidebar 2020-01-09 21:53:26 -06:00
Badge.vue Add new version notification (#1977) 2021-07-22 10:22:17 +02:00
BinaryDataDisplay.vue Add support to display binary video content 2021-07-03 14:30:02 +02:00
BreakpointsObserver.vue Add tagging of workflows (#1647) 2021-05-29 13:31:21 -05:00
CodeEdit.vue 🐛 Do now allow to edit JavaScript code in read-only mode 2021-04-04 18:03:41 +02:00
CollectionParameter.vue Fix issue with option parameters that are named the same #1808 2021-05-28 18:13:15 -05:00
CredentialsEdit.vue Add more frontend hooks (#1687) 2021-05-05 19:46:33 -05:00
CredentialsInput.vue Add expression support to credentials 2021-01-24 13:33:57 +01:00
CredentialsList.vue Add more frontend hooks (#1687) 2021-05-05 19:46:33 -05:00
DataDisplay.vue Add hooks to Node Lifecycle (#1882) 2021-06-18 22:47:03 +02:00
DisplayWithChange.vue Initial commit to release 2019-06-23 12:35:23 +02:00
DuplicateWorkflowDialog.vue Add tagging of workflows (#1647) 2021-05-29 13:31:21 -05:00
ExecutionsList.vue Performance improvements for executions count on Postgres (#1888) 2021-07-06 23:25:25 +02:00
ExecutionTime.vue Push active executions to clients to remove manual reload 2019-07-24 14:25:30 +02:00
ExpressionEdit.vue 🐛 Fix issue with selecting variables in Expression Editor 2021-05-31 12:59:45 -05:00
ExpressionInput.vue 🐛 Fix issue that deleted value in expression did reappear after item select 2021-06-03 16:53:01 -05:00
FixedCollectionParameter.vue 🐛 Fix issue that it sets default values correctly for multipleValues 2021-05-19 19:26:29 -05:00
GiftNotificationIcon.vue Add new version notification (#1977) 2021-07-22 10:22:17 +02:00
InlineTextEdit.vue Add tagging of workflows (#1647) 2021-05-29 13:31:21 -05: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
MainSidebar.vue Add new version notification (#1977) 2021-07-22 10:22:17 +02:00
MainSidebarMenuItemsIterator.vue 🐛 fix external links in sidemenu (#1720) 2021-05-04 17:55:39 +02:00
Modal.vue Add new version notification (#1977) 2021-07-22 10:22:17 +02:00
ModalRoot.vue Add new version notification (#1977) 2021-07-22 10:22:17 +02:00
Modals.vue Add new version notification (#1977) 2021-07-22 10:22:17 +02:00
MultipleParameter.vue 👕 Fix lint issue 2020-12-27 00:28:51 +01:00
Node.vue Add new version notification (#1977) 2021-07-22 10:22:17 +02:00
NodeCredentials.vue Add expression support to credentials 2021-01-24 13:33:57 +01:00
NodeIcon.vue Add new version notification (#1977) 2021-07-22 10:22:17 +02:00
NodeSettings.vue 🐛 Fix issue that it did not save values for parameters which did get 2021-05-15 17:51:14 -05:00
NodeWebhooks.vue Made "easy wins" copy-edit pass through vue components (#889) 2020-08-26 21:25:59 +02:00
PageContentWrapper.vue 👕 Fix lint issue 2020-10-22 15:46:03 +02:00
ParameterInput.vue 🐛 Fix error message on textarea field clicks 2021-06-02 20:48:07 -05:00
ParameterInputFull.vue Fix issue that parameter inputs on lower levels are very small 2020-01-23 16:05:27 -08:00
ParameterInputList.vue Fix errors in expression editor 2021-05-29 19:49:20 -05:00
PushConnectionTracker.vue Add tagging of workflows (#1647) 2021-05-29 13:31:21 -05:00
RunData.vue Add tagging of workflows (#1647) 2021-05-29 13:31:21 -05:00
SaveWorkflowButton.vue Add tagging of workflows (#1647) 2021-05-29 13:31:21 -05:00
TagsContainer.vue 🐛 Enable header clicks on tags (#1848) 2021-05-31 18:34:55 +02:00
TagsDropdown.vue Update click outside events to limit only to click events, ignoring blur (#1953) 2021-06-30 09:17:30 +02:00
TextEdit.vue 🐛 Fix bug that TextEdit did not display existing values 2020-01-08 13:25:35 -06:00
TimeAgo.vue Add new version notification (#1977) 2021-07-22 10:22:17 +02:00
TriggerIcon.vue Change the UI of the Nodes Panel (#1855) 2021-06-18 07:58:26 +02:00
UpdatesPanel.vue Add new version notification (#1977) 2021-07-22 10:22:17 +02:00
VariableSelector.vue Make it possible to read sibling parameter 2021-05-14 18:16:48 -05:00
VariableSelectorItem.vue Initial commit to release 2019-06-23 12:35:23 +02:00
VersionCard.vue Add new version notification (#1977) 2021-07-22 10:22:17 +02:00
WarningTooltip.vue Add new version notification (#1977) 2021-07-22 10:22:17 +02:00
WorkflowActivator.vue 🐛 Fix workflow activation confirmation modal (#2005) 2021-07-23 09:32:56 +02:00
WorkflowNameShort.vue Add tagging of workflows (#1647) 2021-05-29 13:31:21 -05:00
WorkflowOpen.vue Enable tags selection (#1960) 2021-07-01 10:15:28 +02:00
WorkflowSettings.vue Add more frontend hooks (#1687) 2021-05-05 19:46:33 -05:00