this post was submitted on 07 Jul 2023
9 points (100.0% liked)

Alexandrite

349 readers
1 users here now

Alexandrite is a desktop-first alternative Lemmy client.

Find a bug or have a feature request? Create an issue on Github, or post here.

founded 1 year ago
MODERATORS
9
submitted 1 year ago* (last edited 1 year ago) by sheodox to c/alexandrite
 

It makes it easier to prioritize what I work on if I know someone's wanting a feature. What sort of stuff do you wish Alexandrite had? Especially talking about missing features from the main UI.

If you can, please provide some explanation for why you would like that feature and what problem it would solve for you (unless of course it's a feature that Lemmy has already but Alexandrite doesn't support yet). Knowing what problem you want solved helps me work with you to brainstorm ideas for the best solution (see the XY problem).

you are viewing a single comment's thread
view the rest of the comments
[–] leraje 5 points 1 year ago (1 children)

I built a FFox add-on called Mullem which basically simulates a multi-reddit like experience. It's quite basic so I'd love to see the same functionality in Alexandrite :)

[–] sheodox 2 points 1 year ago (1 children)

Nice! What, and run you out of a job? No way! :P

I'll put it on my todo list and try and brainstorm how I might do that (no promises though!)

[–] leraje 2 points 1 year ago (1 children)

Hahahaha :)

Mine's limited (no login, pulls and combines RSS feeds via a 3rd party server due to CORS etc) but yeah - just a thought :)

[–] sheodox 1 points 1 year ago (1 children)

You might not need the proxy stuff anymore. I believe Lemmy 0.18.1 added more permissive CORS settings, which is why I was able to move all of Alexandrite's API usage client side.

[–] leraje 1 points 1 year ago

Oh really? That's interesting - I'll have a look into it, thanks :)