From bf4ea2ab15ac6c048a54de33c1b3274b7865a5fe Mon Sep 17 00:00:00 2001 From: mrPadre <51297778+mrPadre@users.noreply.github.com> Date: Tue, 18 Aug 2020 14:13:14 +0300 Subject: [PATCH] =?UTF-8?q?HM-90=20=D0=92=D1=8B=D0=BF=D0=B8=D0=BB=D0=B8?= =?UTF-8?q?=D0=BB=20=D1=82=D0=B8=D0=BF=20=D1=85=D1=80=D0=B0=D0=BD=D0=B8?= =?UTF-8?q?=D0=BB=D0=B8=D1=89=D0=B0=20=D0=B2=D0=BC=D0=B5=D1=81=D1=82=D0=B5?= =?UTF-8?q?=20=D1=81=D0=BE=20=D1=81=D1=82=D0=B0=D1=80=D0=BE=D0=B9=20=D1=82?= =?UTF-8?q?=D0=B0=D0=B1=D0=BB=D0=B8=D1=86=D0=B5=D0=B9=20=D0=B0=D0=BF=D0=B8?= =?UTF-8?q?,=20=D0=BF=D0=B5=D1=80=D0=B5=D0=BD=D0=B5=D1=81=20=D0=B2=D1=8B?= =?UTF-8?q?=D0=B2=D0=BE=D0=B4=20=D0=B8=D0=BD=D1=84=D0=BE=D1=80=D0=BC=D0=B0?= =?UTF-8?q?=D1=86=D0=B8=D0=B8=20=D0=BE=D0=B1=20=D0=B0=D0=BF=D0=B8=20=D0=B2?= =?UTF-8?q?=20=D0=BC=D0=BE=D0=B4=D0=B0=D0=BB=D1=8C=D0=BD=D1=8B=D0=B9=20?= =?UTF-8?q?=D1=81=D0=B0=D0=B9=D0=B4=D0=B1=D0=B0=D1=80=20(#56)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app.html | 28 +++++++ src/components/api-page/ApiPage.js | 27 +++++-- .../api-table-component/ApiTableComponent.js | 14 ++++ .../ApiTableRowComponent.js | 16 ++++ .../api-table-view-form/ApiTableViewForm.css | 18 +++++ .../api-table-view-form/ApiTableViewForm.js | 80 +++++++++++++++++++ src/components/table/Table.js | 4 +- src/consts.js | 8 ++ 8 files changed, 185 insertions(+), 10 deletions(-) create mode 100644 src/components/api-table-component/ApiTableComponent.js create mode 100644 src/components/api-table-component/ApiTableRowComponent.js create mode 100644 src/components/api-table-view-form/ApiTableViewForm.css create mode 100644 src/components/api-table-view-form/ApiTableViewForm.js diff --git a/src/app.html b/src/app.html index 2fc3519..f95174c 100644 --- a/src/app.html +++ b/src/app.html @@ -386,6 +386,34 @@ + + +