TryGhost
OSS
Ghost
Overview
Sign in / Sign up
Open main menu
Ghost
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
29187
c30357bb Moved the virtual-list infinite-scroll primitive into admin-x-framework - The virtual-table scroll hooks were posts-only, but comments, members and future analytics lists all need the same infinite-scroll + windowing behaviour; framework is the shared home since it already owns the react-query and router coupling these hooks depend on - Generalized the API: windowSize is now a useVirtualListWindow option (was a hardcoded 1000), the scroll-element resolver is injectable on both scroll hooks (was hardwired to shade), and the react-query infinite-query input is documented as the InfiniteQueryResultLike interface - Exposed the primitive via a dedicated @tryghost/admin-x-framework/virtual-list subpath plus the root barrel, matching framework's existing export conventions - Kept LoadMoreButton with the hooks (not shade): it is the paired affordance for the window's canLoadMore/loadMore and its copy is specific to this pattern, not a general-purpose design-system atom - Rewired the posts tag/comment/member lists to the framework import and dropped posts' now-unused @tanstack/react-virtual dependency - Ported the list-window tests and added coverage for the infinite-scroll fetch trigger and custom window sizing
by Steve Larson
S
Succeeded
29187
3eb2ea19 Moved the virtual-list infinite-scroll primitive into admin-x-framework - The virtual-table scroll hooks were posts-only, but comments, members and future analytics lists all need the same infinite-scroll + windowing behaviour; framework is the shared home since it already owns the react-query and router coupling these hooks depend on - Generalized the API: windowSize is now a useVirtualListWindow option (was a hardcoded 1000), the scroll-element resolver is injectable on both scroll hooks (was hardwired to shade), and the react-query infinite-query input is documented as the InfiniteQueryResultLike interface - Exposed the primitive via a dedicated @tryghost/admin-x-framework/virtual-list subpath plus the root barrel, matching framework's existing export conventions - Kept LoadMoreButton with the hooks (not shade): it is the paired affordance for the window's canLoadMore/loadMore and its copy is specific to this pattern, not a general-purpose design-system atom - Rewired the posts tag/comment/member lists to the framework import and dropped posts' now-unused @tanstack/react-virtual dependency - Ported the list-window tests and added coverage for the infinite-scroll fetch trigger and custom window sizing
by Steve Larson
S
Previous page
Previous
Next
Next page