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 EuiColorPalettePicker #3192

Merged
merged 59 commits into from
Jun 2, 2020
Merged

Commits on Mar 30, 2020

  1. Adding initial code

    miukimiu committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    7620c69 View commit details
    Browse the repository at this point in the history
  2. Adding initial code

    miukimiu committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    c13ec9c View commit details
    Browse the repository at this point in the history
  3. Merge branch 'color-palette-picker' of https://github.com/miukimiu/eui

    …into color-palette-picker
    miukimiu committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    8cf0339 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2020

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

Commits on Apr 24, 2020

  1. Configuration menu
    Copy the full SHA
    079488a View commit details
    Browse the repository at this point in the history
  2. Improving palettes

    miukimiu committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    5541dbc View commit details
    Browse the repository at this point in the history
  3. initial tests

    miukimiu committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    25e684e View commit details
    Browse the repository at this point in the history
  4. More improvements

    miukimiu committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    2c353dc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f4da589 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2020

  1. Deleting palettes file

    miukimiu committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    b3357fe View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2020

  1. Adding display togles

    miukimiu committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    9858418 View commit details
    Browse the repository at this point in the history
  2. Simplifying button

    miukimiu committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    5740a20 View commit details
    Browse the repository at this point in the history
  3. Custom option value

    miukimiu committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    5996803 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2020

  1. Update some types

    cchaos committed May 5, 2020
    Configuration menu
    Copy the full SHA
    d695167 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from cchaos/miukimiu-color-palette-picker

    Update some types
    miukimiu committed May 5, 2020
    Configuration menu
    Copy the full SHA
    7cc2855 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2020

  1. getFixedLinearGradient

    miukimiu committed May 6, 2020
    Configuration menu
    Copy the full SHA
    f57b801 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01b88f8 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2020

  1. Text as an option

    miukimiu committed May 8, 2020
    Configuration menu
    Copy the full SHA
    c3ae30b View commit details
    Browse the repository at this point in the history

Commits on May 12, 2020

  1. Improving props description

    miukimiu committed May 12, 2020
    Configuration menu
    Copy the full SHA
    1ae241c View commit details
    Browse the repository at this point in the history
  2. Improving sass

    miukimiu committed May 12, 2020
    Configuration menu
    Copy the full SHA
    94c0efd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d17c797 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2020

  1. Adding selectionDisplay

    miukimiu committed May 14, 2020
    Configuration menu
    Copy the full SHA
    c2ebf33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e68ee37 View commit details
    Browse the repository at this point in the history
  3. More examples

    miukimiu committed May 14, 2020
    Configuration menu
    Copy the full SHA
    18d79da View commit details
    Browse the repository at this point in the history

Commits on May 15, 2020

  1. Addressing pr review

    miukimiu committed May 15, 2020
    Configuration menu
    Copy the full SHA
    aaa3692 View commit details
    Browse the repository at this point in the history
  2. Update src-docs/src/views/color_picker/color_palette_picker.tsx

    Co-authored-by: Caroline Horn <549577+cchaos@users.noreply.github.com>
    miukimiu and cchaos committed May 15, 2020
    Configuration menu
    Copy the full SHA
    eb2d66d View commit details
    Browse the repository at this point in the history
  3. Update src/components/color_picker/color_palette_picker/color_palette…

    …_picker.tsx
    
    Co-authored-by: Caroline Horn <549577+cchaos@users.noreply.github.com>
    miukimiu and cchaos committed May 15, 2020
    Configuration menu
    Copy the full SHA
    391e49d View commit details
    Browse the repository at this point in the history
  4. Update src/components/color_picker/color_palette_picker/color_palette…

    …_picker.tsx
    
    Co-authored-by: Caroline Horn <549577+cchaos@users.noreply.github.com>
    miukimiu and cchaos committed May 15, 2020
    Configuration menu
    Copy the full SHA
    16aeb06 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'color-palette-picker' of https://github.com/miukimiu/eui

    …into color-palette-picker
    miukimiu committed May 15, 2020
    Configuration menu
    Copy the full SHA
    8dc7046 View commit details
    Browse the repository at this point in the history
  6. Extending EuiSuperSelectProp

    miukimiu committed May 15, 2020
    Configuration menu
    Copy the full SHA
    1f9c89a View commit details
    Browse the repository at this point in the history
  7. Simplifying structure

    miukimiu committed May 15, 2020
    Configuration menu
    Copy the full SHA
    ddec2ca View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9020be3 View commit details
    Browse the repository at this point in the history
  9. Changelog

    miukimiu committed May 15, 2020
    Configuration menu
    Copy the full SHA
    1ad7005 View commit details
    Browse the repository at this point in the history
  10. Improving example

    miukimiu committed May 15, 2020
    Configuration menu
    Copy the full SHA
    b4bd5c3 View commit details
    Browse the repository at this point in the history
  11. Improving snippet

    miukimiu committed May 15, 2020
    Configuration menu
    Copy the full SHA
    12d841d View commit details
    Browse the repository at this point in the history

