Refactor Blame page HTML and CSS
What does this MR do and why?
Decoupled from Add streaming to Blame page full view (!110208 - merged).
This MR:
- Extracts Blame page content into a separate template
- Refactors CSS to use faster selectors and Flex layout instead of a table one
- Removes
content-visibility
due to Chrome bugs
How to set up and validate locally
- 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.
-
I have evaluated the MR acceptance checklist for this MR.