stable

Clone or download

Read-only

feat: Highlight text matching the search in SwitchTo

Open SwitchTo modal and start searching for words. Both projects and recent items lists are filtered and matching elements have search words highlighted. Part of story #26771 Index artifact fields (REST + Switch to) on updated artifacts only Change-Id: I9169f4622c5fa3f81b8571bcde83be5a2eff988e

Modified Files

Name
M src/package.json +1 −0 Go to diff View file
M src/pnpm-lock.yaml +31 −1 Go to diff View file
M src/scripts/switch-to/src/components/Body/Projects/ProjectLink.vue +13 −2 Go to diff View file
M src/scripts/switch-to/src/components/Body/Projects/__snapshots__/ProjectLink.test.ts.snap +13 −2 Go to diff View file
M src/scripts/switch-to/src/components/Body/RecentItems/RecentItemsEntry.test.ts +29 −3 Go to diff View file
M src/scripts/switch-to/src/components/Body/RecentItems/RecentItemsEntry.vue +18 −6 Go to diff View file
M src/scripts/switch-to/src/components/Body/RecentItems/__snapshots__/RecentItemsEntry.test.ts.snap +45 −10 Go to diff View file
M src/themes/tlp/src/scss/components/_typography.scss +7 −0 Go to diff View file