c99e09056cb93dcb6bb24cbcf9c7944a63e4a3e4
- Replace `showError` with a more versatile `showToast` utility. - Add specific toast functions (`showErrorToast`, `showSuccessToast`, etc.) for better message handling. - Remove `showError.ts` and migrate logic to `showToast.ts` for cleaner structure. - Update `ErrorBoundary` and `useErrorHandler` to use the new `showToast` functions.
Description
No description provided
Languages
TypeScript
76.1%
Java
21.1%
CSS
1.7%
Dockerfile
0.4%
JavaScript
0.3%
Other
0.4%