[ARVADOS-WORKBENCH2] updated: 1.2.0-287-gd37cee1

Git user git at public.curoverse.com
Wed Sep 5 07:27:26 EDT 2018


Summary of changes:
 src/components/data-explorer/data-explorer.tsx | 16 +---------------
 1 file changed, 1 insertion(+), 15 deletions(-)

       via  d37cee17d74634bb54bc134a3dc2cabc85751db9 (commit)
      from  ba5b505f1cda78dafa9e17df7af33c9ae2c6829d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit d37cee17d74634bb54bc134a3dc2cabc85751db9
Author: Michal Klobukowski <michal.klobukowski at contractors.roche.com>
Date:   Wed Sep 5 13:27:12 2018 +0200

    Clean up data-explorer's code
    
    Feature #14160
    
    Arvados-DCO-1.1-Signed-off-by: Michal Klobukowski <michal.klobukowski at contractors.roche.com>

diff --git a/src/components/data-explorer/data-explorer.tsx b/src/components/data-explorer/data-explorer.tsx
index 0147937..002aee4 100644
--- a/src/components/data-explorer/data-explorer.tsx
+++ b/src/components/data-explorer/data-explorer.tsx
@@ -11,9 +11,8 @@ import { DataColumn, SortDirection } from "../data-table/data-column";
 import { DataTableFilterItem } from '../data-table-filters/data-table-filters';
 import { SearchInput } from '../search-input/search-input';
 import { ArvadosTheme } from "~/common/custom-theme";
-import { IconType } from '../icon/icon';
 
-type CssRules = 'searchBox' | "toolbar" | 'defaultRoot' | 'defaultMessage' | 'defaultIcon';
+type CssRules = 'searchBox' | "toolbar";
 
 const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
     searchBox: {
@@ -22,19 +21,6 @@ const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
     toolbar: {
         paddingTop: theme.spacing.unit * 2
     },
-    defaultRoot: {
-        position: 'absolute',
-        width: '80%',
-        left: '50%',
-        top: '50%',
-        transform: 'translate(-50%, -50%)'
-    },
-    defaultMessage: {
-        fontSize: '1.75rem',
-    },
-    defaultIcon: {
-        fontSize: '6rem'
-    }
 });
 
 interface DataExplorerDataProps<T> {

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list