I pushed an update last night that adds support for searching block lists and browsing blocked content. For now I just allow opening the content in the browser, but as I roll out the new API integration I'll add support for opening the content in-app. I also made a few other minor improvements such as icons for the blocked lists, and counts to show the total blocked for each category.
Arctic
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
Great ideas! Searchable block lists should be very simple to add. Actually I thought I had already added support for this, but I was mistaken.
For viewing blocked content on the other hand, this will take a bit more work. Lemmy does not return any content for users or communities that are blocked, so I'll need to add support for viewing them as a guest. I'll have to look into this one, as currently Arctic is not setup for viewing individual pages as an unauthenticated user. In the meantime for a quick release I could allow opening the communities and profiles in the browser.
I'm in the process of rewriting Arctics API library for Lemmy v1.0 support. This is a major, ground up rewrite, and I'll add more granular support for unauthenticated requests.
[edit] I could also temporarily disable the block while viewing the blocked content, and re-enable it when leaving. I can look into this as well.