Skip to content

Commit 040aeaf

Browse files
committed
Editor: fixed top nav bar (fork layout), remove codegen export
1 parent 828cc40 commit 040aeaf

3 files changed

Lines changed: 160 additions & 225 deletions

File tree

src/lib/tours/scripts/simulation.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,9 @@ export const simulationTour: TourScript = {
180180
openerPosition: { side: 'bottom', align: 'end' },
181181
contentTitle: 'Python Export',
182182
contentBody: `
183-
<p>The exported script is self-contained — copy, save or send to the Codegen tool. Useful for:</p>
183+
<p>The exported script is self-contained — copy, save or run it anywhere. Useful for:</p>
184184
<ul>
185-
<li>Codegen for production deployment</li>
185+
<li>Production deployment</li>
186186
<li>Version control of the simulation</li>
187187
<li>Running headless outside the browser</li>
188188
</ul>

src/lib/tours/scripts/start.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ export const startTour: TourScript = {
191191
element: '[data-tour="toolbar-files"]',
192192
title: 'Files & Sharing',
193193
body: `
194-
<p>Save and load <code>.pvm</code> files. Buttons left to right: New, Open, Save, Save As, View Python Code, Send to Codegen.</p>
194+
<p>Save and load <code>.pvm</code> files. Buttons left to right: New, Open, Save, Save As, View Python Code.</p>
195195
<table>
196196
<tr><td>Open</td><td><kbd>Ctrl/Cmd+O</kbd></td></tr>
197197
<tr><td>Save</td><td><kbd>Ctrl/Cmd+S</kbd></td></tr>

0 commit comments

Comments
 (0)