stable

Clone or download

Read-only

feat: Display project of recent items

Now SwitchTo modal displays the project of each recent item. Part of story #26771 Index artifact fields (REST + Switch to) on updated artifacts only Change-Id: I0931cf84ca92188d2abd7283fc385832917b8647

Modified Files

Name
M plugins/gitlab/tests/unit/Artifact/Action/CreateBranchButtonFetcherTest.php +2 −17 Go to diff View file
M src/common/Project/REST/MinimalProjectRepresentation.php +9 −3 Go to diff View file
M src/scripts/switch-to/src/components/Body/RecentItems/RecentItemsEntry.test.ts +15 −0 Go to diff View file
M src/scripts/switch-to/src/components/Body/RecentItems/RecentItemsEntry.vue +34 −29 Go to diff View file
M src/scripts/switch-to/src/components/Body/RecentItems/__snapshots__/RecentItemsEntry.test.ts.snap +92 −56 Go to diff View file
M src/scripts/switch-to/src/type.ts +5 −0 Go to diff View file
M src/themes/common/css/utils/_switch-to.scss +53 −24 Go to diff View file