From 3b09a2b57b4d2a131cacef0c96886a073c30cc61 Mon Sep 17 00:00:00 2001 From: DmitriyB Date: Fri, 12 Aug 2022 13:00:07 +0500 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B0=20=D0=BA=D0=BD=D0=BE=D0=BF=D0=BA=D0=B0=20=D1=81?= =?UTF-8?q?=D0=BC=D0=B5=D0=BD=D1=8B=20=D1=8F=D0=B7=D1=8B=D0=BA=D0=B0=20?= =?UTF-8?q?=D0=B4=D0=BB=D1=8F=20=D0=B4=D0=B5=D0=BA=D1=81=D1=82=D0=BE=D0=BF?= =?UTF-8?q?=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 1 + src/App.css | 5 ++- .../mainScreen/toolbar/buttonContainer.tsx | 43 +++++++++++++++---- .../mainScreen/toolbar/icons/enIcon.svg | 4 ++ .../mainScreen/toolbar/icons/ruIcon.svg | 4 ++ src/components/mainScreen/toolbar/toolbar.css | 27 ++++++++---- src/components/mainScreen/toolbar/toolbar.tsx | 38 +++++++++++++--- .../mainScreen/toolbar/toolbarButton.tsx | 35 ++++----------- .../mainScreen/toolbar/typeButtons.ts | 4 +- .../mainScreen/toolbar/typeCaptionButtons.ts | 4 +- 10 files changed, 115 insertions(+), 50 deletions(-) create mode 100644 src/components/mainScreen/toolbar/icons/enIcon.svg create mode 100644 src/components/mainScreen/toolbar/icons/ruIcon.svg diff --git a/public/index.html b/public/index.html index ce64ae3..7808a37 100644 --- a/public/index.html +++ b/public/index.html @@ -9,6 +9,7 @@ name="description" content="Web site created using create-react-app" /> +