mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
- Created LoadingScreen component to show proper loading state instead of blank screen - Added timeout handling to show message when loading takes longer than expected - Implemented retry logic in App and ExtensionStateContext to resend initialization message - Changed App to render LoadingScreen instead of null when waiting for state hydration This fixes the issue where the webview would show a blank screen indefinitely if the extension was slow to respond with the initial state. Fixes #6234 |
||
|---|---|---|
| .. | ||
| 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 | ||