Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve error handling and fix a crash #65

Merged
merged 4 commits into from
Feb 22, 2024
Merged

Improve error handling and fix a crash #65

merged 4 commits into from
Feb 22, 2024

Commits on Feb 21, 2024

  1. npm i react-error-boundary

    Signed-off-by: Zack Cerza <[email protected]>
    zmc committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    0e59c03 View commit details
    Browse the repository at this point in the history
  2. Add CodeBlock component

    Signed-off-by: Zack Cerza <[email protected]>
    zmc committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    0e2bd8f View commit details
    Browse the repository at this point in the history
  3. Add ErrorFallback component

    And wrap both the main app body and the DataGrid component with it.
    
    Signed-off-by: Zack Cerza <[email protected]>
    zmc committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    52d509c View commit details
    Browse the repository at this point in the history
  4. JobList: Filter jobs with a nullish id

    Paddles should not give us broken job objects like this, but we should also
    not crash if it does :)
    
    Signed-off-by: Zack Cerza <[email protected]>
    zmc committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    5d91123 View commit details
    Browse the repository at this point in the history