Ein Wert, ein Ort: Startwerte und Raten read-only, Verteil-Dialoge als einziger Eingabeort
Deploy App / deploy (push) Successful in 1m13s
Deploy App / deploy (push) Successful in 1m13s
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
@@ -120,7 +120,11 @@ function AppShellInner({ username }: { username: string }) {
|
||||
const autoTourCheckedRef = useRef<Set<string>>(new Set());
|
||||
|
||||
useEffect(() => {
|
||||
if (!detail || detail.plan.phases.length === 0) return;
|
||||
// Bis 0.39 stand hier zusätzlich `plan.phases.length === 0`: Die alte Spotlight-Tour
|
||||
// beleuchtete echte DOM-Ziele in der Matrix und hatte ohne Phasen nichts zu zeigen. Die
|
||||
// Tour ist seit 0.36 eine Attrappe mit erfundenen Zahlen -- sie braucht nichts, und sie
|
||||
// gehört genau an den Anfang, wo man noch gar nicht weiss, wie der Plan aufgebaut ist.
|
||||
if (!detail) return;
|
||||
const sid = detail.meta.id;
|
||||
if (pendingTourRef.current) {
|
||||
pendingTourRef.current = false;
|
||||
|
||||
Reference in New Issue
Block a user