this post was submitted on 17 Nov 2023
6 points (100.0% liked)

/0

1527 readers
1 users here now

Meta community. Discuss about this lemmy instance or lemmy in general.

Service Uptime view

founded 1 year ago
MODERATORS
 

Am i missing something or is lemmy ignoring the chosen filters(community, activity, page) when im returning from a post back to the list of posts(using the back button)? The filters themselves are selected but the content isnt filtered.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] movie@lemmy.dbzer0.com 1 points 10 months ago* (last edited 10 months ago) (1 children)

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?

[โ€“] db0@lemmy.dbzer0.com 1 points 10 months ago

I honestly don't know. I haven't coded the UI part. I have close to 0 knowledge about the lemmy UI inner working