stable

Clone or download

Read-only

refactor: Do not rely on props to detect focus

Instead of injecting as a prop if a project or a recent item has focus, we can let it decide by itself. Part of story #26771: Index artifact fields (REST + Switch to) on updated artifacts only Change-Id: I5ce0e3c2309ba295c4ff9d4c9dc004164323dbb9

Modified Files

Name
M src/scripts/switch-to/src/components/Body/Items/ItemEntry.test.ts +27 −17 Go to diff View file
M src/scripts/switch-to/src/components/Body/Items/ItemEntry.vue +12 −11 Go to diff View file
M src/scripts/switch-to/src/components/Body/Items/RecentItems/ListOfRecentItems.vue +1 −6 Go to diff View file
M src/scripts/switch-to/src/components/Body/Items/SearchResults/SearchResultsList.vue +0 −6 Go to diff View file
M src/scripts/switch-to/src/components/Body/Projects/ListOfProjects.vue +1 −10 Go to diff View file
M src/scripts/switch-to/src/components/Body/Projects/ProjectLink.test.ts +11 −11 Go to diff View file
M src/scripts/switch-to/src/components/Body/Projects/ProjectLink.vue +6 −4 Go to diff View file