Average time from PR open to merge over the last 12 weeks.
diff --git a/src/components/TopRepos.tsx b/src/components/TopRepos.tsx
index ceb72553..3344e15b 100644
--- a/src/components/TopRepos.tsx
+++ b/src/components/TopRepos.tsx
@@ -410,7 +410,7 @@ export default function TopRepos() {
0 ? ` (${repos.length})` : ""}`}
+ title={`Repo Analytics${!loading && repos.length > 0 ? ` (${repos.length})` : ""}`}
/>
{pinError && (
diff --git a/src/lib/dashboard-layout.ts b/src/lib/dashboard-layout.ts
index e0842f9b..6b0ca7f6 100644
--- a/src/lib/dashboard-layout.ts
+++ b/src/lib/dashboard-layout.ts
@@ -70,18 +70,18 @@ export const DASHBOARD_WIDGET_LABELS: Record = {
"streak-tracker": "Streak Tracker",
"local-coding-time": "Local Coding Time",
"coding-time": "Coding Time",
- "commit-time": "Commit Time",
+ "commit-time": "Activity Overview",
"productive-hours": "Productive Hours",
"repo-analytics": "Repository Analytics",
- "pr-metrics": "PR Metrics",
- "pr-breakdown": "PR Breakdown",
- "pr-review-trend": "PR Review Trend",
+ "pr-metrics": "PR Analytics",
+ "pr-breakdown": "PR Analytics (Breakdown)",
+ "pr-review-trend": "PR Analytics (Review Trend)",
discussions: "Discussions",
"community-metrics": "Community Metrics",
"pinned-repos": "Pinned Repositories",
- "top-repos": "Top Repositories",
+ "top-repos": "Repo Analytics",
"inactive-repos": "Inactive Repositories",
- "issue-metrics": "Issue Metrics",
+ "issue-metrics": "Issue Analytics",
"goal-tracker": "Goal Tracker",
"daily-note": "Daily Note",
"recent-activity": "Recent Activity",