diff --git a/src/App.svelte b/src/App.svelte index 4dca571..fca7b05 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -1,6 +1,7 @@ + +
+ + +
+ {#if state === "downloading"} +
+ +
+
+
+ {versionLabel} +

{title}

+
+ + {#if !isBusy} + + {/if} +
+ +

{description}

+ + {#if showProgress} +
+ +
+
+ {state === "installed" ? "100% complete" : clampedProgress > 0 ? `${clampedProgress}%` : "Waiting for download size"} +
+ {/if} + +
+ {#if state === "installed"} + + {:else if state === "error"} + + + {:else} + + + {/if} +
+
+