Custom icons on iOS#2022
Conversation
|
Is there an easy way to merge/pull this into my local repo working copy, so I can test it? Also, if you're going to add functionality to the iOS/Mac app, I recommend getting Claude to use Swift. Live in the now! |
|
That's a fair point on Obj-C, but these are existing files and converting those is a huge task that we don't need to do yet. Maybe we rewrite each view piecemeal one day this year. As for your local repo, you should be able to handle that by pulling this branch and merging it locally. |
|
I don't mean rewriting the existing view; I agree that's a bad idea. (I have Swift wrappers for new code where appropriate). But when writing a new class (like I took a look at the code, but there are several conflicts, including with |
|
You bet, I'll make those changes and merge it in. You know I'm not doing either manually, the obj-c to swift rewrite will be trivial, and the dejal-alpha merge often requires no input. I'll sometimes ask Claude to use the |
2724eb8 to
3589bf9
Compare
- CustomIconRenderer.swift renders preset icons, emojis, and colors - Updated FeedChooserItem, FeedChooserTitleView, FolderTitleView for icons - Added heroicons-solid and lucide icon assets - Backend API already supports this via flat feeds endpoint Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
f76af81 to
077cafa
Compare
- Fix crash when stillVisibleFeeds contains boolean instead of NSIndexPath (pre-existing bug exposed by custom icons feature) - Add custom feed icon support to story detail header for both river view and single feed view - Add custom feed icon support to feed detail header (story list view) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
Closing in lieu of #2024, which has a bunch more (and more coming) iOS 26 changes to be merged into |

This PR only shows the custom icons, but it shows them everywhere they are displayed (feed list, story titles list, etc).