Add linear indicator to workflow tab

This commit is contained in:
Austin Mroz
2025-12-31 17:56:14 -08:00
parent e652944586
commit a780efb5ff

View File

@@ -7,6 +7,10 @@
@mouseleave="handleMouseLeave"
@click="handleClick"
>
<i
v-if="workflowOption.workflow.activeState?.extra?.linearMode"
class="icon-[lucide--panels-top-left] bg-azure-600"
/>
<span class="workflow-label inline-block max-w-[150px] truncate text-sm">
{{ workflowOption.workflow.filename }}
</span>