Modified Tag and Bookmark list pages to highlight text that matches searchstring

This commit is contained in:
2023-02-22 19:54:10 -06:00
committed by Carl Tibule
parent 657000ddd6
commit 51ffab6015
6 changed files with 40 additions and 31 deletions

View File

@ -323,6 +323,7 @@ export function BookmarksListView(props) {
onBookmarkSelected={(selected) => onBookmarkSelected(selected, bookmark)}
onDeleteClicked={() => handleDeleteBookmark(bookmark.id)}
onHideClicked={() => handleHideBookmarks([bookmark.id])}
searchString={searchString}
/>
})
}