Open Issues Need Help
View All on GitHub HTML rendering doesn't work outside main thread 2 months ago
AI Summary: Optimize the Killer Bunnies iOS app's card display by replacing the slow `NSAttributedString` HTML rendering with a custom, faster Markdown-like parser. This involves integrating a third-party Swift library (SwiftHTMLToMarkdown or SwiftSoup) to convert HTML card descriptions to a simpler format suitable for SwiftUI's text rendering.
Complexity:
4/5
bug help wanted