From 02681138f7102c3a56e63ba4db39c79b20730979 Mon Sep 17 00:00:00 2001 From: RodriSanchez1 Date: Tue, 7 Sep 2021 16:00:32 -0300 Subject: [PATCH 01/10] First commit --- package.json | 2 +- public/index.html | 1 + .../Board/TileEditor/TileEditor.component.js | 59 ++++++++- .../Board/TileEditor/TileEditor.css | 6 + .../UI/InputImage/InputImage.component.js | 122 +++++++++++++++--- 5 files changed, 164 insertions(+), 26 deletions(-) diff --git a/package.json b/package.json index 50599a3ff..e801a4aaa 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "tts", "text-to-speech" ], - "homepage": "https://app.cboard.io", + "homepage": ".", "private": false, "license": "GPL-3.0-only", "dependencies": { diff --git a/public/index.html b/public/index.html index ca70e77df..8af861b23 100644 --- a/public/index.html +++ b/public/index.html @@ -3,6 +3,7 @@ + + + + + + + + + )} + {/* */} + )} - {/* */} )} diff --git a/src/components/Board/TileEditor/TileEditor.css b/src/components/Board/TileEditor/TileEditor.css index 19bcb95de..76ce606f4 100644 --- a/src/components/Board/TileEditor/TileEditor.css +++ b/src/components/Board/TileEditor/TileEditor.css @@ -76,7 +76,3 @@ .TileEditor__radiogroup__formcontrollabel { margin-top: 5px; } - -.TileEditor__EditImage { - margin-bottom: 6px !important; -}