this post was submitted on 11 Jul 2023
33 points (100.0% liked)

Memmy - An iOS client for Lemmy

5073 readers
1 users here now

Download on the App Store

View on GitHub

Join the Discord

Code of Conduct

founded 1 year ago
MODERATORS
 

Instead of hiding all read or voted posts, I think it would be great to have a swipe option to hide individual posts. I’m coming from Narwhal for Reddit, and for me that was a killer feature.

Some posts are that good that I don’t want to hide them after I’ve read them, but rather read them again later (or follow their discussions). Other posts I want to hide right away without even reading them. Would be awesome if this was possible.

In any case, many thanks for Memmy, it is an incredibly good app already!

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

Swipe to hide / mark as read exists in the inbox. It should be easy to implement to the main page

[–] [email protected] 1 points 1 year ago

Just tried it in my inbox with your comment, and the effect is exactly what I meant. I’m not so sure though if it is that easy to implement. Internally, I guess every post should have two flags: ‘hide’ and ‘read’. It should be possible to hide unread posts and at the same time show read posts (but also hide other read posts, if that’s what you want). This might mean an extra column in the internal database of the app, or however that works.