this post was submitted on 24 Sep 2024
7 points (100.0% liked)
Arctic
358 readers
2 users here now
Arctic is a Lemmy client for iOS built on pure Swift. It currently supports iOS 15+ and Lemmy v0.17+
Get the latest version on TestFlight, or check it out on the AppStore.
If you would like to support Arctic’s development, feel free to Buy Me A Coffee
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Yeah, the subscriptions feed has a lot of useful shortcuts, but it can be easy to neglect due to its placement.
I’d love to add alphabetical sorting, however I’m limited to the options provided by the API. The only way I could offer alphabetical sorting as of now, would be to load all communities from the instance and then sort them. This would be a lot of API requests and I don’t want to put that strain on servers.