diff --git a/frontend/src/lib/components/DestroyDialog.svelte b/frontend/src/lib/components/DestroyDialog.svelte new file mode 100644 index 0000000..549b7cc --- /dev/null +++ b/frontend/src/lib/components/DestroyDialog.svelte @@ -0,0 +1,82 @@ + + +{#if open} +
+ Terminate {capsuleId} and destroy all data inside it. This cannot be undone. +
+ + {#if error} + + {/if} + +The capsule's current state (memory + disk) will be captured and stored as a reusable snapshot.
+ {/if} + + {#if error} + + {/if} + +