n8n/packages/design-system/src
Csaba Tuncsik 217de21605
fix(editor): Tweak hover area of workflow / cred cards (#7108)
Context

When a user is attempting to interact with a foreground action inside an
entity card (workflow, credential, community node, logging destination),
they might accidentally open that entity instead of interacting with a
foreground action.

For these card components, actions are always placed on right side. 

A/C

Area around right "column" of entity cards (workflow, cred, community
node, logging destination) should not be a hoverable area (that opens
that entity when clicked). This area is roughly highlighted in screen
shot below in orange.


![image](https://github.com/n8n-io/n8n/assets/5410822/0916bcd5-e972-4367-a862-41d2086a2334)
2023-09-13 12:21:26 +02:00
..
__tests__ feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02:00
components fix(editor): Tweak hover area of workflow / cred cards (#7108) 2023-09-13 12:21:26 +02:00
composables feat: Add basic Datatable and Pagination components (#5652) 2023-03-15 18:52:02 +02:00
css feat: External Secrets storage for credentials (#6477) 2023-08-25 10:33:46 +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 feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02:00
mixins test(editor): Add first frontend unit-test and update notice component design (#3166) 2022-04-29 15:23:41 +02:00
styleguide feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02:00
types feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02:00
utils ci: Fix prettier auto-formatting (no-changelog) (#7063) 2023-09-01 13:29:31 +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): Ask AI in Code node (#6672) 2023-08-16 13:08:10 +02:00
shims-markdown-it.d.ts feat: Replace Vue.extend with defineComponent in design system (no-changelog) (#5918) 2023-04-12 17:39:45 +03:00
shims-types.d.ts feat: Replace new Vue() with custom event bus (no-changelog) (#5780) 2023-04-06 16:32:45 +03:00
shims-vue.d.ts Implement design system (#2050) 2021-08-29 13:36:17 +02:00
utils.scss fix: Fix all modal sizes (#6820) 2023-08-01 13:52:33 +02:00