You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by Savalek <gi...@git.apache.org> on 2018/08/16 09:36:23 UTC

[GitHub] zeppelin pull request #3145: [ZEPPELIN-2572] multiple paragraphs actions

GitHub user Savalek opened a pull request:

    https://github.com/apache/zeppelin/pull/3145

    [ZEPPELIN-2572] multiple paragraphs actions

    ### What is this PR for?
    
    This PR adds the ability to perform actions on several paragraphs simultaneously. He adds the checkbox to each paragraph. When you select at least one paragraph in the action bar, buttons appear that perform actions on the selected paragraphs.
    
    ### What type of PR is it?
    Feature
    
    ### What is the Jira issue?
    [ZEPPELIN-2572](https://issues.apache.org/jira/browse/ZEPPELIN-2572)
    
    ### Screenshots (if appropriate)
    ![mult_v2](https://user-images.githubusercontent.com/30798933/44201040-e4a0d000-a150-11e8-955c-2837683f4651.gif)
    
    
    ### Questions:
    * Does the licenses files need update? no
    * Is there breaking changes for older versions? no
    * Does this needs documentation? no


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/TinkoffCreditSystems/zeppelin ZEPPELIN-2572_v2

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/zeppelin/pull/3145.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #3145
    
----
commit 6986da44a44c5896b8da375a7c6a03b8d0369419
Author: Savalek <de...@...>
Date:   2018-08-16T09:20:02Z

    [ZEPPELIN-2572] add multiply paragraphs actions

----


---

[GitHub] zeppelin issue #3145: [ZEPPELIN-2572] multiple paragraphs actions

Posted by Savalek <gi...@git.apache.org>.
Github user Savalek commented on the issue:

    https://github.com/apache/zeppelin/pull/3145
  
    Now checkBox to select will be displayed if: 
    1. Mouse located in paragraph
    2. At least one paragraph selected
    ![mult_v2_change_css](https://user-images.githubusercontent.com/30798933/44273304-c8338f00-a247-11e8-928e-a06bfde9e9df.gif)



---

[GitHub] zeppelin issue #3145: [ZEPPELIN-2572] multiple paragraphs actions

Posted by Tagar <gi...@git.apache.org>.
Github user Tagar commented on the issue:

    https://github.com/apache/zeppelin/pull/3145
  
    @Leemoonsoo please help reviewing this 
    
    I personally think that color palette of selected paragraphs can be better something else, but functionally it's a great improvement to core Zeppelin UI. 
    
    Thanks. 


---