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

Add an API to add a plugin sidebar #4109

Closed
wants to merge 30 commits into from
Closed

Add an API to add a plugin sidebar #4109

wants to merge 30 commits into from

Commits on Dec 20, 2017

  1. Configuration menu
    Copy the full SHA
    f3d3daf View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2018

  1. Merge branch 'master' into add/api-add-plugin-sidebar

    Alexander Botteram committed Jan 3, 2018
    Configuration menu
    Copy the full SHA
    2864974 View commit details
    Browse the repository at this point in the history
  2. Applied minor codestyle changes to sidebar.js

    Alexander Botteram committed Jan 3, 2018
    Configuration menu
    Copy the full SHA
    b4fa154 View commit details
    Browse the repository at this point in the history
  3. Applied minor codestyle changes to plugins header

    Alexander Botteram committed Jan 3, 2018
    Configuration menu
    Copy the full SHA
    ba05cd8 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of https://github.com/WordPress/gutenberg into …

    …add/api-add-plugin-sidebar
    Alexander Botteram committed Jan 3, 2018
    Configuration menu
    Copy the full SHA
    506fd15 View commit details
    Browse the repository at this point in the history
  5. Fixed broken dependency after merging wordpress/gutenberg

    Alexander Botteram committed Jan 3, 2018
    Configuration menu
    Copy the full SHA
    9caaf8e View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2018

  1. Initial attempt at rendering plugins in a separate sidebar

    Alexander Botteram committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    53579b3 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2018

  1. Removed accidentally added IDE file

    Alexander Botteram committed Jan 8, 2018
    Configuration menu
    Copy the full SHA
    9428aa9 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2018

  1. Initial changes

    Alexander Botteram committed Jan 9, 2018
    Configuration menu
    Copy the full SHA
    7241609 View commit details
    Browse the repository at this point in the history
  2. removed .idea

    Alexander Botteram committed Jan 9, 2018
    Configuration menu
    Copy the full SHA
    8870121 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2018

  1. Updated actions, reducers and selectors

    Alexander Botteram committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    cc0b124 View commit details
    Browse the repository at this point in the history
  2. finished implementing new actions, reducers and selectors

    Alexander Botteram committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    b3aa610 View commit details
    Browse the repository at this point in the history
  3. Fixed last build errors

    Alexander Botteram committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    c7b36b3 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2018

  1. Configuration menu
    Copy the full SHA
    e4b9df3 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2018

  1. Add renderSidebar function

    IreneStr committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    693e5a8 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2018

  1. Add renderSidebar function

    IreneStr committed Jan 17, 2018
    Configuration menu
    Copy the full SHA
    04d6e2b View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2018

  1. Configuration menu
    Copy the full SHA
    aa3c84b View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2018

  1. Configuration menu
    Copy the full SHA
    ed6ea39 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2018

  1. Configuration menu
    Copy the full SHA
    3af2240 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10529c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd057e8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af1cc84 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2018

  1. Configuration menu
    Copy the full SHA
    c7daa63 View commit details
    Browse the repository at this point in the history
  2. Fix unittests part 1

    IreneStr committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    a5ffe6c View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2018

  1. Fix unittests part 2

    IreneStr committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    ec870c3 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2018

  1. Remove unneeded padding

    IreneStr committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    b34991d View commit details
    Browse the repository at this point in the history
  2. Remove mobile middleware

    IreneStr committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    06950bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fce3ddd View commit details
    Browse the repository at this point in the history
  4. Unexpose activateSidebar

    IreneStr committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    02cc074 View commit details
    Browse the repository at this point in the history
  5. Fix codestyle

    IreneStr committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    0072e66 View commit details
    Browse the repository at this point in the history