-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Content minimap MVP1 #10090
Content minimap MVP1 #10090
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't we disable processing the package by CI? Otherwise, we will have red builds on CI because of a lack of coverage. See: f484532.
Also, please, do not use [skip ci]
for the last commit when creating PR. It prevents creating a Travis build.
As for the review, I checked the repository state. As for the code, I didn't go too deep, so another pair of eyes will probably be required here.
…ent is rendered multiple times (e.g. in an iframe of a minimap).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One small thing. The rest looks good.
Co-authored-by: Kamil Piechaczek <[email protected]>
Suggested merge commit message (convention)
Feature (minimap): Basic implementation of the content minimap feature. Closes #10079.
Additional information
P.S. When reviewing keep in mind this is a feature preview without tests and on top of an unstable API.