Replace direct `crypto.randomUUID()` calls in the web dashboard with a `generateUUID()` utility that falls back to a manual UUID v4 implementation using `crypto.getRandomValues()` when `randomUUID` is unavailable (older Safari, some Electron builds, Raspberry Pi browsers). Closes #3303 Closes #3261 Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| src | ||
| .gitignore | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.app.json | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||