Surface who locked files better
### Problem The current implementation of locking files doesn't show who locked it, this is only discoverable in a separate context `/path_locks` ([example](https://gitlab.com/gitlab-org/gitlab-ee/path_locks)) ### Proposal Depends on https://gitlab.com/groups/gitlab-org/-/epics/13018+ being completed. Display the details of the user who locked the directory/file. - Popover title: `Locked by {firstname lastname} {time of lock}` - User details because we display that user information elsewhere in GitLab whenever showing user information. ![image](/uploads/f01dba72d8b5edab996fb9f3bed57a41/image.png)
issue