While a restore ran, the History tab's expanded log panel collapsed to "Waiting for log output..." and re-filled roughly every half second. The per-session progress websocket handler reloaded the whole session list on every message, and the list endpoint strips logs, so the in-progress session was replaced with a logless copy until a second request fetched its logs again. The panel also changed height while doing this, so the groups below it jumped.
Add tools/check-inline-sass.ts, which extracts every inline styles: block from the component files and compiles it with the Sass compiler bundled with @angular/build, resolving relative @use against the component path and blanking template interpolations. Run it as npm run lint:inline-sass, from npm run lint, and from the pre-commit hook on staged component files, so a broken block fails before the dev server overlay shows it.