this post was submitted on 18 Nov 2024
20 points (100.0% liked)
Open Source
31697 readers
443 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
- !libre_culture@lemmy.ml
- !libre_software@lemmy.ml
- !libre_hardware@lemmy.ml
- !linux@lemmy.ml
- !technology@lemmy.ml
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Well, it seems like it's going to be a little more tricky. There's no ID to detect the post sorting selection menu. For the language select, I could look for elements containing the ID
language-select
but it does not seem to be possible for post sorting.The best thing I could think of is to add
?sort=Old
,?sort=New
to the URL but it does not seem to affect the sorting unless the button is actually clicked or the page fully reloads.If I could consistently select the elements that allow for filtering (and be careful that it doesn't conflict with other types of filtering on other pages), I could do it, but right now I don't see a solution.
Appreciate your looking into it and following up! Definitely didn't expect to hear about it again. It's people like you that make dark corners of the internet bright.
The best thing I can think of is to contribute to the Lemmy front-end itself, but since I'm not familiar with the framework they use, and how the project is structured, I don't think I'll be able to do it for the forseeqble future. Feel free to open an issue about this on their GitHub however!