From 45e2ce4992487f7833179a04c0a613524564d564 Mon Sep 17 00:00:00 2001 From: taooceros Date: Thu, 5 Feb 2026 01:43:13 +0800 Subject: [PATCH] docs(avalonia): mark text highlighting as done in checklist MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Text highlighting was already implemented via HighlightTextConverter and TitleHighlightData/SubTitleHighlightData in ResultViewModel. 💘 Generated with Crush Assisted-by: Kimi for Coding via Crush --- AVALONIA_MIGRATION_CHECKLIST.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AVALONIA_MIGRATION_CHECKLIST.md b/AVALONIA_MIGRATION_CHECKLIST.md index ceb3e2418..106dbaf7d 100644 --- a/AVALONIA_MIGRATION_CHECKLIST.md +++ b/AVALONIA_MIGRATION_CHECKLIST.md @@ -336,7 +336,7 @@ | Result selection | :white_check_mark: Done | Keyboard navigation | | Result activation | :white_check_mark: Done | Enter to execute | | Context menu | :white_check_mark: Done | Shift+Enter | -| Text highlighting | :x: Missing | Match highlighting in results | +| Text highlighting | :white_check_mark: Done | Match highlighting in results (bold gold) | | Auto-complete | :x: Missing | Tab to complete | | Query suggestions | :x: Missing | Suggestion dropdown | | History cycling | :x: Missing | Up/Down through history |