From d27a9847bb0cc01da300ddf597181e77b04e03f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Oliveira?= Date: Fri, 17 Sep 2021 11:32:43 +0100 Subject: [PATCH] feat: overview rework and customer data mosaic view --- .../src/pages/Customers/CustomerProfile.js | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/new-lamassu-admin/src/pages/Customers/CustomerProfile.js b/new-lamassu-admin/src/pages/Customers/CustomerProfile.js index 657cbf47..a3a3ef50 100644 --- a/new-lamassu-admin/src/pages/Customers/CustomerProfile.js +++ b/new-lamassu-admin/src/pages/Customers/CustomerProfile.js @@ -1,6 +1,7 @@ import { useQuery, useMutation } from '@apollo/react-hooks' import { makeStyles, Breadcrumbs, Box } from '@material-ui/core' import NavigateNextIcon from '@material-ui/icons/NavigateNext' +// import classnames from 'classnames' import gql from 'graphql-tag' import * as R from 'ramda' import React, { memo, useState } from 'react' @@ -246,6 +247,38 @@ const CustomerProfile = memo(() => { )} +
+ {isOverview && ( +
+ + setShowCompliance(!showCompliance)} + /> + +
+ +
+
+ {}}> + {`Add individual discount`} + +
+
+ )} +
{isOverview && (