mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
04ed106c73
refs [AP-614](https://linear.app/ghost/issue/AP-614/investigate-client-loading-issues) Refactored data loading to be more performant in admin-x-activitypub: - Utilised tanstack query for suggested profiles instead of rolling our own custom hook. This allows us to utilise tanstack for caching - Refactored how data is loaded for the Inbox / Feed view - Queries are no longer cleared when switching between the 2 layouts - Refactored how activity data is key'd to make caching more deterministic as well as allow mutating a specific activity cache (i.e when adding a note, ensure it only gets added the the feed activities) - Removed redundant `excludeNonFollowers` parameter - This is no longer used by the API |
||
---|---|---|
.. | ||
admin-x-activitypub | ||
admin-x-demo | ||
admin-x-design-system | ||
admin-x-framework | ||
admin-x-settings | ||
announcement-bar | ||
comments-ui | ||
portal | ||
signup-form | ||
sodo-search |