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

[Storybook] Add playground stories for remaining C components #7467

Merged
merged 7 commits into from
Jan 18, 2024

Commits on Jan 12, 2024

  1. Enhance EuiComboBox playground

    - add missing defaults
    - add missing Picked props :| (storybook why?? need to figure this out)
    
    - add support for `onCreateOption` UX
    - make story `onChange` and `onCreateOption` show up in actions pane
    cee-chen committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    ea9f71a View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Enhance EuiCollapsibleNav + fix types

    - use generic for nav or div DOM element type instead of casting `as`
    
    - add missing control defaults
    
    - register onClose action in storybook tab
    cee-chen committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    b89dbbf View commit details
    Browse the repository at this point in the history
  2. Add/update comment stories

    cee-chen committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    a21206a View commit details
    Browse the repository at this point in the history
  3. Remove top-level EuiCommentTimeline subcomponent export

    - not used by any other Elastic products, and unlikely to be used standalone
    cee-chen committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    7f60c87 View commit details
    Browse the repository at this point in the history
  4. Add context menu stories

    + fix missing `children` in exported EuiContextMenuItemProps
    cee-chen committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    ee5cbcb View commit details
    Browse the repository at this point in the history
  5. Add EuiContext story

    - there's a lot of TODOs at the bottom here because this is honestly kind of a weird component that feels very legacy
    cee-chen committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    7e5c357 View commit details
    Browse the repository at this point in the history
  6. changelog

    cee-chen committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    f30bda5 View commit details
    Browse the repository at this point in the history