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

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

help-circle


  • 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!











  • Yep I’m working towards mobile support! I still intend to be desktop-first, but I need to support mobile for a few reasons:

    • If it’s desktop-only you can’t really easily share links to posts on Alexandrite to friends, because if I don’t support mobile any mobile users following the link are going to have a bad time.
    • Some people mentioned being interested in replacing lemmy-ui on their instance with Alexandrite, in order for that to be feasible it needs to support mobile.
    • I generally optimize things to look good on maximized browser windows on desktop, but some people use monitors in portrait mode, or with a tiling window manager. Working on optimizing for mobile means I’m checking basically every window size in between to make sure it always looks good, which would help those other desktop users too.

    That’s why I’m working on it.

    By the way I also added some hotkeys yesterday, and there’s a new setting to show post details in the “List” post layout similar to the Card layout. Haven’t made announcements for them yet.