fix: shorten the Pull Requests tab to "PRs" in repository detail

The repository detail uses a four-segment control (Code, Issues,
Pull Requests, Actions). "Pull Requests" dominated the width,
squeezed the other segments, and truncated on narrower iPhones.
"PRs" balances the segments and keeps them legible.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
systemBlue 2026-06-02 18:50:49 -04:00
parent b0f50eca38
commit 783b0fbc36

View file

@ -30,7 +30,7 @@ struct RepositoryDetailView: View {
enum DetailTab: String {
case code = "Code"
case issues = "Issues"
case pulls = "Pull Requests"
case pulls = "PRs"
case actions = "Actions"
var icon: String {