Separated Posts & Replies (#145) #148

Merged
floatingghost merged 2 commits from Mergan/pleroma-fe:pleroma-fe#145 into develop 2022-08-31 15:28:09 +00:00
Member
No description provided.
Mergan added 1 commit 2022-08-30 20:22:14 +00:00
ci/woodpecker/pr/woodpecker Pipeline was successful Details
c0fa9c2f4c
Separated Posts & Replies (#145)
Contributor

That was fast lol. I'll test in a bit

That was fast lol. I'll test in a bit
Contributor

I'm running into this issue with it where randomly, like 2/3rds of the time, when I switch tabs it won't load the posts with replies and the link to show more does nothing. But when I refresh the page, it works. No console error.

I'm running into this issue with it where randomly, like 2/3rds of the time, when I switch tabs it won't load the posts with replies and the link to show more does nothing. But when I refresh the page, it works. No console error.
eris requested changes 2022-08-31 01:49:07 +00:00
eris left a comment
Contributor

c0fa9c2f4c/src/components/user_profile/user_profile.js (L144)

Needs this.$store.dispatch('stopFetchingTimeline', 'replies')

and then it will work

https://akkoma.dev/AkkomaGang/pleroma-fe/src/commit/c0fa9c2f4cfac3151811b9185b7db069b52b4c70/src/components/user_profile/user_profile.js#L144 Needs `this.$store.dispatch('stopFetchingTimeline', 'replies')` and then it will work
Author
Member

Thank ye

Thank ye
Mergan added 1 commit 2022-08-31 03:08:04 +00:00
ci/woodpecker/pr/woodpecker Pipeline was successful Details
86f83682c1
Stop Fetching
oops
Mergan requested review from eris 2022-08-31 03:08:20 +00:00
eris approved these changes 2022-08-31 04:09:54 +00:00

mildly worried about the load this might place on the DB with double-fetching statuses here

putting together a quick patch for that, but the implementation works! thanks

mildly worried about the load this might place on the DB with double-fetching statuses here putting together a quick patch for that, but the implementation works! thanks
floatingghost merged commit 48826ede36 into develop 2022-08-31 15:28:09 +00:00
Sign in to join this conversation.
No description provided.