feat(editor): Pre built agents experiment v2 (no-changelog) (#18842)

This commit is contained in:
Jaakko Husso
2025-08-28 09:40:52 +03:00
committed by GitHub
parent 07915c6b25
commit 883e887666
23 changed files with 3991 additions and 70 deletions

View File

@@ -14,6 +14,7 @@ export interface Props {
title: string;
showActionArrow?: boolean;
isOfficial?: boolean;
hideNodeIcon?: boolean;
}
defineProps<Props>();
@@ -35,7 +36,7 @@ const { t } = useI18n();
}"
v-bind="$attrs"
>
<div :class="$style.nodeIcon">
<div v-if="!hideNodeIcon" :class="$style.nodeIcon">
<slot name="icon" />
</div>
<div>