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
The two action-item fragment docstrings claimed the snapshot was "grouped
into a single parallel fragment so it is fetched once", but the snapshot is
actually read from two separate fragments. Clarify that the fetch-once
guarantee comes from st.cache_data memoization, and document why the split
into two fragments exists: it preserves the original page order (issue tables
at the top, PR tables at the bottom, independent-source sections in between)
so a future reader does not collapse it and reorder the page.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments