pipes-digital / pipes

Repository for Pipes
https://pipes.digital
GNU Affero General Public License v3.0
248 stars 19 forks source link

Show "Execute JavaScript" status in "Download" block within "ForEach" block #106

Open anewuser opened 1 year ago

anewuser commented 1 year ago

When you add a Download block to a ForEach block, there's no indication whether Execute JavaScript is enabled or not:

pipes

onli commented 1 year ago

Right. Problem is: It really won't be enabled, the download block with the checkbox ceases to exist. What feels better: A checkbox in the forEach block, or that the javaScript checkbox state is moved into the forEach block (but then stays static) when they are merged?

anewuser commented 1 year ago

I was just thinking of a grayed-out label to confirm that JS execution was disabled in a loop, but adding a working checkbox might be useful. That way, people won't have to recreate the whole loop just to toggle JS.