Adds usePrepStore (Pinia) for interview prep data: parallel fetch of research brief, contacts, task status, and full job detail; setInterval- based polling that stops on completion and re-fetches; clear() cancels the interval and resets all state. Also adds useApiFetch composable wrapper (returns T|null directly) used by the store. |
||
|---|---|---|
| .. | ||
| src | ||
| .gitignore | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.app.json | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| uno.config.ts | ||
| vite.config.ts | ||