Issue #3461431 by balintbrews, bnjmnm, jessebaker, hooroomoo: Improve client side error handling
parent
63743938
No related branches found
No related tags found
Pipeline #254929 passed with warnings
Stage: development
Stage: build
Stage: validate
Stage: test
Stage: publish
Stage: deploy
Showing
- tests/src/Cypress/cypress/e2e/xb-general.cy.js 24 additions, 0 deletionstests/src/Cypress/cypress/e2e/xb-general.cy.js
- tests/src/Cypress/cypress/unit/error-boundary.cy.jsx 220 additions, 0 deletionstests/src/Cypress/cypress/unit/error-boundary.cy.jsx
- ui/src/app/App.tsx 67 additions, 58 deletionsui/src/app/App.tsx
- ui/src/app/AppRoutes.tsx 2 additions, 0 deletionsui/src/app/AppRoutes.tsx
- ui/src/components/DummyPropsEditForm.tsx 15 additions, 4 deletionsui/src/components/DummyPropsEditForm.tsx
- ui/src/components/error/ErrorAlert.tsx 49 additions, 0 deletionsui/src/components/error/ErrorAlert.tsx
- ui/src/components/error/ErrorBoundary.tsx 115 additions, 0 deletionsui/src/components/error/ErrorBoundary.tsx
- ui/src/components/error/ErrorCard.tsx 41 additions, 0 deletionsui/src/components/error/ErrorCard.tsx
- ui/src/components/error/ErrorPage.tsx 15 additions, 0 deletionsui/src/components/error/ErrorPage.tsx
- ui/src/components/errorPage/ErrorPage.tsx 0 additions, 38 deletionsui/src/components/errorPage/ErrorPage.tsx
- ui/src/components/panel/ContextualPanel.tsx 85 additions, 79 deletionsui/src/components/panel/ContextualPanel.tsx
- ui/src/features/canvas/Canvas.tsx 7 additions, 1 deletionui/src/features/canvas/Canvas.tsx
- ui/src/features/layout/Layout.tsx 7 additions, 2 deletionsui/src/features/layout/Layout.tsx
- ui/src/features/layout/preview/Preview.tsx 4 additions, 3 deletionsui/src/features/layout/preview/Preview.tsx
- ui/src/main.tsx 6 additions, 3 deletionsui/src/main.tsx
- ui/src/services/log.ts 17 additions, 0 deletionsui/src/services/log.ts
ui/src/components/error/ErrorAlert.tsx
0 → 100644
ui/src/components/error/ErrorBoundary.tsx
0 → 100644
ui/src/components/error/ErrorCard.tsx
0 → 100644
ui/src/components/error/ErrorPage.tsx
0 → 100644
ui/src/services/log.ts
0 → 100644
Please register or sign in to comment