Commits on May 20, 2020

  1. Adding more tests

    miukimiu committed May 20, 2020
    Configuration menu
    Copy the full SHA
    2477f90 View commit details
    Browse the repository at this point in the history
  2. Improving props description

    miukimiu committed May 20, 2020
    Configuration menu
    Copy the full SHA
    b165463 View commit details
    Browse the repository at this point in the history
  3. Improving docs text

    miukimiu committed May 20, 2020
    Configuration menu
    Copy the full SHA
    32d3ea1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b86ed2 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2020

  1. Improve text

    miukimiu committed May 21, 2020
    Configuration menu
    Copy the full SHA
    c2bf5b2 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2020

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

Commits on May 28, 2020

  1. Configuration menu
    Copy the full SHA
    c199152 View commit details
    Browse the repository at this point in the history
  2. Addressing review

    miukimiu committed May 28, 2020
    Configuration menu
    Copy the full SHA
    1d9c50b View commit details
    Browse the repository at this point in the history
  3. Update src/components/color_picker/utils.ts

    Co-authored-by: Greg Thompson <thompson.glowe@gmail.com>
    miukimiu and thompsongl committed May 28, 2020
    Configuration menu
    Copy the full SHA
    6dfb4e4 View commit details
    Browse the repository at this point in the history
  4. Update src/components/color_picker/utils.ts

    Co-authored-by: Greg Thompson <thompson.glowe@gmail.com>
    miukimiu and thompsongl committed May 28, 2020
    Configuration menu
    Copy the full SHA
    dab0fc3 View commit details
    Browse the repository at this point in the history
  5. Update src/components/color_picker/color_palette_picker/color_palette…

    …_picker.tsx
    
    Co-authored-by: Greg Thompson <thompson.glowe@gmail.com>
    miukimiu and thompsongl committed May 28, 2020
    Configuration menu
    Copy the full SHA
    4d69d19 View commit details
    Browse the repository at this point in the history
  6. Update src/components/color_picker/color_palette_picker/color_palette…

    …_picker.tsx
    
    Co-authored-by: Greg Thompson <thompson.glowe@gmail.com>
    miukimiu and thompsongl committed May 28, 2020
    Configuration menu
    Copy the full SHA
    aa276d9 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'color-palette-picker' of https://github.com/miukimiu/eui

    …into color-palette-picker
    miukimiu committed May 28, 2020
    Configuration menu
    Copy the full SHA
    4743542 View commit details
    Browse the repository at this point in the history
  8. Update src/components/color_picker/utils.ts

    Co-authored-by: Greg Thompson <thompson.glowe@gmail.com>
    miukimiu and thompsongl committed May 28, 2020
    Configuration menu
    Copy the full SHA
    4e4d2e5 View commit details
    Browse the repository at this point in the history
  9. Update src/components/color_picker/color_palette_picker/color_palette…

    …_picker.tsx
    
    Co-authored-by: Greg Thompson <thompson.glowe@gmail.com>
    miukimiu and thompsongl committed May 28, 2020
    Configuration menu
    Copy the full SHA
    8e558e5 View commit details
    Browse the repository at this point in the history
  10. Improving TS

    miukimiu committed May 28, 2020
    Configuration menu
    Copy the full SHA
    77b7bc8 View commit details
    Browse the repository at this point in the history
  11. Improving palette doc

    miukimiu committed May 28, 2020
    Configuration menu
    Copy the full SHA
    7794f0b View commit details
    Browse the repository at this point in the history
  12. Palette doc

    miukimiu committed May 28, 2020
    Configuration menu
    Copy the full SHA
    45c7323 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2020

  1. Changing name of gray palette

    cchaos committed May 29, 2020
    Configuration menu
    Copy the full SHA
    a6674a3 View commit details
    Browse the repository at this point in the history
  2. Slimming the description a bit

    cchaos committed May 29, 2020
    Configuration menu
    Copy the full SHA
    344ab48 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2020

  1. removing console log

    miukimiu committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    9003578 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2020

  1. more strict types

    thompsongl committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    93fc2b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee7b0b7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5 from thompsongl/color-palette-picker

    More strict types
    miukimiu committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    62dc72c View commit details
    Browse the repository at this point in the history