Reinstate welcome pane in refactored wizard.

This commit is contained in:
Julian Stirling 2025-10-22 21:49:12 +01:00
parent 00f0fe664c
commit 8f1253ec02
5 changed files with 107 additions and 12 deletions

View file

@ -0,0 +1,23 @@
<template>
<div>
<p>
<b>
Some important microscope calibration data is currently missing.
</b>
</p>
<p>
Your microscope will still function, however some functionality will
be limited, and image quality will likely suffer.
</p>
<p>
<b>Click Next to begin microscope calibration.</b>
</p>
</div>
</template>
<script>
export default {
name: "welcomeStep"
}
</script>