From 923cb7f3f554c8bfd742b217f3f6dd31f3b7028b Mon Sep 17 00:00:00 2001 From: SergeyEzhin Date: Thu, 14 Jan 2021 17:02:36 +0300 Subject: [PATCH] [PE mobile] Maked Style Settings --- apps/presentationeditor/mobile/locale/en.json | 2 +- .../{Style.jsx => StyleSlideSettings.jsx} | 8 ++--- .../mobile/src/controller/edit/Type.jsx | 16 --------- .../mobile/src/store/style.js | 6 ++-- .../mobile/src/view/edit/Edit.jsx | 8 ++--- .../{Style.jsx => StyleSlideSettings.jsx} | 36 +++++++++---------- .../mobile/src/view/edit/Type.jsx | 28 --------------- 7 files changed, 29 insertions(+), 75 deletions(-) rename apps/presentationeditor/mobile/src/controller/edit/{Style.jsx => StyleSlideSettings.jsx} (75%) delete mode 100644 apps/presentationeditor/mobile/src/controller/edit/Type.jsx rename apps/presentationeditor/mobile/src/view/edit/{Style.jsx => StyleSlideSettings.jsx} (66%) delete mode 100644 apps/presentationeditor/mobile/src/view/edit/Type.jsx diff --git a/apps/presentationeditor/mobile/locale/en.json b/apps/presentationeditor/mobile/locale/en.json index 94050c126..7346accc1 100644 --- a/apps/presentationeditor/mobile/locale/en.json +++ b/apps/presentationeditor/mobile/locale/en.json @@ -130,7 +130,7 @@ "Common": { "ThemeColorPalette": { "textThemeColors": "Theme Colors", - "textStandardColors": "Standard Colors", + "textStandartColors": "Standard Colors", "textCustomColors": "Custom Colors" } } diff --git a/apps/presentationeditor/mobile/src/controller/edit/Style.jsx b/apps/presentationeditor/mobile/src/controller/edit/StyleSlideSettings.jsx similarity index 75% rename from apps/presentationeditor/mobile/src/controller/edit/Style.jsx rename to apps/presentationeditor/mobile/src/controller/edit/StyleSlideSettings.jsx index 7bec0d321..f2b998411 100644 --- a/apps/presentationeditor/mobile/src/controller/edit/Style.jsx +++ b/apps/presentationeditor/mobile/src/controller/edit/StyleSlideSettings.jsx @@ -1,7 +1,7 @@ import React, { Component } from "react"; -import { Style } from "../../view/edit/Style"; +import { StyleFillColor } from "../../view/edit/StyleSlideSettings"; -class StyleController extends Component { +class StyleSlideController extends Component { constructor(props) { super(props); } @@ -28,9 +28,9 @@ class StyleController extends Component { render() { return ( -