feat: highlight matching files in package drawer when opened from search

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-24 16:22:50 +01:00
parent dcc1c97053
commit dd0d246a77
2 changed files with 69 additions and 28 deletions

View File

@@ -165,6 +165,7 @@ export function StlTable({
onOpenChange={(open) => {
if (!open) setViewPkg(null);
}}
highlightTerm={searchTerm}
/>
</div>
);