From b462a273dd737bf168b66dc649ee1952e92a23ce Mon Sep 17 00:00:00 2001 From: Dmitry Teslya Date: Fri, 15 Jan 2021 16:21:45 +0300 Subject: [PATCH] placeholder table instead of spinner --- client/src/App.js | 136 ++++++++--------- client/src/components/list/list.component.jsx | 144 +++++++++++------- client/src/components/spinner/spinner.jsx | 41 ----- 3 files changed, 158 insertions(+), 163 deletions(-) delete mode 100644 client/src/components/spinner/spinner.jsx diff --git a/client/src/App.js b/client/src/App.js index 49e3084..93b56c7 100644 --- a/client/src/App.js +++ b/client/src/App.js @@ -1,20 +1,19 @@ import React, { createContext, useState } from "react"; import { - Box, - Button, - Collapsible, - Heading, - Grommet, - Layer, - Footer, - Anchor, - ResponsiveContext, - } from 'grommet'; + Box, + Button, + Collapsible, + Heading, + Grommet, + Layer, + Footer, + Anchor, + ResponsiveContext, +} from 'grommet'; import { CircleQuestion, FormClose, Github } from 'grommet-icons'; import PidInput from './components/pidinput/pidinput.component'; import Help from './components/help/help.component'; import ListEOL from './components/list/list.component'; -import Spinner from "./components/spinner/spinner"; // Create context object export const AppContext = createContext(); @@ -51,65 +50,64 @@ function App() { {size => ( - - - Cisco Support API Client -