@@ -135,7 +135,7 @@ export function badgeColor(status: Status): string {
135135
136136---
137137
138- <!-- .slide: data-auto-animate class="code-walkthrough" -->
138+ <!-- .slide: data-auto-animate class="code-walkthrough" data-walkthrough-group="ts" -->
139139## Code Walkthrough: Full Context [ 1/3]
140140``` ts [1-200]
141141type Stage = " queued" | " running" | " blocked" | " done" ;
@@ -250,7 +250,7 @@ export function formatDashboard(rows: TeamSummary[]): string[] {
250250
251251---
252252
253- <!-- .slide: data-auto-animate class="code-walkthrough" -->
253+ <!-- .slide: data-auto-animate class="code-walkthrough" data-walkthrough-group="ts" -->
254254## Code Walkthrough: Mid-File Focus [ 2/3]
255255``` ts [33-44]
256256type Stage = " queued" | " running" | " blocked" | " done" ;
@@ -365,7 +365,7 @@ export function formatDashboard(rows: TeamSummary[]): string[] {
365365
366366---
367367
368- <!-- .slide: data-auto-animate class="code-walkthrough" -->
368+ <!-- .slide: data-auto-animate class="code-walkthrough" data-walkthrough-group="ts" -->
369369## Code Walkthrough: Lower-File Focus [ 3/3]
370370``` ts [92-104]
371371type Stage = " queued" | " running" | " blocked" | " done" ;
@@ -480,7 +480,7 @@ export function formatDashboard(rows: TeamSummary[]): string[] {
480480
481481---
482482
483- <!-- .slide: data-auto-animate class="code-walkthrough" -->
483+ <!-- .slide: data-auto-animate class="code-walkthrough" data-walkthrough-group="rust" -->
484484## Rust Walkthrough: Full Context [ 1/3]
485485``` rust [1-50]
486486use std :: collections :: HashMap ;
@@ -537,7 +537,7 @@ fn format_summary(team: &str, score: f32) -> String {
537537
538538---
539539
540- <!-- .slide: data-auto-animate class="code-walkthrough" -->
540+ <!-- .slide: data-auto-animate class="code-walkthrough" data-walkthrough-group="rust" -->
541541## Rust Walkthrough: Multi-Range Focus [ 2/3]
542542``` rust [19-32,48-50]
543543use std :: collections :: HashMap ;
@@ -594,7 +594,7 @@ fn format_summary(team: &str, score: f32) -> String {
594594
595595---
596596
597- <!-- .slide: data-auto-animate class="code-walkthrough" -->
597+ <!-- .slide: data-auto-animate class="code-walkthrough" data-walkthrough-group="rust" -->
598598## Rust Walkthrough: Lower-File Focus [ 3/3]
599599``` rust [34-45,48-50]
600600use std :: collections :: HashMap ;
0 commit comments