diff options
| author | Adam Malczewski <[email protected]> | 2026-06-26 19:52:47 +0900 |
|---|---|---|
| committer | Adam Malczewski <[email protected]> | 2026-06-26 19:52:47 +0900 |
| commit | 51da5df8fc70efc2febda238faeaeacb21713699 (patch) | |
| tree | 15727c2a4e38dccb4f44123c387f43abe117dbad /src/app | |
| parent | f582642aeed9c79247e805545d434c4a261be781 (diff) | |
| download | dispatch-web-51da5df8fc70efc2febda238faeaeacb21713699.tar.gz dispatch-web-51da5df8fc70efc2febda238faeaeacb21713699.zip | |
feat(heartbeat): prompt editor modal + hours/minutes timer + backend handoff
Diffstat (limited to 'src/app')
| -rw-r--r-- | src/app/App.svelte | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app/App.svelte b/src/app/App.svelte index f19df62..f9fecc7 100644 --- a/src/app/App.svelte +++ b/src/app/App.svelte @@ -680,6 +680,7 @@ saveConfig={saveHeartbeatConfig} loadRuns={loadHeartbeatRuns} stopRun={stopHeartbeatRun} + loadVariables={loadSystemPromptVariablesPrompt} onOpenRun={(run) => (heartbeatRun = run)} /> {/if} |
