Sjmarf
Sjmarf
This should be under account settings. Each list should be searchable.
Add a 'translate' action to posts/comments. Apple's Translate API is private, so we'd have to use someone else's. Maybe Google MLKit? https://developers.google.com/ml-kit/language/translation/ios
We should enforce a minimum Lemmy instance version. If the user tries to login to an instance on an unsupported version, we could show a suitable message and prevent them...
Currently, you have to refresh the notifications tab for new notifications to appear. Instead, we could request the notification count every n seconds so that notifications appear without you having...
Add a setting to bypass the destructive confirmation for unsubscribing & unfavoriting. The destructive confirmations should still be shown for reporting & blocking.
Instead of infinite scrolling, there'd be an option to load the next n pages at the bottom of a page. Apollo had this. Helps you manage how much time you...
Setting to change the instance with which posts/users/communities are shared. The available options could be something like: - Instance the post was made on (this is what is used right...
Option to have the post collapsed by default when opened in `ExpandedPostView`.