mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 18:41:14 +00:00
refactor(editor): Implemented NodeIcon design system component (#3727)
* ✨ Implemented `NodeIcon` design system component * ✨ Updated editor to use N8nNodeIcon component, removed HoverableNodeIcon * ➕ Adding design system types import to editor-ui * ✔️ Fixing linting errors * 👌 Updating `NodeIcon` component based on review feedback * 👌 Minor changes to `NodeIcon` component * 👌 Removing unnecessary `Vue.use statement * 🐛 Fixing unknown node icon bug and adding click listener to node icon component * 💄 Removing unnecessary pointer cursor from the `NodeIcon` component * 💄 Adding pointer cursor to node icons in the template details * 💄 Updating node icon size in collections page
This commit is contained in:
committed by
GitHub
parent
2f82caa8cc
commit
3de062202d
1
packages/editor-ui/src/shims-vue.d.ts
vendored
1
packages/editor-ui/src/shims-vue.d.ts
vendored
@@ -1,4 +1,5 @@
|
||||
import Vue from 'vue';
|
||||
import 'n8n-design-system/src/shims-element-ui';
|
||||
|
||||
declare module '*.vue' {
|
||||
import Vue from 'vue';
|
||||
|
||||
Reference in New Issue
Block a user