[feat] Add custom icon system with workflow icon (#4590)

This commit is contained in:
Christian Byrne
2025-07-30 01:27:15 -07:00
committed by GitHub
parent 5c71854a96
commit 516eb26d3e
7 changed files with 460 additions and 82 deletions

View File

@@ -7,9 +7,12 @@
}"
severity="secondary"
text
icon="pi pi-box"
@click="() => commandStore.execute('Comfy.Graph.ConvertToSubgraph')"
/>
>
<template #icon>
<i-comfy:workflow />
</template>
</Button>
</template>
<script setup lang="ts">