chore(docs): put all actions into single panel

This commit is contained in:
braks
2024-02-08 20:07:50 +01:00
committed by Braks
parent fafad1e721
commit caf874dd49
4 changed files with 66 additions and 36 deletions
+1 -4
View File
@@ -74,9 +74,7 @@ const processLabel = toRef(() => {
<template>
<div class="process-node" :style="{ backgroundColor: bgColor }">
<Handle v-if="!isSender" type="target" :position="targetPosition">
<div>📥</div>
</Handle>
<Handle v-if="!isSender" type="target" :position="targetPosition" />
<Handle v-if="!isReceiver" type="source" :position="sourcePosition" />
<div v-if="!isSender && data.isRunning" class="spinner" />
@@ -91,7 +89,6 @@ const processLabel = toRef(() => {
padding: 10px;
color: white;
border-radius: 99px;
font-size: 14px;
width: 24px;
height: 24px;
display: flex;