CivicDataLab / CivicDataLab/ParakhAI-frontend
[Bug] All dashboard page titles identical: 'Dashboard | ParakhAI'
Open
@UdayRajSahai2 is already working on this.
Since Jun 22, 2026.
bug
frontend
- Dominant language
- TypeScript
- Stars
- 0
- Forks
- 2
- Avg merge
- 9h 18m
- Merged PRs (30d)
- 4
Description
Summary
Every dashboard sub-page (AI Models, Evaluations, Prompt Libraries, Evaluators, Evaluation Detail) renders the same <title>Dashboard | ParakhAI</title>. Browser tabs are indistinguishable and search engines cannot index individual pages meaningfully.
Fix
Set a unique <title> per route using Next.js metadata export or <Head> — e.g. AI Models | ParakhAI, Evaluations | ParakhAI.
Report ref: UX-002 · Severity: MEDIUM
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.