n8n/packages/editor-ui/src/views
Mutasem Aldmour 5ed2a77740
feat: Add Ask assistant behind feature flag (#9995)
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
Co-authored-by: Milorad Filipovic <milorad@n8n.io>
2024-08-14 14:59:11 +02:00
..
__tests__ fix(editor): Enable credential sharing between all types of projects (#10233) 2024-08-09 16:31:02 +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): Fix TypeScript issues in views (no-changelog) (#9573) 2024-05-31 15:52:00 +02:00
CanvasAddButton.vue feat(editor): Implement AI Assistant chat UI (#9300) 2024-05-07 15:43:19 +02:00
ChangePasswordView.vue refactor(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01:00
CredentialsView.test.ts fix(editor): Add back credential type icon (no-changelog) (#9704) 2024-06-11 20:16:27 +02:00
CredentialsView.vue fix(editor): Connect up new project viewer role to the FE (#9913) 2024-08-13 16:45:28 +03:00
ErrorView.vue refactor(editor): Migrate ErrorView component to Vue 3 (no-changelog) (#9740) 2024-06-14 10:37:52 +02:00
ExecutionsView.vue refactor(editor): Delete unused code (no-changelog) (#9866) 2024-06-26 11:45:41 +02:00
ForgotMyPasswordView.vue refactor(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01:00
LoadingView.vue refactor(editor): Apply Prettier (no-changelog) (#4920) 2022-12-14 10:04:10 +01:00
MfaView.vue refactor(editor): Standardize how we use defineEmits in components using the composition API (no-changelog) (#9934) 2024-07-04 10:30:51 +03:00
NodeView.v2.vue fix(editor): Fix bug causing workflow debugging to not work in new canvas (no-changelog) (#10384) 2024-08-13 23:14:06 +03:00
NodeView.vue feat: Add Ask assistant behind feature flag (#9995) 2024-08-14 14:59:11 +02:00
NodeViewSwitcher.vue fix(editor): Add back prompt requesting to save unsaved changes (no-changelog) (#10190) 2024-07-25 18:44:26 +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 fix(editor): Revert change that hid swagger docs in the ui (#10350) 2024-08-13 11:40:20 +01:00
SettingsCommunityNodesView.vue feat(core): Support community packages in scaling-mode (#10228) 2024-08-05 11:52:06 +02: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): Migrate ui.store to use composition API (no-changelog) (#9892) 2024-07-03 15:11:40 -04:00
SettingsLdapView.vue refactor(editor): Use form event bus everywhere (no-changelog) (#10394) 2024-08-14 15:00:38 +03:00
SettingsLogStreamingView.vue refactor(editor): Migrate settings.store to composition API (no-changelog) (#10022) 2024-07-19 08:35:36 -04:00
SettingsPersonalView.vue refactor(editor): Use form event bus everywhere (no-changelog) (#10394) 2024-08-14 15:00:38 +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): Enable credential sharing between all types of projects (#10233) 2024-08-09 16:31:02 +02:00
SettingsUsersView.vue refactor(editor): Migrate settings.store to composition API (no-changelog) (#10022) 2024-07-19 08:35:36 -04:00
SettingsView.vue refactor(editor): Migrate SettingsView to composition api (no-changelog) (#9746) 2024-06-17 11:53:40 +03:00
SetupView.vue fix(editor): UX Improvements to RBAC feature set (#9683) 2024-07-18 14:17:27 +02:00
SigninView.vue refactor(editor): Migrate MfaView.vue to use script setup (no-changelog) (#9764) 2024-06-17 04:52:15 -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): Fix TypeScript issues in template code (no-changelog) (#9574) 2024-05-31 15:07:49 +02:00
TemplatesSearchView.vue refactor(editor): Fix remaining FE type check errors (no-changelog) (#9607) 2024-06-10 16:23:06 +03:00
TemplatesView.vue refactor(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01:00
TemplatesWorkflowView.vue refactor(editor): Fix TypeScript issues in template code (no-changelog) (#9574) 2024-05-31 15:07:49 +02: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): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01: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 fix(editor): Connect up new project viewer role to the FE (#9913) 2024-08-13 16:45:28 +03:00