Add guide metadata, redesign PDF cover, paginate steps, and run exports in a helper process #19

Merged
Tyler merged 16 commits from export_changes into main 2026-06-15 22:10:32 +00:00
Showing only changes of commit 7229b154c9 - Show all commits
+1 -1
View File
@@ -282,7 +282,7 @@ class StepForgeApp {
}, s.paused ? 'Start recording' : 'Stop recording'); }, s.paused ? 'Start recording' : 'Stop recording');
this.captureStatus.append( this.captureStatus.append(
el('span', { title: `Capture session — ${trigger}` }, `Rec - ${trigger}`), el('span', { title: `Capture session — ${trigger}` }, `Recording - ${trigger}`),
pauseBtn, pauseBtn,
); );
} }