n8n/packages/design-system/src
Milorad FIlipović 4240e76253
feat(editor): Implement new banners framework (#6603)
*  Implemented new grid row - banners
*  Fixing node creator and executions sidebar position after layout update
* 💄 Added configurable round corners to the Callout component
*  Fixing mouse position detection and main tab bar position
*  Implemented basic banner component structure
*  Implemented banner state and dismiss logic
*  Fixing grid layout. Updating banners height state dynamically
*  Fix zoom to fit position, mouse position in demo mode and callout vertical alignment
*  Implementing proper trial banners logic
* 💄 Only showing execution usage data once the sidebar is fully expanded
*  Implemented permanent/temporary dismiss logic for v1 flag
*  Minor refactoring of banner logic
*  Updating permanent dismiss logic to work with all banners
* 👕 Fixing linting errors
* ✔️ Updating Callout component test snapshots
* 💄 Tweaking zoom to fit position
* ✔️ Updating testing endpoints to use new store data
*  Added banners unit tests
* ✔️ Fixing failing banner tests
*  Added more banner tests
*  Updating banners dimensions on resize, removing leftover code
* ✔️ Removing store import from API file
* 👕 Fixing lint errors
*  Updating migration files
*  Using query parameters in migrations
* 👌 Addressing design review feedback
*  Updating upgrade plan button click
*  Updating the migrations syntax
* 👌 Updating permanent banner dismiss endpoint and back-end logic
* 👌 Refactoring trial banner component and ui store
* 👌 Addressing more points from code review
* 👌 Moving DOM logic from the store
* ✔️ Updated callout component snapshots
* 👌 Updating mysql migration file
* ✔️ Updating e2e test canvas coordinates after setting it's position to absolute
* 👌 Addressing back-end review feedback
* 👌 Improving typing around banners
* 👕 Fixing lint errors
2023-07-14 15:36:17 +02:00
..
__tests__
components feat(editor): Implement new banners framework (#6603) 2023-07-14 15:36:17 +02:00
composables
css refactor(editor): Replace monaco-editor/prismjs with CodeMirror (#5983) 2023-04-25 16:57:21 +02:00
docs fix(editor): Update and fix storybook (was failing to run in local dev mode) (#6180) 2023-05-04 17:43:58 +02:00
locale
mixins
styleguide refactor: Integrate consistent-type-imports in FE packages (no-changelog) (#6060) 2023-04-24 12:18:24 +02:00
types fix(editor): Update design system menu item component (#6659) 2023-07-13 13:27:25 +02:00
utils ci: Fix build (no-changelog) (#6379) 2023-06-06 13:44:24 +02:00
main.ts feat: Replace this.$refs.refName as Vue with InstanceType<T> (no-changelog) (#6050) 2023-04-21 16:59:04 +03:00
plugin.ts feat(editor): Add color picker design system component (#6179) 2023-05-11 15:28:05 +02:00
shims-markdown-it.d.ts
shims-types.d.ts
shims-vue.d.ts
shims-vue2-boring-avatars.d.ts
utils.scss