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

[7.x] Add tag bulk action context menu (#82816) #83618

Merged
merged 1 commit into from
Nov 18, 2020

Commits on Nov 18, 2020

  1. Add tag bulk action context menu (elastic#82816)

    * add the delete tag bulk action
    
    * add unit tests for bulk delete
    
    * fix duplicate i18n key
    
    * add RBAC test on bulk delete
    
    * add functional tests
    
    * self review
    
    * design nits
    
    * add maxWidth option for confirm modal and add missing doc
    
    * change bulk delete confirm modal max width
    
    * add more missing doc
    
    * only show loading state when performing the bulk delete
    
    * use spacer instead of custom margin on horizontal rule
    
    * use link instead of button to remove custom styles
    
    * remove spacers, just use styles
    
    * add divider when action menu is displayed
    
    * set max-width for single delete confirm
    
    * a11y fixes
    
    * address nits
    
    * add aria-label to delete action
    
    Co-authored-by: Michail Yasonik <[email protected]>
    pgayvallet and Michail Yasonik committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    eb34f40 View commit details
    Browse the repository at this point in the history