From 30a1408a7b419b6dab6ce8449b2dad40019e8ad6 Mon Sep 17 00:00:00 2001 From: 0hee0 Date: Mon, 15 Aug 2022 15:06:20 +0900 Subject: [PATCH] [#11] style: implement responsive UI --- react-native/components/BottomDrawer.tsx | 46 +++++++++++------------ react-native/screens/TranslateScreen.tsx | 48 ++++++++++++------------ 2 files changed, 47 insertions(+), 47 deletions(-) diff --git a/react-native/components/BottomDrawer.tsx b/react-native/components/BottomDrawer.tsx index b94f819..fbdd665 100644 --- a/react-native/components/BottomDrawer.tsx +++ b/react-native/components/BottomDrawer.tsx @@ -149,23 +149,23 @@ function BottomDrawer(props: BottomDrawerProps) { return ( - - - - {props.showKorean ? i18n.t('korean') : i18n.t('translation')} - - - - - - - - - - - {/* */} - - + + + + {props.showKorean ? i18n.t('korean') : i18n.t('translation')} + + + + + + + + + + + {/* */} + + {!props.showKorean ? ( props.results?.fullText?.map((item, index) => @@ -309,10 +309,10 @@ function BottomDrawer(props: BottomDrawerProps) { {props.results?.korean} )} - - - {/* */} - + + + {/* */} + {props.isTranslateScreen && @@ -403,9 +403,9 @@ const styles = StyleSheet.create({ backgroundColor: theme.colors.gray }, regularButton: { + marginTop: 20, paddingVertical: 16, flex: 0.9, - marginTop: 16, alignItems: 'center', borderRadius: 16 }, @@ -430,7 +430,7 @@ const styles = StyleSheet.create({ backgroundColor: theme.colors.primary, }, full: { - paddingBottom: 96 + paddingBottom: Dimensions.get('window').height / Dimensions.get('window').width > 2 ? 96: 40 }, dropdown: { height: 32, diff --git a/react-native/screens/TranslateScreen.tsx b/react-native/screens/TranslateScreen.tsx index 22d4716..e00af3e 100644 --- a/react-native/screens/TranslateScreen.tsx +++ b/react-native/screens/TranslateScreen.tsx @@ -135,30 +135,30 @@ export default function TranslateScreen({ navigation }: Navigation) { } // TEST: mockup data - // setResults({ - // fullText: [ - // {id: 1, eid: -1, content: "1. Schedule of the closing ceremony and diploma presentation ceremony: Friday, January 4, 2019 at 9 o'clock for students to go to school.\n1) ", date: "", highlight: false, registered: false}, - // {id: 2, eid: -1, content: "Closing ceremony", date: "2022-01-04", highlight: true, registered: false}, - // {id: 3, eid: -1, content: ": 1st and 2nd graders, each classroom, 9:00-10:50 (no meals)\n2) ", date: "", highlight: false, registered: false}, - // {id: 4, eid: -1, content: "Diploma representation ceremony", date: "2022-01-04", highlight: true, registered: true}, - // {id: 5, eid: -1, content: ": 3rd grade, multi-purpose auditorium (2nd floor), 10:30-12:20\n2. School opening and entrance ceremony for new students: March 4th (Mon), 2019 at 9 o'clock for students to go to school.", date: "", highlight: false, registered: false}, - // {id: 6, eid: -1, content: ": 3rd grade, multi-purpose auditorium (2nd floor), 10:30-12:20\n2. School opening and entrance ceremony for new students: March 4th (Mon), 2019 at 9 o'clock for students to go to school.", date: "", highlight: false, registered: false}, - // ], - // korean: "가정통신문\n예당중학교\n8053-8388\n꿈은 크게. 마음은 넘게·\n행동은 바르게\n학부모님께\n희망찬 새해를 맞이하며 학부모님 가정에 건강과 행운이 함께 하시기를 기원 드립니다.\n드릴 말씀은, 2018학년도 종업식 및 졸업장 수여식과 2019학년도 개학 및 신입생 입학식을 다음과 같이 안내드리오니, 이후 3월 개학 때까지 학생들이 자기주도 학습 능력을 배양하고 다양한 체험 활동을 통하여 심신이 건강해지며 각종 유해 환경에 노출되지 않고 안전하고 줄거운 시간이 되도록 지도해 주시기 바랍니다.\n드릴 말씀은, 2018학년도 종업식 및 졸업장 수여식과 2019학년도 개학 및 신입생 입학식을 다음과 같이 안내드리오니, 이후 3월 개학 때까지 학생들이 자기주도 학습 능력을 배양하고 다양한 체험 활동을 통하여 심신이 건강해지며 각종 유해 환경에 노출되지 않고 안전하고 줄거운 시간이 되도록 지도해 주시기 바랍니다.", - // trans_full: "hello", - // event_num: 2, - // events: [ - // { - // title: "opening ceremony", - // date: "2022-03-24" - // }, - // { - // title: "closing ceremony", - // date: "2022-03-24" - // } - // ], - // title: "closing ceremony" - // }); + setResults({ + fullText: [ + {id: 1, eid: -1, content: "1. Schedule of the closing ceremony and diploma presentation ceremony: Friday, January 4, 2019 at 9 o'clock for students to go to school.\n1) ", date: "", highlight: false, registered: false}, + {id: 2, eid: -1, content: "Closing ceremony", date: "2022-01-04", highlight: true, registered: false}, + {id: 3, eid: -1, content: ": 1st and 2nd graders, each classroom, 9:00-10:50 (no meals)\n2) ", date: "", highlight: false, registered: false}, + {id: 4, eid: -1, content: "Diploma representation ceremony", date: "2022-01-04", highlight: true, registered: true}, + {id: 5, eid: -1, content: ": 3rd grade, multi-purpose auditorium (2nd floor), 10:30-12:20\n2. School opening and entrance ceremony for new students: March 4th (Mon), 2019 at 9 o'clock for students to go to school.", date: "", highlight: false, registered: false}, + {id: 6, eid: -1, content: ": 3rd grade, multi-purpose auditorium (2nd floor), 10:30-12:20\n2. School opening and entrance ceremony for new students: March 4th (Mon), 2019 at 9 o'clock for students to go to school.", date: "", highlight: false, registered: false}, + ], + korean: "가정통신문\n예당중학교\n8053-8388\n꿈은 크게. 마음은 넘게·\n행동은 바르게\n학부모님께\n희망찬 새해를 맞이하며 학부모님 가정에 건강과 행운이 함께 하시기를 기원 드립니다.\n드릴 말씀은, 2018학년도 종업식 및 졸업장 수여식과 2019학년도 개학 및 신입생 입학식을 다음과 같이 안내드리오니, 이후 3월 개학 때까지 학생들이 자기주도 학습 능력을 배양하고 다양한 체험 활동을 통하여 심신이 건강해지며 각종 유해 환경에 노출되지 않고 안전하고 줄거운 시간이 되도록 지도해 주시기 바랍니다.\n드릴 말씀은, 2018학년도 종업식 및 졸업장 수여식과 2019학년도 개학 및 신입생 입학식을 다음과 같이 안내드리오니, 이후 3월 개학 때까지 학생들이 자기주도 학습 능력을 배양하고 다양한 체험 활동을 통하여 심신이 건강해지며 각종 유해 환경에 노출되지 않고 안전하고 줄거운 시간이 되도록 지도해 주시기 바랍니다.", + trans_full: "hello", + event_num: 2, + events: [ + { + title: "opening ceremony", + date: "2022-03-24" + }, + { + title: "closing ceremony", + date: "2022-03-24" + } + ], + title: "closing ceremony" + }); }; const handleKorean = (): void => {