stable

Clone or download

Read-only

feat: Style search results items

Items in search results and in recent items should have the same look and feel. No functional change on recent items panel. Search results don't have arrow keys navigation, it will be done later to not clutter this contribution. Part of story #26771: Index artifact fields (REST + Switch to) on updated artifacts only Change-Id: I128a3dadb96baba8dfb77346a9542244a4a4d20d

Modified Files

Name
R src/scripts/switch-to/src/components/Body/Items/RecentItems/RecentItemsEntry.test.ts Go to diff View file
A src/scripts/switch-to/src/components/Body/Items/ItemEntry.vue +110 −0 Go to diff View file
M src/scripts/switch-to/src/components/Body/Items/RecentItems/ListOfRecentItems.test.ts +15 −15 Go to diff View file
M src/scripts/switch-to/src/components/Body/Items/RecentItems/ListOfRecentItems.vue +11 −5 Go to diff View file
D src/scripts/switch-to/src/components/Body/Items/RecentItems/RecentItemsEntry.vue +0 −118 Go to diff View file
D src/scripts/switch-to/src/components/Body/Items/RecentItems/__snapshots__/RecentItemsEntry.test.ts.snap +0 −154 Go to diff View file
M src/scripts/switch-to/src/components/Body/Items/SearchResults/SearchResults.test.ts +14 −12 Go to diff View file
M src/scripts/switch-to/src/components/Body/Items/SearchResults/SearchResultsList.vue +17 −8 Go to diff View file
A src/scripts/switch-to/src/components/Body/Items/__snapshots__/ItemEntry.test.ts.snap +154 −0 Go to diff View file
M src/scripts/switch-to/src/components/Body/Projects/ListOfProjects.vue +2 −2 Go to diff View file
M src/scripts/switch-to/src/stores/fulltext.test.ts +9 −9 Go to diff View file
M src/scripts/switch-to/src/stores/fulltext.ts +5 −5 Go to diff View file
M src/scripts/switch-to/src/stores/index.test.ts +26 −26 Go to diff View file
M src/scripts/switch-to/src/stores/index.ts +9 −6 Go to diff View file
M src/scripts/switch-to/src/stores/type.ts +5 −5 Go to diff View file
M src/scripts/switch-to/src/type.ts +2 −2 Go to diff View file
M src/themes/common/css/utils/_switch-to.scss +19 −15 Go to diff View file