- Fix 1: Add missing `:` binding prefix to aria-label on score badge (was emitting literal backtick template string to DOM) - Fix 2: Remove unused `watch` import from InterviewPrepView.vue - Fix 3: guardAndLoad now checks interviewsStore.error after fetchAll; shows pageError banner instead of silently redirecting to /interviews on network failure; job is now a ref set explicitly in the guard - Fix 4: Remove unconditional research-badge from InterviewCard.vue (added in this branch; card has no access to prep store so badge always showed regardless of whether research exists) |
||
|---|---|---|
| .. | ||
| src | ||
| .gitignore | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.app.json | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| uno.config.ts | ||
| vite.config.ts | ||