feat: while loop as new flow primitive

This commit is contained in:
Ruben Fiszel
2024-04-02 17:38:11 +02:00
parent 921f6a85ce
commit ff26c8e42d
17 changed files with 553 additions and 208 deletions
@@ -90,6 +90,18 @@
For Loop
</button>
<button
class="w-full text-left py-2 px-3 hover:bg-surface-hover whitespace-nowrap flex flex-row gap-2 items-center"
on:pointerdown={() => {
close()
dispatch('new', 'whileloop')
}}
role="menuitem"
>
<Repeat size={14} />
While Loop
</button>
<button
class="w-full text-left py-2 px-3 hover:bg-surface-hover whitespace-nowrap flex flex-row gap-2 items-center"