this post was submitted on 26 Feb 2026
46 points (100.0% liked)
LemmyToday
276 readers
58 users here now
If you experience issues or problems with this instance (lemmy.today), this is the place to discuss them. Or if you just want to ask questions about how something works. Anything related to the instance or lemmy itself.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The profile menu is a List item
Lielement and it contains otherLielements for it's options.To avoid writing more JS than necessary and to have more semantic HTML,
Selectelements are used (like in this drop down), so you can simply listen to theirchangedevent and execute code.But the devs could've slightly modified that custom drop down and used it everywhere for consistency.