Skip to content
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

Merged
merged 22 commits into from
Jul 12, 2021
Merged

Content minimap MVP1 #10090

merged 22 commits into from
Jul 12, 2021

Conversation

oleq
Copy link
Member

@oleq oleq commented Jul 6, 2021

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.

Copy link
Member

@pomek pomek left a 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.

packages/ckeditor5-minimap/README.md Outdated Show resolved Hide resolved
packages/ckeditor5-minimap/ckeditor5-metadata.json Outdated Show resolved Hide resolved
packages/ckeditor5-minimap/CONTRIBUTING.md Outdated Show resolved Hide resolved
packages/ckeditor5-minimap/package.json Outdated Show resolved Hide resolved
packages/ckeditor5-minimap/package.json Outdated Show resolved Hide resolved
packages/ckeditor5-minimap/src/minimap.js Outdated Show resolved Hide resolved
packages/ckeditor5-minimap/src/minimap.js Outdated Show resolved Hide resolved
@oleq oleq requested a review from pomek July 7, 2021 13:17
Copy link
Member

@pomek pomek left a 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.

packages/ckeditor5-minimap/package.json Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Content minimap MVP1
2 participants