Onboarding updates (#1967)
* Make onboarding line references dynamic and error if they aren't found Fixes https://github.com/KittyCAD/modeling-app/issues/1918 * More clear and correct Sketch onboarding step Fixes https://github.com/KittyCAD/modeling-app/issues/1790 Fixes https://github.com/KittyCAD/modeling-app/issues/1789 * Make sample code line references dynamic and error on app start if they break so we can know before release Fixes https://github.com/KittyCAD/modeling-app/issues/1918 * Better error message for searchText failure * JB onboarding feedback * Make list more explicit, instruct to hold down key first
This commit is contained in:
@ -141,10 +141,11 @@ export default function Introduction() {
|
||||
<section className="my-12">
|
||||
<p className="my-4">
|
||||
Welcome to {APP_NAME}! This is a hardware design tool that lets you
|
||||
edit visually, with code, or both. It's powered by the first API
|
||||
created for anyone to build hardware design tools. The 3D view is
|
||||
not running on your computer, but is instead being streamed to you
|
||||
from a remote GPU as video.
|
||||
edit visually, with code, or both. It's powered by the KittyCAD
|
||||
Design API, the first API created for anyone to build hardware
|
||||
design tools. The 3D view is not running on your computer, but is
|
||||
instead being streamed to you from an instance of our Geometry
|
||||
Engine on a remote GPU as video.
|
||||
</p>
|
||||
<p className="my-4">
|
||||
This is an alpha release, so you will encounter bugs and missing
|
||||
@ -173,7 +174,7 @@ export default function Introduction() {
|
||||
className="mt-6"
|
||||
dismiss={dismiss}
|
||||
next={next}
|
||||
nextText="Camera"
|
||||
nextText="Mouse Controls"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user