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

Moves styleSheetPath to uiExports #23007

Merged
merged 16 commits into from
Sep 21, 2018

Commits on Sep 13, 2018

  1. Moves styleSheetPath to uiExports

    This was previously defined in uiExports.app, which limited plugins which are not an app of providing a stylesheet. This allows any plugin to define a stylesheet which will be available on page load.
    
    Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
    Tyler Smalley committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    fb9e1ea View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2018

  1. Uses plural styleSheetPaths

    Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
    Tyler Smalley committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    6b12d65 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2018

  1. Loads all stylesheets first

    Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
    Tyler Smalley committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    6fb0d31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f231a14 View commit details
    Browse the repository at this point in the history
  3. Adds Canvas and ensures loading order

    Stylesheets are loaded in the following order:
    
    * Vendor
    * Commons
    * Current Application
    * Those defined in uiExports.styleSheetPaths
    
    Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
    Tyler Smalley committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    d511971 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2018

  1. Configuration menu
    Copy the full SHA
    093a52c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18d9503 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2018

  1. Configuration menu
    Copy the full SHA
    fe46a90 View commit details
    Browse the repository at this point in the history
  2. Sandbox plugin styles

    Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
    Tyler Smalley committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    01fc786 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2018

  1. Set id on body tag

    Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
    Tyler Smalley committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    22a6686 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ab0c55 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b712a0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3d138ad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    59deb82 View commit details
    Browse the repository at this point in the history
  6. Updated graph path

    cchaos committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    30e1eca View commit details
    Browse the repository at this point in the history
  7. Merge pull request #3 from cchaos/plugins-styles

    Reduce scoping to only necessary items
    tylersmalley authored Sep 20, 2018
    Configuration menu
    Copy the full SHA
    3bac955 View commit details
    Browse the repository at this point in the history