Closed DiogoSoaress closed 5 months ago
⏳ Deploying a preview site...
Annotations are provided inline on the Files Changed tab. You can also see all annotations that were generated on the annotations page.
Type | Occurrences | Fixable |
---|---|---|
Errors | 0 | 0 |
Warnings | 0 | 0 |
Ignored | 0 | N/A |
Report generated by eslint-plus-action
To explain why I left a FIXME
comment in the useAllPosts
hook:
swr
for data fetching giving we already had that dependency in the repo and could benefit from its API when it comes to polling intervals, revalidation and cache.useEffect
inside the custom hook and to create a note with this tech debt to be tackled in separate.
What is changed
Enable live updates on blog & press release posts and on the blog landing page
A new
isDraft
boolean was added to the BlogPost content type on the CMS to manage live what content should be visible/hidden in production.