n8n/packages/editor-ui/src
Alex Grozav 0a69a9eb9c
test(editor): Add first frontend unit-test and update notice component design (#3166)
*  Added basic Vue 2 + Vite.js setup.

* 🚧 Improved typescript support.

*  Added N8nNotice component to design system with stories and unit tests.

*  Migrated design system build to Vite.js.

* ♻️ Updated typescript definitions. Moved some interface types to remove reliance from design system on editor-ui user and validation types.

* ♻️ Changed prop name from type to theme. Updated truncation props.

* ♻️ Moved user response types back. Added n8n-notice component to editor-ui.

* 🐛 Fixed global vitest types.

*  Added this. vue type extension to editor-ui

* ♻️ Removed circular import.

*  Fixed failing n8n-notice tests.

* feat: Added support for notice truncation via typeOptions.

*  Updated warning color variables and notice warning colors.

* 🐛 Fixed n8n-notice parameter input spacing.
2022-04-29 15:23:41 +02:00
..
api feat: Add User Management (#2636) 2022-03-14 14:46:32 +01:00
components test(editor): Add first frontend unit-test and update notice component design (#3166) 2022-04-29 15:23:41 +02:00
modules feat: Add User Management (#2636) 2022-03-14 14:46:32 +01:00
plugins test(editor): Add first frontend unit-test and update notice component design (#3166) 2022-04-29 15:23:41 +02:00
views feat(core): Introduce simplified node versioning (#3205) 2022-04-28 19:04:09 +02:00
App.vue fix(editor): Fix i18n issues (#3072) 2022-04-11 15:12:13 +02:00
constants.ts feat(editor): Add Workflow Stickies (Notes) (#3154) 2022-04-25 12:38:37 +02:00
Interface.ts test(editor): Add first frontend unit-test and update notice component design (#3166) 2022-04-29 15:23:41 +02:00
main.ts 🐛 Fix issue with running n8n under subfolder (#2816) 2022-02-24 17:17:24 +01:00
n8n-theme-variables.scss feat: Add User Management (#2636) 2022-03-14 14:46:32 +01:00
n8n-theme.scss fix(editor): Fix i18n issues (#3072) 2022-04-11 15:12:13 +02:00
public_path.js 🐛 Fix issue with running n8n under subfolder (#2816) 2022-02-24 17:17:24 +01:00
router.ts feat: Add User Management (#2636) 2022-03-14 14:46:32 +01:00
shims-tsx.d.ts Initial commit to release 2019-06-23 12:35:23 +02:00
shims-vue.d.ts test(editor): Add first frontend unit-test and update notice component design (#3166) 2022-04-29 15:23:41 +02:00
store.ts feat(core): Introduce simplified node versioning (#3205) 2022-04-28 19:04:09 +02:00
vue-agile.d.ts Add Templates (#2720) 2022-02-28 10:57:44 +01:00