Skip to content

Refactor Blame page HTML and CSS

Stanislav Lashmanov requested to merge slashmanov/refactor-blame-page into master

What does this MR do and why?

Decoupled from Add streaming to Blame page full view (!110208 - merged).

This MR:

  1. Extracts Blame page content into a separate template
  2. Refactors CSS to use faster selectors and Flex layout instead of a table one
  3. Removes content-visibility due to Chrome bugs

How to set up and validate locally

  1. Open any blame file page

MR acceptance checklist

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

Merge request reports