Skip to content

fix(frontend): handle simulation failed status#15

Open
tt-a1i wants to merge 1 commit into666ghj:mainfrom
tt-a1i:fix/frontend-simulation-error-handling
Open

fix(frontend): handle simulation failed status#15
tt-a1i wants to merge 1 commit into666ghj:mainfrom
tt-a1i:fix/frontend-simulation-error-handling

Conversation

@tt-a1i
Copy link
Copy Markdown

@tt-a1i tt-a1i commented Jan 6, 2026

Summary

  • Add check for runner_status === 'failed' in fetchRunStatus() to properly display error messages when simulation fails
  • Previously the UI would stay in "running" state indefinitely when simulation failed

Closes #14

AI Assistance Disclosure

I used Codex to review the changes, sanity-check the implementation against existing patterns, and help spot potential edge cases.

Add check for `runner_status === 'failed'` in `fetchRunStatus()` to properly
display error messages when simulation fails. Previously the UI would stay
in "running" state indefinitely.

Closes 666ghj#14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Frontend doesn't show error when simulation fails

1 participant