mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Replace `return null` with a LoadingView component when the webview has not yet received its initial state from the extension host. This prevents users from seeing a blank grey panel (#11931). The LoadingView shows a spinner while waiting, automatically retries the webviewDidLaunch message up to 3 times (every 5 seconds), and displays a manual "Retry Connection" button after all retries are exhausted. |
||
|---|---|---|
| .. | ||
| 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 | ||