amalia/23-okt-25 #1

Merged
amaliadwiy merged 203 commits from amalia/23-okt-25 into join 2025-10-27 11:19:44 +08:00
255 changed files with 10028 additions and 3569 deletions
Showing only changes of commit 34d727f07d - Show all commits

View File

@@ -225,7 +225,7 @@ export default function DetailDiscussionGeneral() {
&& handleKomentar()
}}
style={[
Platform.OS == 'android' && Styles.mb15,
Platform.OS == 'android' && Styles.mb12,
]}
>
<MaterialIcons name="send" size={25} style={(komentar == '' || data?.status === 2 || !data?.isActive || (!memberDiscussion && (entityUser.role == "user" || entityUser.role == "coadmin"))) ? Styles.cGray : Styles.cDefault} />

View File

@@ -325,7 +325,7 @@ export default function DiscussionDetail() {
handleKomentar();
}}
style={[
Platform.OS == 'android' && Styles.mb15,
Platform.OS == 'android' && Styles.mb12,
]}
>
<MaterialIcons

View File

@@ -79,6 +79,12 @@ const Styles = StyleSheet.create({
mb10: {
marginBottom: 10
},
mb12: {
marginBottom: 12
},
mb13: {
marginBottom: 13
},
mb15: {
marginBottom: 15
},