From 7aa390b5a1a855987b89c03a689826b2580e4733 Mon Sep 17 00:00:00 2001 From: Colin Megill Date: Wed, 24 Oct 2018 10:21:18 -0400 Subject: [PATCH] left sidebar improvements (#368) * left sidebar improvements * lint --- .gitignore | 5 +- client/index.html | 2 +- client/index_template.html | 2 +- .../components/brushableHistogram/index.js | 185 ++++++++---------- client/src/components/categorical/category.js | 92 ++++----- .../src/components/continuous/continuous.js | 14 +- .../src/components/continuousLegend/index.js | 2 +- .../geneExpression/cellSetButtons.js | 1 - .../geneExpression/expressionButtons.js | 13 +- client/src/components/geneExpression/index.js | 33 ++-- client/src/components/graph/graph.js | 9 +- client/src/components/leftsidebar.js | 8 - .../src/components/scatterplot/scatterplot.js | 15 +- client/src/index.js | 3 + 14 files changed, 190 insertions(+), 194 deletions(-) diff --git a/.gitignore b/.gitignore index ef309063..17fe949e 100644 --- a/.gitignore +++ b/.gitignore @@ -33,7 +33,4 @@ npm-debug.log *.idea* __pycache__ *.DS_Store* - - - - +data diff --git a/client/index.html b/client/index.html index 08259783..705c0004 100644 --- a/client/index.html +++ b/client/index.html @@ -6,7 +6,7 @@ cellxgene