Skip to content
Snippets Groups Projects

feat: add legend for active overlays

1 unresolved thread

Closes MIN-196

Objective

Display list of overlays legends along with theirs names in the overlays drawer

What has been done:

  • implementation of overlays legends in the overlays drawer
  • unit tests

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • 21 return (
    22 render(
    23 <Wrapper>
    24 <OverlaysLegends />
    25 </Wrapper>,
    26 ),
    27 {
    28 store,
    29 }
    30 );
    31 };
    32
    33 describe('OverlaysLegends - component', () => {
    34 describe('when active overlays are empty', () => {
    35 beforeEach(() => {
    36 activeOverlaysSelectorMock.mockImplementation(() => []);
  • Mocking selectors is RFC from my side

    Overall - LGTM

  • Adrian Orłów added 18 commits

    added 18 commits

    Compare with previous version

  • Adrian Orłów added 1 commit

    added 1 commit

    Compare with previous version

  • Adrian Orłów enabled an automatic merge when the pipeline for 45ca304f succeeds

    enabled an automatic merge when the pipeline for 45ca304f succeeds

  • Adrian Orłów canceled the automatic merge

    canceled the automatic merge

  • Adrian Orłów added 1 commit

    added 1 commit

    Compare with previous version

  • merged

  • Adrian Orłów mentioned in commit 5f0d2e38

    mentioned in commit 5f0d2e38

  • Please register or sign in to reply
    Loading