Merge branch 'main' into lunny/issue_dev

This commit is contained in:
Lunny Xiao
2024-12-03 17:09:10 -08:00
8 changed files with 87 additions and 47 deletions
+1
View File
@@ -90,6 +90,7 @@ function filterRepoFiles(filter) {
const span = document.createElement('span');
// safely escape by using textContent
span.textContent = part;
span.title = span.textContent;
// if the target file path is "abc/xyz", to search "bx", then the matchResult is ['a', 'b', 'c/', 'x', 'yz']
// the matchResult[odd] is matched and highlighted to red.
if (index % 2 === 1) span.classList.add('ui', 'text', 'red');