Previously, the frontend only checked for 'completed' and 'stopped' status to stop polling. When the simulation process exited with an error (runner_status === 'failed'), polling continued indefinitely. This commit adds handling for the 'failed' status: - Stop polling when runner_status is 'failed' - Display error message in the log - Update UI status to 'error' - Add i18n translations for simFailed key |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| .gitignore | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| vite.config.js | ||