mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-08 22:21:23 +00:00
- Added 30-second timeout to automatically close stuck dialogs - Added DialogErrorBoundary component to catch errors in dialog content - Added Escape key handler for manual dialog recovery - Wrapped all dialog components with error boundaries This prevents the grey screen issue when dialogs get stuck in an open state without their content rendering properly. Fixes #6283 |
||
|---|---|---|
| .. | ||
| audio | ||
| public | ||
| src | ||
| .gitignore | ||
| components.json | ||
| eslint.config.mjs | ||
| index.html | ||
| package.json | ||
| tsconfig.json | ||
| turbo.json | ||
| vite.config.ts | ||
| vitest.config.ts | ||
| vitest.setup.ts | ||