You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/USER_GUIDE.md
+23-1Lines changed: 23 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,7 @@ GitHub Tracker is a dashboard that aggregates open issues, pull requests, and Gi
32
32
-[Upstream Repos](#upstream-repos)
33
33
-[Refresh and Polling](#refresh-and-polling)
34
34
-[Notifications](#notifications)
35
+
-[Tracked Items](#tracked-items)
35
36
-[Repo Pinning](#repo-pinning)
36
37
-[Settings Reference](#settings-reference)
37
38
-[Troubleshooting](#troubleshooting)
@@ -71,13 +72,14 @@ OAuth sign-in uses your existing GitHub org memberships. If a private organizati
71
72
72
73
### Tab Structure
73
74
74
-
The dashboard has three tabs:
75
+
The dashboard has three tabs by default, with an optional fourth:
75
76
76
77
| Tab | Contents |
77
78
|-----|----------|
78
79
|**Issues**| Open issues across your selected repos where you are the author, assignee, or mentioned |
79
80
|**Pull Requests**| Open PRs where you are the author, reviewer, or assignee |
80
81
|**Actions**| Recent workflow runs for your selected repos |
82
+
|**Tracked**| Manually pinned issues and PRs (opt-in via Settings) |
81
83
82
84
The active tab is remembered across page loads by default. You can set a fixed default tab in Settings.
83
85
@@ -325,6 +327,24 @@ Per-type toggles (all default to on when notifications are enabled):
325
327
326
328
---
327
329
330
+
## Tracked Items
331
+
332
+
The Tracked tab lets you pin issues and PRs into a personal TODO list that you can manually reorder by priority.
333
+
334
+
**Enabling:** Go to **Settings > Tabs** and toggle **Enable tracked items**. A fourth **Tracked** tab appears on the dashboard.
335
+
336
+
**Pinning items:** On the Issues and Pull Requests tabs, hover over any row to reveal a bookmark icon. Click it to pin the item to your tracked list. Click it again to unpin. The bookmark appears filled and highlighted on tracked items.
337
+
338
+
**Tracked tab:** Shows your pinned items in a flat list (not grouped by repo). Each item displays a type badge (Issue or PR) and uses live data from the poll cycle — statuses, check results, and labels stay current. Items whose repo is no longer being polled show a minimal fallback row with stored metadata.
339
+
340
+
**Reordering:** Use the chevron buttons on the left side of each row to move items up or down. Items slide smoothly into their new position.
341
+
342
+
**Auto-removal:** When a tracked issue is closed or a tracked PR is merged, it is automatically removed from the list. Closure is detected by absence from the `is:open` poll results. For PRs detected as closed by the hot poll, removal happens within seconds.
343
+
344
+
**Relationship to other features:** The Tracked tab bypasses the org/repo filter — it always shows all your pinned items regardless of which repo filter is active. Ignoring an item from the Issues or Pull Requests tab also removes it from the tracked list. The tracked list is preserved when tracking is disabled and restored when re-enabled.
345
+
346
+
---
347
+
328
348
## Repo Pinning
329
349
330
350
Each repo group header has a pin (lock) control, visible on hover on desktop and always visible on mobile. Pinning a repo keeps it at the top of the list within its tab regardless of sort order or how recently it was updated.
@@ -358,6 +378,7 @@ Settings are saved automatically to `localStorage` and persist across sessions.
358
378
| Items per page | 25 | Number of items per page in each tab. Options: 10, 25, 50, 100. |
359
379
| Default tab | Issues | Tab shown when opening the dashboard fresh (without remembered last tab). |
360
380
| Remember last tab | On | Return to the last active tab on revisit. |
381
+
| Enable tracked items | Off | Show the Tracked tab for pinning issues and PRs to a personal TODO list. |
361
382
362
383
### View State Settings
363
384
@@ -371,6 +392,7 @@ These are UI preferences that persist across sessions but are not included in th
371
392
| Hide Dependency Dashboard | On | Whether to hide the Renovate Dependency Dashboard issue. |
372
393
| Sort preferences | Updated (desc) | Sort field and direction per tab, remembered across sessions. |
373
394
| Pinned repos | (none) | Repos pinned to the top of each tab's list. |
395
+
| Tracked items | (none) | Issues and PRs pinned to the Tracked tab (max 200). |
0 commit comments