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

[Emotion] Convert EuiSplitPanel #7172

Merged
merged 6 commits into from
Sep 11, 2023
Merged

Commits on Sep 8, 2023

  1. Convert EuiSplitPanel Sass to Emotion

    - styles are fairly basic, so converting them all in one go + no theme needed
    
    + remove `flex-direction` overrides in favor of two keys with JS logic
    
    + reorder imports
    
    + remove modifier classes
    cee-chen committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    cc55754 View commit details
    Browse the repository at this point in the history
  2. Remove Sass files

    cee-chen committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    927e3e3 View commit details
    Browse the repository at this point in the history
  3. Tests

    cee-chen committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    0a9384d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f7a5a35 View commit details
    Browse the repository at this point in the history
  5. changelog

    cee-chen committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    b094674 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

  1. Remove unused panel SCSS file

    - wasn't being imported anywhere, so wasn't being used
    cee-chen committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    103fadd View commit details
    Browse the repository at this point in the history