Repository: couchdb-fauxton
Updated Branches:
  refs/heads/master 5a8a3fb43 -> d6837062a


chore: remove broken transition

the transition wasn't working. actually transitions are bad as
many couchdb users access fauxton using a remote desktop, which
then starts to lag / stutter.


Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/54c24f60
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/54c24f60
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/54c24f60

Branch: refs/heads/master
Commit: 54c24f600f3a86abc599e7d5b2841be32c7872f2
Parents: a06c648
Author: Robert Kowalski <robertkowal...@apache.org>
Authored: Thu Oct 13 20:29:38 2016 +0200
Committer: Robert Kowalski <robertkowal...@apache.org>
Committed: Thu Oct 13 20:29:38 2016 +0200

----------------------------------------------------------------------
 .../documents/index-results/index-results.components.react.jsx    | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/54c24f60/app/addons/documents/index-results/index-results.components.react.jsx
----------------------------------------------------------------------
diff --git 
a/app/addons/documents/index-results/index-results.components.react.jsx 
b/app/addons/documents/index-results/index-results.components.react.jsx
index 5d70c93..a40f3dc 100644
--- a/app/addons/documents/index-results/index-results.components.react.jsx
+++ b/app/addons/documents/index-results/index-results.components.react.jsx
@@ -20,7 +20,6 @@ import Documents from "../resources";
 import FauxtonComponents from "../..//fauxton/components.react";
 import { SplitButton, MenuItem } from "react-bootstrap";
 import ReactSelect from "react-select";
-import ReactCSSTransitionGroup from "react-addons-css-transition-group";
 import "../../../../assets/js/plugins/prettify";
 
 const {LoadLines, BulkActionComponent} = Components;
@@ -382,9 +381,7 @@ var ResultsScreen = React.createClass({
             disabled={this.props.isLoading}
             title="Select all docs that can be..." /> : null}
 
-          <ReactCSSTransitionGroup transitionName="slow-fade" 
transitionEnterTimeout={500} transitionLeaveTimeout={300}>
             {this.getDocumentList()}
-          </ReactCSSTransitionGroup>
         </div>
       </div>
     );

Reply via email to