mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -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 |
||
---|---|---|
.. | ||
public/styles | ||
src | ||
test | ||
.eslintignore | ||
.eslintrc.cjs | ||
.gitignore | ||
index.html | ||
package.json | ||
playwright.config.mjs | ||
postcss.config.cjs | ||
tailwind.config.cjs | ||
tsconfig.json | ||
vite.config.mjs |