Move shared logic into utils
What does this MR do?
For: #236071 (closed)
For: #236075 (closed)
Refactors shared logic between inline and parallel views into a utils file.
NOTE: This is the third of a series of MRs to address the performance issues with merge requests.
-
Move!40906 (merged)diff_table_cell
logic intoinline_diff_row
Movediff_table_cell
logic intoparallel_diff_row
& removediff_table_cell
-
👉 Extract shared logic and duplicated code fromparallel/inline_diff_row
into utility file (Targeting %13.5) - Add non-HTML table layout version of
diff_row
behind feature flag (Targeting %13.5) - Remove
parallel/inline_diff_row
components and feature flag (Targeting %13.5)
Screenshots
n/a
Does this MR meet the acceptance criteria?
Conformity
Edited by Justin Boyson