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
feat(dashboard): expand/collapse sets a per-tab default for new repos
Expand All / Collapse All now set a persistent per-tab default so repos that
appear later inherit it, rather than only affecting the repos visible at click
time. A manual per-repo expand/collapse is stored as an exception to that
default and is cleared when Expand/Collapse All resets the tab.
Jira project groups keep their expanded-by-default behavior via the new schema
default (replacing the old one-shot auto-expand effect). USER_GUIDE updated.
Copy file name to clipboardExpand all lines: docs/USER_GUIDE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -136,7 +136,7 @@ Counts are computed across all repos regardless of any org or repo filter you ha
136
136
137
137
Items are grouped by repository. Each repo group has a header row showing the repo name, item count, and a summary of statuses (check results, review decisions, role counts). Click a repo header to expand or collapse that group.
138
138
139
-
Use the **Expand all** / **Collapse all** buttons in the toolbar to expand or collapse allgroups at once.
139
+
Use the **Expand all** / **Collapse all** buttons in the toolbar to set the default for that tab. The default applies to every group, including repos that appear later — so **Expand all** keeps newly-surfaced repos expanded without needing another click. Clicking an individual repo header overrides the default for just that repo and is remembered as an exception, until the next **Expand all** / **Collapse all** resets every group to the new default. GitHub tabs start collapsed by default; Jira project groups start expanded.
140
140
141
141
When a group is collapsed, a brief preview of any status change detected by the hot poll appears under the header for a few seconds before fading.
0 commit comments