n8n/packages/editor-ui/src/views
2024-08-29 16:31:45 +03:00
..
__tests__ feat(editor): Update element-plus to 2.4.3 (no-changelog) (#10281) 2024-08-21 10:42:08 +02:00
SetupWorkflowFromTemplateView refactor(editor): Standardize how we use defineEmits in components using the composition API (no-changelog) (#9934) 2024-07-04 10:30:51 +03:00
AuthView.vue refactor(editor): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04:00
CanvasAddButton.vue refactor(editor): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04:00
ChangePasswordView.vue refactor(editor): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04:00
CredentialsView.test.ts fix(editor): Add back credential type icon (no-changelog) (#9704) 2024-06-11 20:16:27 +02:00
CredentialsView.vue refactor(editor): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04:00
ErrorView.vue refactor(editor): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04:00
ExecutionsView.vue refactor(editor): Delete unused code (no-changelog) (#9866) 2024-06-26 11:45:41 +02:00
ForgotMyPasswordView.vue refactor(editor): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04: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 fix(editor): Hide execution buttons in readonly mode in new canvas (no-changelog) (#10603) 2024-08-29 16:31:45 +03:00
NodeView.vue refactor(editor): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04:00
NodeViewSwitcher.vue feat(editor): Set default canvas version to version 2 on internal deployment (no-changelog) (#10514) 2024-08-26 10:32:57 +03:00
ProjectSettings.test.ts fix(editor): Enable credential sharing between all types of projects (#10233) 2024-08-09 16:31:02 +02:00
ProjectSettings.vue fix(editor): Connect up new project viewer role to the FE (#9913) 2024-08-13 16:45:28 +03:00
SamlOnboarding.vue refactor(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01:00
SettingsApiView.vue refactor(editor): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04:00
SettingsCommunityNodesView.vue refactor(editor): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04:00
SettingsExternalSecrets.vue refactor(editor): Do not make rest api calls for disabled features (no-changelog) (#9046) 2024-04-04 15:53:34 +02:00
SettingsFakeDoorView.vue refactor(editor): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04:00
SettingsLdapView.vue refactor(editor): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04:00
SettingsLogStreamingView.vue refactor(editor): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04:00
SettingsPersonalView.vue refactor(editor): Remove id param from PATCH /me calls (no-changelog) (#10449) 2024-08-16 12:15:48 +03:00
SettingsSourceControl.vue refactor(editor): Fix TypeScript issues in views (no-changelog) (#9573) 2024-05-31 15:52:00 +02:00
SettingsSso.vue refactor(editor): Migrate n8nRootStore to use composition API (no-changelog) (#9770) 2024-06-18 13:15:12 -04:00
SettingsUsageAndPlan.vue fix(editor): Move projects and rbac files (no-changelog) (#9651) 2024-06-06 15:30:17 +02:00
SettingsUsersView.test.ts fix(editor): Add confirmation toast when changing user role (#10592) 2024-08-29 12:37:21 +02:00
SettingsUsersView.vue fix(editor): Add confirmation toast when changing user role (#10592) 2024-08-29 12:37:21 +02:00
SettingsView.vue refactor(editor): Migrate SettingsView to composition api (no-changelog) (#9746) 2024-06-17 11:53:40 +03:00
SetupView.vue refactor(editor): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04:00
SigninView.vue refactor(editor): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04:00
SignoutView.vue fix(editor): Hard load after logout to reset stores (no-changelog) (#9500) 2024-05-23 17:07:40 +02:00
SignupView.vue fix(editor): UX Improvements to RBAC feature set (#9683) 2024-07-18 14:17:27 +02:00
TemplatesCollectionView.vue refactor(editor): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04:00
TemplatesSearchView.vue refactor(editor): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04:00
TemplatesView.vue refactor(editor): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04:00
TemplatesWorkflowView.vue refactor(editor): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04:00
VariablesView.spec.ts refactor(editor): Migrate settings.store to composition API (no-changelog) (#10022) 2024-07-19 08:35:36 -04:00
VariablesView.vue fix(editor): Connect up new project viewer role to the FE (#9913) 2024-08-13 16:45:28 +03:00
WorkerView.vue refactor(editor): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04:00
WorkflowExecutionsView.vue fix(editor): Connect up new project viewer role to the FE (#9913) 2024-08-13 16:45:28 +03:00
WorkflowHistory.vue fix(editor): Connect up new project viewer role to the FE (#9913) 2024-08-13 16:45:28 +03:00
WorkflowOnboardingView.vue refactor(editor): Fix NodeView/Canvas related TS errors (#9581) 2024-06-03 16:33:20 +02:00
WorkflowsView.test.ts fix(editor): UX Improvements to RBAC feature set (#9683) 2024-07-18 14:17:27 +02:00
WorkflowsView.vue refactor(editor): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04:00