ChunkPanel emitted 'rechunked' which triggered an async re-fetch via analysisStore.select() — but Vue does not await async emit handlers, so chunk-cards never appeared before the E2E 30s timeout. Now rechunk/edit/delete write returned chunks directly into the analysis store via updateChunks(), removing the async round-trip. |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| .prettierignore | ||
| .prettierrc | ||
| Dockerfile | ||
| env.d.ts | ||
| eslint.config.js | ||
| index.html | ||
| nginx.conf | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.json | ||
| vite.config.js | ||