CivicDataLab / CivicDataLab/ParakhAI-frontend
[Bug] Breadcrumb last item shows 'Dashboard' instead of the current section name
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
On sub-pages (AI Models, Prompt Libraries, Evaluators, Evaluation Detail), the breadcrumb's final item renders as "Dashboard" instead of the actual page name. The current page is not identifiable from the breadcrumb.
Fix
Pass the correct currentPage prop to the breadcrumb component for each route, or derive it from the route segment.
Report ref: UX-004 · 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.