this post was submitted on 26 Jan 2025
269 points (98.6% liked)

Voyager

5833 readers
60 users here now

The official lemmy community for Voyager, an open source, mobile-first client for lemmy.

Download on App Store

Download on Play Store

Use as a Web App

Download on F-Droid

Rules

  1. Be nice.
  2. lemmy.world instance policy

Sponsor development! πŸ‘‡

Number of sponsors badge

πŸ’™

founded 2 years ago
MODERATORS
 

Hi everyone!

2025 is here, and I'm curious to hear your thoughts on Voyager for Lemmy.

  • What features would you like to see added to Voyager in 2025?
  • Are there any bugs or issues that are bothering you?

πŸ’œ

you are viewing a single comment's thread
view the rest of the comments
[–] curbstickle@lemmy.dbzer0.com 7 points 3 days ago* (last edited 3 days ago) (1 children)
  • Tags are working great! Would love to be able to link to the comment that made me tag, too.
  • Would be nice to have the searchable modlog instead of just myself
  • If I'm in a thread and accidentally hit back, I have to go back through the list to find that post again. A "last post" or something in the menu would be handy.
  • A bunch of gifs/videos don't show/play, but it works in other clients, instead I have to open in a browser. That would be a nice one to hit.
  • db0 added some flairs, which are apparently natively supported by lemmy, which is cool. They are gigantic in voyager (in comment threads when its posted standalone). Compare to the thread here. Would be great if this was supported to display next to the users in app too.

Definitely the one app I keep coming back too though, great work!

[–] aeharding@vger.social 7 points 3 days ago (2 children)

Would love to be able to link to the comment that made me tag, too.

That should already be there - in the header of the edit tag dialog for the user, tap the comment button. LMK if it isn't working.

searchable modlog instead of just myself

This is in the plans, just need to do it in a way that is apple/google store compliant

If I’m in a thread and accidentally hit back, I have to go back through the list to find that post again. A β€œlast post” or something in the menu would be handy.

There is an issue for forward on github. Otherwise, for the post feed, hiding posts can be a good alternative if you scroll long distances.

A bunch of gifs/videos don’t show/play, but it works in other clients, instead I have to open in a browser. That would be a nice one to hit.

If you have an example of something that doesn't work in Voyager but does work in other clients, please let me know. I'm not aware of anything at the moment.

db0 added some flairs, which are apparently natively supported by lemmy, which is cool.

Neat - although it is not a native lemmy thing afaik.

[–] db0@lemmy.dbzer0.com 4 points 3 days ago* (last edited 3 days ago) (1 children)

The flair icons are just lemmy custom emoji. This is native and they should be displayed as a normal emoji size. this is already handled correctly in lemmy ui and tesseract, but voyager displays them at their full size instead of resizing them to 48x48 or 24x24,which can dominate the comments

Reading these flair from threativore and displaying them in the ui proper (i.e. Outside of a comment) is not native and I'm still looking for ui dev buy in πŸ˜…

[–] aeharding@vger.social 5 points 3 days ago (1 children)

they should be displayed as a normal emoji size

OH yeah, I did make a tweak to that recently so emojis are smaller.

btw, I noticed that they are small on db0 instance but don't look right on remote instances - e.g. https://vger.social/post/11849459

I think this is because the markdown needs the "emoji blah" class name - e.g.

 ![Facepalm](https://lemmy.world/pictrs/image/0442a870-62f6-42e0-91ee-a664ba65b5b2.png "emoji facepalm") 

(notice the "emoji facepalm" - prefix by word "emoji" make it small on remote instances I think)

[–] db0@lemmy.dbzer0.com 5 points 3 days ago* (last edited 3 days ago) (1 children)

Yes I know the markdown text denotes them as emoji, but lemmy by default doesn't add "emoji" to all its custom emoji. Just the emoji shortname. I think the solution tesseract has is to display them at emoji size of they have "emoji" in that text, , or if it matches one of the custom emoji shortdodes. But I'm guessing the later in not possible in remote instances. Hmm, I can adjust my scripts to always add "emoji" there as well, but by default the lemmy ui doesn't add it.

Edit Actually nevermind it seems it's just tesseract not adding it. I'll open and bug report for them ADHD: A lightning butterfly in orangered color

[–] aeharding@vger.social 3 points 3 days ago

Mystery solved!

[–] curbstickle@lemmy.dbzer0.com 1 points 3 days ago* (last edited 3 days ago) (1 children)

That should already be there - in the header of the edit tag dialog for the user, tap the comment button. LMK if it isn't working.

I think I'm missing something.... I'm on 2.32.2, I don't see a comment button

If you have an example of something that doesn't work in Voyager but does work in other clients, please let me know. I'm not aware of anything at the moment.

I can't remember what it was, I'll have to check when I see it, don't remember the URL unfortunately.

Edit: Just came across one with files.catbox.moe from this post

[–] aeharding@vger.social 3 points 3 days ago (1 children)

You should see this:

but it only works if you tag from the comment itself. So you need to long press username (on the comment), edit, write tag.

Ahah! Thanks I'll give that a try