Closed shelegdmitriy closed 6 months ago
Looking good!
@charleslavon seems like there is an issue with IndexFeed
as I mentioned in the description. That's why this PR partirly solves that linked issue. I'm not sure we are planning to spend some time on refactoring the IndexFeed
component. Maybe it's worth to created a separate task with description and maybe some contributor will take a look at it.
Thanks for the detail @shelegdmitriy. Yes please create an issue to track whatever delta remains after this PR. What difference will this PR make?
Thanks for the detail @shelegdmitriy. Yes please create an issue to track whatever delta remains after this PR. What difference will this PR make?
Changes the upload limit of posts per page (from 10 to 5)
This PR introduces a couple of cleanups of Post related components. As a part of this cleanup, I removed defining of
fetchGraphQL
method in order to useVM.require()
for exact the same method: