Code should be readable and consistent: avoid inline “magic” expressions, prefer named values/helpers, and use uniform style primitives.
Apply:
const lastEdgeIndex = yy.getEdges().length - 1;
$$ = $LINKSTYLE;
yy.updateLink([lastEdgeIndex], $stylesOpt);
gap-* instead of mixing mr-*, mb-*):
<li v-for="{ iconUrl, featureName } in column" :key="featureName" class="flex gap-2 items-center">
<img :src="iconUrl" :alt="featureName" class="inline-block h-5 w-5" />
<span></span>
</li>
"${args[@]}" for pass-through arguments).Enter the URL of a public GitHub repository