Skip to content

Extract Commit Info into vue component

Jacques Erasmus requested to merge 425265-create-commit-info-component into master

What does this MR do and why?

To avoid duplication of the Commit Info which we plan to use in the BlameInfo component as part of #425265 (closed), this extracts the Commit Info into a component for reusability in the BlameInfo component.

Screenshots or screen recordings

Before After
Screenshot_2023-09-19_at_16.08.50 Screenshot_2023-09-19_at_16.09.19

Screen_Recording_2023-09-19_at_16.13.03.2023-09-19_16_14_07

How to set up and validate locally

  1. Navigate to the project home page.
  2. The Last Commit info should be rendered at the top of the page, just like before.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #425265 (closed)

Edited by Jacques Erasmus

Merge request reports