From aa53ef19de7be08127a852d20c84078a0bb1942c Mon Sep 17 00:00:00 2001 From: fauquezrodolphe Date: Mon, 29 Jan 2018 01:38:53 +0000 Subject: [PATCH] Merged in CLT-728 (pull request #63) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit CLT-728 * 1. change grey color in Content theme to the true V3 grey color, and used it for login/register backgrund instead of light blue * 2. -Change default date as 1990;01;01 only in Register 3 (not in ProfileScreen because the user already choosed his birthday in Register3 before) -removed border in date in Register3 and ProfileScreen * 3. - Add icon mail/password from V3 and replaced default icons in LoginScreen by them - icon/field aligned * 4. -Added Grey background for email item -Aligned items in Profile Screen (same height for each items) * changed 修正 to 修正する in Profile Screen * -Reduced a little creditcard font size (user infos) - * update default birthday value in registerForm.js * refacto to camelcase var names in Images.js --- .../CreditCardInformationComponent.js | 18 ++++----- App/Containers/ChatScreen.js | 8 ++-- .../ConsultationHistoryListScreen.js | 2 +- .../ConsultationIntroductionStep2Screen.js | 8 ++-- .../ConsultationIntroductionStep3Screen.js | 6 +-- .../ConsultationIntroductionStep4Screen.js | 12 +++--- App/Containers/LoginScreen.js | 24 +++++++++--- App/Containers/ProfileScreen.js | 13 +++++-- App/Containers/RegisterStep1Screen.js | 2 +- App/Containers/RegisterStep2Screen.js | 2 +- App/Containers/RegisterStep3Screen.js | 4 +- .../Styles/ConsultationScreenStyles.js | 4 ++ App/Containers/Styles/LoginScreenStyles.js | 16 +++++++- App/Containers/Styles/ProfileScreenStyles.js | 32 +++++++++++++--- App/Images/icon_mail@2x.png | Bin 0 -> 1431 bytes App/Images/icon_mail@3x.png | Bin 0 -> 2155 bytes App/Images/icon_password@2x.png | Bin 0 -> 1168 bytes App/Images/icon_password@3x.png | Bin 0 -> 1645 bytes App/Models/RegisterForm.js | 2 +- App/Themes/Images.js | 36 ++++++++++-------- .../native-base-theme/components/Content.js | 2 +- .../native-base-theme/components/Item.js | 1 + 22 files changed, 124 insertions(+), 68 deletions(-) create mode 100644 App/Images/icon_mail@2x.png create mode 100644 App/Images/icon_mail@3x.png create mode 100644 App/Images/icon_password@2x.png create mode 100644 App/Images/icon_password@3x.png diff --git a/App/Components/CreditCardInformationComponent.js b/App/Components/CreditCardInformationComponent.js index e6d77fff5..c8319f93f 100644 --- a/App/Components/CreditCardInformationComponent.js +++ b/App/Components/CreditCardInformationComponent.js @@ -1,10 +1,7 @@ import React from 'react' -import { - Text, - H3, -} from 'native-base' +import {Text} from 'native-base' import {View} from 'react-native' -import Styles from "../Containers/Styles/ConsultationScreenStyles"; +import Styles from '../Containers/Styles/ConsultationScreenStyles' function CreditCardInformationComponent({creditCard}) { const {hasValidCreditCard} = creditCard @@ -12,22 +9,21 @@ function CreditCardInformationComponent({creditCard}) { return ( -

使用するクレジットカード

+ 使用するクレジットカード
- ・ブランド{creditCard.brand} + ・ブランド{creditCard.brand} - ・下4桁{creditCard.last4} + ・下4桁{creditCard.last4} - ・有効期限{creditCard.expYear}年 {creditCard.expMonth}月 + ・有効期限{creditCard.expYear}年 {creditCard.expMonth}月 - ・カード名義{creditCard.name} + ・カード名義{creditCard.name} diff --git a/App/Containers/ChatScreen.js b/App/Containers/ChatScreen.js index 66ac8c7c6..c73173d54 100644 --- a/App/Containers/ChatScreen.js +++ b/App/Containers/ChatScreen.js @@ -383,7 +383,7 @@ class ChatScreen extends Component { @@ -413,7 +413,7 @@ class ChatScreen extends Component { @@ -443,7 +443,7 @@ class ChatScreen extends Component { >
diff --git a/App/Containers/ConsultationHistoryListScreen.js b/App/Containers/ConsultationHistoryListScreen.js index c1bb1a9d3..5181d5d57 100644 --- a/App/Containers/ConsultationHistoryListScreen.js +++ b/App/Containers/ConsultationHistoryListScreen.js @@ -67,7 +67,7 @@ class ConsultationHistoryListScreen extends Component { : - + 相談の履歴はありません。 diff --git a/App/Containers/ConsultationIntroductionStep2Screen.js b/App/Containers/ConsultationIntroductionStep2Screen.js index 330acf872..dd3a8ac7d 100644 --- a/App/Containers/ConsultationIntroductionStep2Screen.js +++ b/App/Containers/ConsultationIntroductionStep2Screen.js @@ -40,10 +40,10 @@ class ConsultationIntroductionStep2Screen extends Component { 医師紹介サービスのメリット 医師紹介サービスには、下記4つのメリットがあります。 - - - - + + + + this.onApplyConsultationPress()} diff --git a/App/Containers/ConsultationIntroductionStep3Screen.js b/App/Containers/ConsultationIntroductionStep3Screen.js index a539ae840..8e5420b88 100644 --- a/App/Containers/ConsultationIntroductionStep3Screen.js +++ b/App/Containers/ConsultationIntroductionStep3Screen.js @@ -38,9 +38,9 @@ class ConsultationIntroductionStep3Screen extends Component { ユーザーの声 実際に医師受診で、治療方法が変わった安心感があったという声をいただいております。 - - - + + + ご利用の流れ - - - - - - + + + + + +