this post was submitted on 17 Nov 2023
6 points (100.0% liked)
/0
1546 readers
1 users here now
Meta community. Discuss about this lemmy instance or lemmy in general.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
You mean these?
Yes.
Are you pressing back from a remote site, or back from say, the comments section?
Comments page, when im going back from 3rd party site it looks fine.
That's really weird, going back from the comments is working fine with me. I'm on firefox myself.
Another option is to try a different frontend like https://t.lemmy.dbzer0.com and see if it works better?
Works fine on other frontends. Sadly they all have the annoying feature of hiding some nested comments. Since its working for you Ill try figuring out whats wrong on my end. Thx EDIT: Same thing happening in chromium without any addons :/
edit2: happens only on "subscribed" feed
https://github.com/LemmyNet/lemmy-ui/issues/1794
I must have missed it, thx. Will follow there
Something is definitely broken, when i press the Next button on feed 3 AJAX request are made: 1 that gets trending communities and 2 that fetch posts when i press the back button(from a post the feed) only 1 is made, the first one in the image which gets the trending communities. looks like not all queries are stored in cache, maybe theres the issue?
I honestly don't know. I haven't coded the UI part. I have close to 0 knowledge about the lemmy UI inner working