You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 16, 2023. It is now read-only.
Reduce error boundaries for connections, sources, destinations and onboarding, add retry button. (airbytehq#12848)
* Add retry logic to ApiErrorBoundary component and move boundary one level deeper
* Simplify cannot reach message error message on cloud.
* Update ApiErrorBoundary to use Button component, add strings to en.json
* Add clearOnLocationChange flag to ApiErrorBoundary to clear the error when navigating to another page
* Add error boundaries to DestinationItemPage and SourceItemPage
* Update ApiErrorBoundary to include ability to reset enabled by optional prop withRetry
* Remove location and retry options from ApiErrorBoundary
* Add ApiErrorBoundary to onboarding page
* Show titles on most onboarding steps even in error
* Add the ability to hide the header for ApiErrorBoundaries and BaseClearView
* Remove retry logic from state change in ApiErrorBoundary
0 commit comments