Step 0 now reads "Preparing (text encoding + warmup)..." on the video and images pages: text encoding and warmup run before the first scheduler tick, so the bar otherwise sits on "step 0/N" for up to a minute at 720p. Generation progress polls are also wired to a visibilitychange listener for their lifetime: background tabs clamp setInterval to one second and can suspend it entirely after a few minutes, so returning to the tab now fires one immediate poll (overlap-guarded) instead of showing a stale label until the next throttled tick. The listener is removed with the interval on the terminal phase, generation end, and unmount. |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| .gitignore | ||
| .gitkeep | ||
| .npmrc | ||
| biome.json | ||
| components.json | ||
| data-designer.openapi (1).yaml | ||
| eslint.config.js | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.app.json | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||