Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 56465200BB2 for ; Fri, 14 Oct 2016 09:06:51 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 5510A160AF4; Fri, 14 Oct 2016 07:06:51 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 9FBCB160AD9 for ; Fri, 14 Oct 2016 09:06:50 +0200 (CEST) Received: (qmail 76967 invoked by uid 500); 14 Oct 2016 07:06:49 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 76956 invoked by uid 99); 14 Oct 2016 07:06:49 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Oct 2016 07:06:49 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 43343E049D; Fri, 14 Oct 2016 07:06:49 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: robertkowalski@apache.org To: commits@couchdb.apache.org Date: Fri, 14 Oct 2016 07:06:49 -0000 Message-Id: <053e852ac7e849548da58634c72dbd19@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/4] fauxton commit: updated refs/heads/master to d683706 archived-at: Fri, 14 Oct 2016 07:06:51 -0000 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 Authored: Thu Oct 13 20:29:38 2016 +0200 Committer: Robert Kowalski 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} - {this.getDocumentList()} - );