diff --git a/apps/demo/src/lib/components/CodePanel.svelte b/apps/demo/src/lib/components/CodePanel.svelte index 430e092c0..548778c0e 100644 --- a/apps/demo/src/lib/components/CodePanel.svelte +++ b/apps/demo/src/lib/components/CodePanel.svelte @@ -1,11 +1,11 @@ + +
{currentStepInfo.name}
- {flowInfo.name}
- - {currentStepInfo.whatItDoes} -
-+ {currentStepInfo.whatItDoes} +
+ {#if selectedStep !== 'flow_config'} + {/if}
When you call start_flow('article_flow', {'{url}'})
As Workers execute handlers and call complete_task(), SQL Core acknowledges completion, saves outputs, checks dependent steps, and starts
- those with all dependencies satisfied. The run completes when
+ >, SQL Core acknowledges completion, saves outputs, checks dependent steps, and
+ starts those with all dependencies satisfied. The run completes when
remaining_steps = 0.
- This demo uses Supabase Realtime to broadcast graph state changes from SQL Core back to - the browser in real-time. + This demo uses Supabase Realtime to broadcast graph state changes from SQL Core back + to the browser in real-time.
{feature.setting}
{feature.explanation}
@@ -458,18 +590,6 @@- Start this flow with a URL object. SQL Core passes this input to root steps. -
-