mirror of
https://github.com/stablyai/orca.git
synced 2026-09-22 08:02:28 +00:00
* perf(renderer): avoid per-second spinner animation events * fix(bench): ensure the Electron runtime before bench:spinners The script launches Electron via Playwright but skipped ensure:electron-runtime, which every other Electron-launching bench script runs first. * docs(renderer): scope spinner pixel-tolerance claim to paused-animation checks --------- Co-authored-by: m4air <m4air@m4airs-MacBook-Air.local> Co-authored-by: pullfrog[bot] <226033991+pullfrog[bot]@users.noreply.github.com>
5 lines
225 B
CSS
5 lines
225 B
CSS
@import '../../../../src/renderer/src/assets/main.css';
|
|
@source './fixture.tsx';
|
|
@source '../../../../src/renderer/src/components/AgentWorkingSpinner.tsx';
|
|
@source '../../../../src/renderer/src/components/AgentStateDot.tsx';
|