mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
feat(editor): Create call to action tooltip for trying the new canvas (no-changelog) (#11230)
This commit is contained in:
@@ -117,6 +117,9 @@ defineExpose({ open, close });
|
||||
<span :class="$style.label">
|
||||
{{ item.label }}
|
||||
</span>
|
||||
<span v-if="item.badge">
|
||||
<N8nBadge theme="primary" size="xsmall">{{ item.badge }}</N8nBadge>
|
||||
</span>
|
||||
<N8nKeyboardShortcut
|
||||
v-if="item.shortcut"
|
||||
v-bind="item.shortcut"
|
||||
|
||||
@@ -3,6 +3,7 @@ import type { KeyboardShortcut } from 'n8n-design-system/types/keyboardshortcut'
|
||||
export interface ActionDropdownItem {
|
||||
id: string;
|
||||
label: string;
|
||||
badge?: string;
|
||||
icon?: string;
|
||||
divided?: boolean;
|
||||
disabled?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user