Skip to content

Remove unused blob_edit_content component

Lukas Eipert requested to merge leipert-remove-monaco-from-repository-pages into master

What does this MR do and why?

Apparently this component was introduced in 8b05626b but it hasn't been utilized since 774cee04. This hasn't been a problem so far, but with !96759 (merged) we added more utils to the ~/blob/utils.js. Adding those utils means that on every page now the initSourceEditor (and therefore Monaco!) was loaded as well. Let's just remove the unused components and we should be seeing improvement in our LCP numbers.

Screenshots or screen recordings

N/A

How to set up and validate locally

N/A

MR acceptance checklist

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

Edited by Lukas Eipert

Merge request reports

Loading