feat: inline tool page - parameters beetween source and result images

This commit is contained in:
2026-08-25 15:48:16 +05:00
parent d70cbad0d2
commit 148e4b1957
2 changed files with 210 additions and 2 deletions
+2 -2
View File
@@ -15,7 +15,7 @@
import { t } from '$lib/i18n/t';
import { toolDescription, toolTitle } from '$lib/i18n/tool-strings';
import type { StageStatus } from './stage/stage-props';
import ToolStageClassic from './stage/ToolStageClassic.svelte';
import ToolStageInline from './stage/ToolStageInline.svelte';
let { tool, restoreChain = false }: { tool: ToolEntry; restoreChain?: boolean } = $props();
@@ -265,7 +265,7 @@
<div class="error-banner" role="alert">{errorText}</div>
{/if}
<ToolStageClassic
<ToolStageInline
tool={tool}
source={source}
result={result}