Eric Andrews
Eric Andrews
Encountered while re-implementing feed posts. Some posts in feed don't provide a menu.
Community feedback: https://lemmy.ml/post/19667291/13804964
`kishikawakatsumi/xcresulttool@v1` is currently causing CI failures due to Xcode 16 changes. I've removed it in #1327; it's not vital to functioning CI, but is nice to have.
Maybe has to do with lazy loading?
Interaction bar widgets should be brought into line with the new settings. This involves: - Move layout widgets into Settings - Add logic to decode and translate v1 widget layout...
Improve how we handle images across the board: - Use Nuke `ImageProcessors` to perform resizing upstream - Investigate fetching full-size and resizing to all required resolutions using upstream image requests...
ContentLoader sometimes throws "calling into SwiftUI on non-main thread"; the actual assignment operation within a ContentLoader needs to be `@MainActor`
Repro: - Enter the chat message view - Open the keyboard - Try to select text on a long message (3+ lines) Fix: - Auto dismiss keyboard when selecting text