- Cook/Exit toggle button in recipe detail header (hidden for recipes with no steps) - Cook mode progress bar between header and body showing step N of M - Single-step view replaces recipe body; shows Active/Wait badge and passive hint from #50 time_effort data (null-safe — degrades gracefully without it) - Prev/Next nav buttons; Next becomes green Done on last step - ArrowLeft/ArrowRight keyboard navigation (preventDefault to suppress scroll) - Touch swipe left/right (40px horizontal threshold, 80px vertical abort) - Done triggers handleCook() then exitCookMode() so success banner appears instantly |
||
|---|---|---|
| .. | ||
| .vscode | ||
| public | ||
| src | ||
| .env | ||
| .gitignore | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| THEMING_SYSTEM.md | ||
| tsconfig.app.json | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||