Text highlighting was already implemented via HighlightTextConverter
and TitleHighlightData/SubTitleHighlightData in ResultViewModel.
💘 Generated with Crush
Assisted-by: Kimi for Coding via Crush <crush@charm.land>
- Add gold foreground color (#FFD700) for highlighted search matches
- Update HighlightTextConverter to use theme resource with fallback
- Fix TextBlockHelper to preserve Foreground property when copying Runs
- Fix highlight update bug: sync TitleHighlightData/SubTitleHighlightData/Score
for reused ResultViewModel instances when query changes
- Update migration checklist to mark HighlightTextConverter as done