I’m the developer of a desktop-first Lemmy client called Alexandrite.

  • 20 Posts
  • 22 Comments
Joined 1 year ago
cake
Cake day: July 5th, 2023

help-circle





  • This is intentional, but I’ll probably be changing it.

    When you click a post while in a feed it changes the URL so it’s easier for people to share links to posts, as people probably are most used to copying a URL out of the address bar to send to people. It causes a lot of issues though, like the one you mentioned, and the ‘back’ button on your browser basically doesn’t work either. Because of all of that I’m probably going to remove that feature, and make a more prominent “share” button somewhere.













  • I just put in a change which:

    • when you enable that option in the settings, it will open the sidebar right away (or close it if you turn it off)
    • if that option is set, on page load it’ll start with it open.

    The monkey wrench in this whole thing is that the option doesn’t exactly do what it sounds like. It toggles between two different styles for the sidebar, one (the default) which shows the sidebar as an overlay that closes when you click outside of it or navigate, and the second being a sidebar that actually takes up space in the page as basically another column and doesn’t care if you click on anything.

    I could make it just remember if it was open last too, that’s totally doable, but I feel like automatically starting with it open is probably just as good.

    Btw, I also just made links in markdown that link to external sites open in new tabs.




  • I generally prefer things to be on Github. I don’t get notifications when people make new posts on here so I just have to check it regularly, but if you make an issue on Github I get an email about it, and it’s easier to track.

    If you have a bunch of ideas, it’d be nice if you separated them out into separate Github issues, so I can close the ones I’ve finished if I decide to take on the work!

    Thanks for asking!


  • Lemmy doesn’t have that strong of a “concept” of cross posts. The way it appears to work is that all posts linking to the same URL are all considered cross-posts of each other, so I bet the cross posts Lemmy’s API gives are basically just search results for that URL. When making a cross post there’s nothing that I’m doing to identify that it’s a cross post, but it knows.

    I’m not sure what’d be best. Backend would maybe be the least taxing, but at any rate the amount of work to be done to gather all the comments goes up as the number of cross-posts increeases, so 8 cross posts means you have to request 8 times the number of comment lists.

    Maybe a good middle ground could be a menu that shows you a bit more of the cross post (because you can completely change the post body for example, or just link to the same thing on a brand new post) and let you select which post’s comments you’d like to see.