stable

Clone or download

Read-only

refactor: RecentItems and SearchResults deal with Items

Reorganisation of folders, no functional changes. Instead of having: ├── Projects ├── RecentItems ├── SearchResults We now have: ├── Items │ ├── RecentItems │ └── SearchResults ├── Projects This will allow to put stuff dedicated to both RecentItems and SearchResults directly in Items. Part of story #26771: Index artifact fields (REST + Switch to) on updated artifacts only Change-Id: I10ad78b40bc91fc15a235ca9e234c428189756bc

Modified Files

Name
R src/scripts/switch-to/src/components/Body/RecentItems/ListOfRecentItems.test.ts Go to diff View file
R src/scripts/switch-to/src/components/Body/RecentItems/ListOfRecentItems.vue Go to diff View file
R src/scripts/switch-to/src/components/Body/RecentItems/RecentItemsEmptyState.vue Go to diff View file
R src/scripts/switch-to/src/components/Body/RecentItems/RecentItemsEmptyStateSvg.vue Go to diff View file
R src/scripts/switch-to/src/components/Body/RecentItems/RecentItemsEntry.test.ts Go to diff View file
R src/scripts/switch-to/src/components/Body/RecentItems/RecentItemsEntry.vue Go to diff View file
R src/scripts/switch-to/src/components/Body/RecentItems/RecentItemsErrorState.vue Go to diff View file
R src/scripts/switch-to/src/components/Body/RecentItems/RecentItemsLoadingState.vue Go to diff View file
R src/scripts/switch-to/src/components/Body/RecentItems/__snapshots__/RecentItemsEntry.test.ts.snap Go to diff View file
R src/scripts/switch-to/src/components/Body/SearchResults/SearchQueryTooSmall.vue Go to diff View file
R src/scripts/switch-to/src/components/Body/SearchResults/SearchResults.test.ts Go to diff View file
R src/scripts/switch-to/src/components/Body/SearchResults/SearchResults.vue Go to diff View file
R src/scripts/switch-to/src/components/Body/SearchResults/SearchResultsEmpty.vue Go to diff View file
R src/scripts/switch-to/src/components/Body/SearchResults/SearchResultsError.vue Go to diff View file
R src/scripts/switch-to/src/components/Body/SearchResults/SearchResultsList.vue Go to diff View file
M src/scripts/switch-to/src/components/Body/SwitchToBody.test.ts +2 −2 Go to diff View file
M src/scripts/switch-to/src/components/Body/SwitchToBody.vue +2 −2 Go to diff View file