diff --git a/frontend/package.json b/frontend/package.json index d94d562..9a6ea71 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "hunter-app", - "version": "0.1.20", + "version": "0.1.21", "private": true, "type": "module", "scripts": { diff --git a/frontend/src/lib/components/mix-calculator/MixCalculatorEditor.svelte b/frontend/src/lib/components/mix-calculator/MixCalculatorEditor.svelte index 045bdb7..e363313 100644 --- a/frontend/src/lib/components/mix-calculator/MixCalculatorEditor.svelte +++ b/frontend/src/lib/components/mix-calculator/MixCalculatorEditor.svelte @@ -1,5 +1,6 @@
-
-
-

Calculated Output

-

{preview ? 'Snapshot of the scaled raw material requirements.' : 'Run the calculation to preview the session output.'}

-
- {#if sessionNumber} + {#if sessionNumber} +
Session {sessionNumber}
- {/if} -
+
+ {/if} {#if preview}
@@ -186,55 +182,50 @@