n8n/packages/editor-ui/src/views
2024-12-02 14:57:22 +01:00
..
SetupWorkflowFromTemplateView refactor(editor): Move test files alongside tested files (no-changelog) (#11504) 2024-11-01 18:01:13 +02:00
TestDefinition feat(editor): Add workflow evaluation edit and list views (no-changelog) (#11719) 2024-11-27 07:47:41 +01:00
AuthView.test.ts refactor(editor): Move test files alongside tested files (no-changelog) (#11504) 2024-11-01 18:01:13 +02:00
AuthView.vue refactor(editor): Migrate AuthView and associated components to composition api (#10713) 2024-09-18 23:38:45 -04:00
CanvasAddButton.vue refactor(editor): Stop using $locale in favor of the i18n composable (#11731) 2024-11-15 19:11:58 -05:00
ChangePasswordView.vue fix(editor): Make submit in ChangePasswordView work again (#11227) 2024-10-11 12:26:43 -04:00
CredentialsView.test.ts feat(editor): Add universal Create Resource Menu (#11564) 2024-11-19 15:47:10 +01:00
CredentialsView.vue feat(editor): Add universal Create Resource Menu (#11564) 2024-11-19 15:47:10 +01:00
ErrorView.vue refactor(editor): Stop using $locale in favor of the i18n composable (#11731) 2024-11-15 19:11:58 -05:00
ExecutionsView.vue refactor(editor): Move executions under projects (#11541) 2024-11-12 17:01:22 +01:00
ForgotMyPasswordView.test.ts fix(editor): Auto focus first fields on SignIn, SignUp and ForgotMyPassword views (#11445) 2024-11-01 13:59:04 +01:00
ForgotMyPasswordView.vue fix(editor): Auto focus first fields on SignIn, SignUp and ForgotMyPassword views (#11445) 2024-11-01 13:59:04 +01:00
LoadingView.vue refactor(editor): Apply Prettier (no-changelog) (#4920) 2022-12-14 10:04:10 +01:00
MfaView.vue refactor(editor): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04:00
NodeView.v2.vue feat(editor): Canvas chat UI & UX improvements (#11924) 2024-11-29 11:24:17 +01:00
NodeView.vue feat(editor): Canvas chat UI & UX improvements (#11924) 2024-11-29 11:24:17 +01:00
NodeViewSwitcher.vue feat(editor): Migrate existing users to new canvas and set new canvas as default (#11896) 2024-11-27 10:11:33 +02:00
ProjectSettings.test.ts fix(editor): Allow resources to move between personal and team projects (#10683) 2024-09-27 15:12:31 +02:00
ProjectSettings.vue feat(editor): Add workflow evaluation edit and list views (no-changelog) (#11719) 2024-11-27 07:47:41 +01:00
SamlOnboarding.test.ts refactor(editor): Move test files alongside tested files (no-changelog) (#11504) 2024-11-01 18:01:13 +02:00
SamlOnboarding.vue refactor(editor): Migrate AuthView and associated components to composition api (#10713) 2024-09-18 23:38:45 -04:00
SettingsApiView.vue refactor(editor): Migrate components to composition API (#11497) 2024-11-04 17:00:06 -05:00
SettingsCommunityNodesView.vue feat(editor): Overhaul document title management (#10999) 2024-09-30 10:57:25 +02:00
SettingsExternalSecrets.test.ts refactor(editor): Move test files alongside tested files (no-changelog) (#11504) 2024-11-01 18:01:13 +02:00
SettingsExternalSecrets.vue fix(editor): When cloud users click on "How to update your n8n version" auto-login them before redirecting to the dashboard (no-changelog) (#11467) 2024-11-01 11:01:54 -04:00
SettingsLdapView.vue fix(editor): When cloud users click on "How to update your n8n version" auto-login them before redirecting to the dashboard (no-changelog) (#11467) 2024-11-01 11:01:54 -04:00
SettingsLogStreamingView.vue refactor(editor): Migrate components to composition API (#11497) 2024-11-04 17:00:06 -05:00
SettingsPersonalView.test.ts refactor(editor): Move test files alongside tested files (no-changelog) (#11504) 2024-11-01 18:01:13 +02:00
SettingsPersonalView.vue feat: Run mfa.beforeSetup hook before enabling MFA (#11116) 2024-10-17 19:47:10 +02:00
SettingsSourceControl.test.ts fix(editor): Allow custom git repo urls in source control settings (#10849) 2024-09-17 13:39:13 +02:00
SettingsSourceControl.vue fix(editor): When cloud users click on "How to update your n8n version" auto-login them before redirecting to the dashboard (no-changelog) (#11467) 2024-11-01 11:01:54 -04:00
SettingsSso.test.ts refactor(editor): Move test files alongside tested files (no-changelog) (#11504) 2024-11-01 18:01:13 +02:00
SettingsSso.vue fix(editor): When cloud users click on "How to update your n8n version" auto-login them before redirecting to the dashboard (no-changelog) (#11467) 2024-11-01 11:01:54 -04:00
SettingsUsageAndPlan.test.ts fix(editor): Open Community+ enrollment modal only for the instance owner (#11292) 2024-10-21 10:02:18 +02:00
SettingsUsageAndPlan.vue fix(editor): When cloud users click on "How to update your n8n version" auto-login them before redirecting to the dashboard (no-changelog) (#11467) 2024-11-01 11:01:54 -04:00
SettingsUsersView.test.ts fix(editor): When cloud users click on "How to update your n8n version" auto-login them before redirecting to the dashboard (no-changelog) (#11467) 2024-11-01 11:01:54 -04:00
SettingsUsersView.vue fix(editor): When cloud users click on "How to update your n8n version" auto-login them before redirecting to the dashboard (no-changelog) (#11467) 2024-11-01 11:01:54 -04:00
SettingsView.test.ts fix(editor): Resolve going back from Settings (#11958) 2024-12-02 14:57:22 +01:00
SettingsView.vue fix(editor): Resolve going back from Settings (#11958) 2024-12-02 14:57:22 +01:00
SetupView.vue fix(editor): Open Community+ enrollment modal only for the instance owner (#11292) 2024-10-21 10:02:18 +02:00
SigninView.test.ts fix(editor): Auto focus first fields on SignIn, SignUp and ForgotMyPassword views (#11445) 2024-11-01 13:59:04 +01:00
SigninView.vue fix(editor): Auto focus first fields on SignIn, SignUp and ForgotMyPassword views (#11445) 2024-11-01 13:59:04 +01:00
SignoutView.vue refactor(editor): Migrate SignoutView.vue to composition API (#10720) 2024-09-10 10:23:57 -04:00
SignupView.test.ts fix(editor): Auto focus first fields on SignIn, SignUp and ForgotMyPassword views (#11445) 2024-11-01 13:59:04 +01:00
SignupView.vue fix(editor): Auto focus first fields on SignIn, SignUp and ForgotMyPassword views (#11445) 2024-11-01 13:59:04 +01:00
TemplatesCollectionView.vue refactor(editor): Migrate templates.store to composition API (#11641) 2024-11-08 07:46:03 -05:00
TemplatesSearchView.vue refactor(editor): Migrate TemplatesSearchView.vue to composition API (#11571) 2024-11-05 14:51:55 -05:00
TemplatesView.vue feat(editor): Add workflow evaluation edit and list views (no-changelog) (#11719) 2024-11-27 07:47:41 +01:00
TemplatesWorkflowView.vue feat(editor): Overhaul document title management (#10999) 2024-09-30 10:57:25 +02:00
VariablesView.test.ts refactor(editor): Rename design-system unit test files and snapshots (no-changelog) (#11539) 2024-11-05 14:20:02 +02:00
VariablesView.vue refactor(editor): Stop using $locale in favor of the i18n composable (#11731) 2024-11-15 19:11:58 -05:00
WorkerView.vue refactor(editor): Stop using $locale in favor of the i18n composable (#11731) 2024-11-15 19:11:58 -05:00
WorkflowExecutionsView.vue feat(core): Improve debugging of sub-workflows (#11602) 2024-11-14 23:04:43 +01:00
WorkflowHistory.test.ts refactor(editor): Move test files alongside tested files (no-changelog) (#11504) 2024-11-01 18:01:13 +02:00
WorkflowHistory.vue fix(editor): When cloud users click on "How to update your n8n version" auto-login them before redirecting to the dashboard (no-changelog) (#11467) 2024-11-01 11:01:54 -04:00
WorkflowOnboardingView.vue feat(editor): Add option to create sub workflow from workflows list in Execute Workflow node (#11706) 2024-11-19 10:09:06 -05:00
WorkflowsView.test.ts feat(editor): Add universal Create Resource Menu (#11564) 2024-11-19 15:47:10 +01:00
WorkflowsView.vue feat(editor): Add universal Create Resource Menu (#11564) 2024-11-19 15:47:10 +01:00