Merge pull request #11 from bipproduction/amalia/12-mar-25
Amalia/12 mar 25
This commit is contained in:
@@ -0,0 +1,61 @@
|
|||||||
|
import AlertKonfirmasi from "@/components/alertKonfirmasi"
|
||||||
|
import ButtonBackHeader from "@/components/buttonBackHeader"
|
||||||
|
import { ButtonForm } from "@/components/buttonForm"
|
||||||
|
import { InputForm } from "@/components/inputForm"
|
||||||
|
import SelectForm from "@/components/selectForm"
|
||||||
|
import Styles from "@/constants/Styles"
|
||||||
|
import { Stack, router } from "expo-router"
|
||||||
|
import { useState } from "react"
|
||||||
|
import { SafeAreaView, ScrollView, View, ToastAndroid, Text } from "react-native"
|
||||||
|
|
||||||
|
export default function EditEventCalendar() {
|
||||||
|
const [chooseGroup, setChooseGroup] = useState({ val: '', label: '' })
|
||||||
|
|
||||||
|
return (
|
||||||
|
<SafeAreaView>
|
||||||
|
<Stack.Screen
|
||||||
|
options={{
|
||||||
|
headerLeft: () => <ButtonBackHeader onPress={() => { router.back() }} />,
|
||||||
|
headerTitle: 'Edit Acara',
|
||||||
|
headerTitleAlign: 'center',
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
<ScrollView>
|
||||||
|
<View style={[Styles.p15, Styles.mb100]}>
|
||||||
|
<InputForm label="Nama Acara" type="default" placeholder="Nama Acara" required bg="white" />
|
||||||
|
<InputForm label="Tanggal Acara" type="default" placeholder="Input Tanggal Acara" required bg="white" />
|
||||||
|
<View style={[Styles.rowSpaceBetween, Styles.mv10]}>
|
||||||
|
<View style={[{ width: '48%' }]}>
|
||||||
|
<Text style={[Styles.mb05]}>Waktu Awal<Text style={Styles.cError}>*</Text></Text>
|
||||||
|
<View style={[Styles.wrapPaper, Styles.p10]}>
|
||||||
|
<Text style={{ textAlign: 'center' }}>--.--</Text>
|
||||||
|
</View>
|
||||||
|
</View>
|
||||||
|
<View style={[{ width: '48%' }]}>
|
||||||
|
<Text style={[Styles.mb05]}>Waktu Akhir <Text style={Styles.cError}>*</Text></Text>
|
||||||
|
<View style={[Styles.wrapPaper, Styles.p10]}>
|
||||||
|
<Text style={{ textAlign: 'center' }}>--.--</Text>
|
||||||
|
</View>
|
||||||
|
</View>
|
||||||
|
</View>
|
||||||
|
<InputForm label="Link Meet" type="default" placeholder="Link Meet" bg="white" />
|
||||||
|
<SelectForm bg="white" label="Ulangi Acara" placeholder="Ulangi Acara" value={chooseGroup.label} required onPress={() => { }} />
|
||||||
|
<InputForm label="Jumlah Pengulangan" type="numeric" placeholder="Jumlah Pengulangan" required bg="white" />
|
||||||
|
<InputForm label="Deskripsi" type="default" placeholder="Deskripsi" bg="white" />
|
||||||
|
<ButtonForm
|
||||||
|
text="SIMPAN"
|
||||||
|
onPress={() => {
|
||||||
|
AlertKonfirmasi({
|
||||||
|
title: 'Konfirmasi',
|
||||||
|
desc: 'Apakah anda yakin ingin menambahkan data?',
|
||||||
|
onPress: () => {
|
||||||
|
ToastAndroid.show('Berhasil menambahkan data', ToastAndroid.SHORT)
|
||||||
|
router.back()
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}} />
|
||||||
|
</View>
|
||||||
|
</ScrollView>
|
||||||
|
</SafeAreaView>
|
||||||
|
)
|
||||||
|
}
|
||||||
@@ -0,0 +1,88 @@
|
|||||||
|
import BorderBottomItem from "@/components/borderBottomItem"
|
||||||
|
import ButtonBackHeader from "@/components/buttonBackHeader"
|
||||||
|
import HeaderRightCalendarDetail from "@/components/calendar/headerCalendarDetail"
|
||||||
|
import Styles from "@/constants/Styles"
|
||||||
|
import { MaterialCommunityIcons } from "@expo/vector-icons"
|
||||||
|
import { router, Stack, useLocalSearchParams } from "expo-router"
|
||||||
|
import { Image, SafeAreaView, ScrollView, Text, View } from "react-native"
|
||||||
|
|
||||||
|
export default function DetailEventCalendar() {
|
||||||
|
const { id, detail } = useLocalSearchParams()
|
||||||
|
|
||||||
|
return (
|
||||||
|
<SafeAreaView>
|
||||||
|
<Stack.Screen
|
||||||
|
options={{
|
||||||
|
headerLeft: () => <ButtonBackHeader onPress={() => { router.back() }} />,
|
||||||
|
headerTitle: 'Detail Acara',
|
||||||
|
headerTitleAlign: 'center',
|
||||||
|
headerRight: () => <HeaderRightCalendarDetail id={detail} />
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
<ScrollView>
|
||||||
|
<View style={[Styles.p15]}>
|
||||||
|
<View style={[Styles.wrapPaper, Styles.mb15]}>
|
||||||
|
<View style={Styles.rowItemsCenter}>
|
||||||
|
<MaterialCommunityIcons name="calendar-text" size={30} color="black" style={Styles.mr10} />
|
||||||
|
<Text style={[Styles.textDefault]}>Rapat Libur Lebaran</Text>
|
||||||
|
</View>
|
||||||
|
<View style={[Styles.rowItemsCenter, Styles.mt10]}>
|
||||||
|
<MaterialCommunityIcons name="calendar-month-outline" size={30} color="black" style={Styles.mr10} />
|
||||||
|
<Text style={[Styles.textDefault]}>10 Maret 2025</Text>
|
||||||
|
</View>
|
||||||
|
<View style={[Styles.rowItemsCenter, Styles.mt10]}>
|
||||||
|
<MaterialCommunityIcons name="clock-outline" size={30} color="black" style={Styles.mr10} />
|
||||||
|
<Text style={[Styles.textDefault]}>07:30 | 09:45</Text>
|
||||||
|
</View>
|
||||||
|
<View style={[Styles.rowItemsCenter, Styles.mt10]}>
|
||||||
|
<MaterialCommunityIcons name="repeat" size={30} color="black" style={Styles.mr10} />
|
||||||
|
<Text style={[Styles.textDefault]}>Acara 1 Kali</Text>
|
||||||
|
</View>
|
||||||
|
<View style={[Styles.rowItemsCenter, Styles.mt10]}>
|
||||||
|
<MaterialCommunityIcons name="link-variant" size={30} color="black" style={Styles.mr10} />
|
||||||
|
<Text style={[Styles.textDefault]}>meet.com</Text>
|
||||||
|
</View>
|
||||||
|
<View style={[Styles.rowItemsCenter, Styles.mt10]}>
|
||||||
|
<MaterialCommunityIcons name="card-text-outline" size={30} color="black" style={Styles.mr10} />
|
||||||
|
<Text style={[Styles.textDefault]}>Rapat persiapan libur panjang lebaran</Text>
|
||||||
|
</View>
|
||||||
|
</View>
|
||||||
|
|
||||||
|
<View style={[Styles.mb15]}>
|
||||||
|
<View style={[Styles.rowSpaceBetween, Styles.mv05]}>
|
||||||
|
<Text style={[Styles.textDefaultSemiBold]}>Anggota</Text>
|
||||||
|
<Text style={[Styles.textDefault]}>Total 4 Anggota</Text>
|
||||||
|
</View>
|
||||||
|
|
||||||
|
<View style={[Styles.wrapPaper]}>
|
||||||
|
<BorderBottomItem
|
||||||
|
borderType="bottom"
|
||||||
|
icon={<Image source={require("../../../../../../../assets/images/user.jpeg")} style={[Styles.userProfileSmall]} />}
|
||||||
|
title="Amalia Dwi"
|
||||||
|
subtitle="Dinas - Bendahara"
|
||||||
|
/>
|
||||||
|
<BorderBottomItem
|
||||||
|
borderType="bottom"
|
||||||
|
icon={<Image source={require("../../../../../../../assets/images/user.jpeg")} style={[Styles.userProfileSmall]} />}
|
||||||
|
title="Amalia Dwi"
|
||||||
|
subtitle="Dinas - Bendahara"
|
||||||
|
/>
|
||||||
|
<BorderBottomItem
|
||||||
|
borderType="bottom"
|
||||||
|
icon={<Image source={require("../../../../../../../assets/images/user.jpeg")} style={[Styles.userProfileSmall]} />}
|
||||||
|
title="Amalia Dwi"
|
||||||
|
subtitle="Dinas - Bendahara"
|
||||||
|
/>
|
||||||
|
<BorderBottomItem
|
||||||
|
borderType="bottom"
|
||||||
|
icon={<Image source={require("../../../../../../../assets/images/user.jpeg")} style={[Styles.userProfileSmall]} />}
|
||||||
|
title="Amalia Dwi"
|
||||||
|
subtitle="Dinas - Bendahara"
|
||||||
|
/>
|
||||||
|
</View>
|
||||||
|
</View>
|
||||||
|
</View>
|
||||||
|
</ScrollView>
|
||||||
|
</SafeAreaView>
|
||||||
|
)
|
||||||
|
}
|
||||||
@@ -0,0 +1,61 @@
|
|||||||
|
import AlertKonfirmasi from "@/components/alertKonfirmasi";
|
||||||
|
import ButtonBackHeader from "@/components/buttonBackHeader";
|
||||||
|
import { ButtonForm } from "@/components/buttonForm";
|
||||||
|
import { InputForm } from "@/components/inputForm";
|
||||||
|
import SelectForm from "@/components/selectForm";
|
||||||
|
import Styles from "@/constants/Styles";
|
||||||
|
import { Stack, router } from "expo-router";
|
||||||
|
import { useState } from "react";
|
||||||
|
import { SafeAreaView, ScrollView, Text, ToastAndroid, View } from "react-native";
|
||||||
|
|
||||||
|
export default function CalendarDivisionCreate() {
|
||||||
|
const [chooseGroup, setChooseGroup] = useState({ val: '', label: '' })
|
||||||
|
|
||||||
|
return (
|
||||||
|
<SafeAreaView>
|
||||||
|
<Stack.Screen
|
||||||
|
options={{
|
||||||
|
headerLeft: () => <ButtonBackHeader onPress={() => { router.back() }} />,
|
||||||
|
headerTitle: 'Tambah Acara',
|
||||||
|
headerTitleAlign: 'center',
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
<ScrollView>
|
||||||
|
<View style={[Styles.p15, Styles.mb100]}>
|
||||||
|
<InputForm label="Nama Acara" type="default" placeholder="Nama Acara" required bg="white" />
|
||||||
|
<InputForm label="Tanggal Acara" type="default" placeholder="Input Tanggal Acara" required bg="white" />
|
||||||
|
<View style={[Styles.rowSpaceBetween, Styles.mv10]}>
|
||||||
|
<View style={[{ width: '48%' }]}>
|
||||||
|
<Text style={[Styles.mb05]}>Waktu Awal<Text style={Styles.cError}>*</Text></Text>
|
||||||
|
<View style={[Styles.wrapPaper, Styles.p10]}>
|
||||||
|
<Text style={{ textAlign: 'center' }}>--.--</Text>
|
||||||
|
</View>
|
||||||
|
</View>
|
||||||
|
<View style={[{ width: '48%' }]}>
|
||||||
|
<Text style={[Styles.mb05]}>Waktu Akhir <Text style={Styles.cError}>*</Text></Text>
|
||||||
|
<View style={[Styles.wrapPaper, Styles.p10]}>
|
||||||
|
<Text style={{ textAlign: 'center' }}>--.--</Text>
|
||||||
|
</View>
|
||||||
|
</View>
|
||||||
|
</View>
|
||||||
|
<InputForm label="Link Meet" type="default" placeholder="Link Meet" bg="white" />
|
||||||
|
<SelectForm bg="white" label="Ulangi Acara" placeholder="Ulangi Acara" value={chooseGroup.label} required onPress={() => { }} />
|
||||||
|
<InputForm label="Jumlah Pengulangan" type="numeric" placeholder="Jumlah Pengulangan" required bg="white" />
|
||||||
|
<InputForm label="Deskripsi" type="default" placeholder="Deskripsi" bg="white" />
|
||||||
|
<ButtonForm
|
||||||
|
text="SIMPAN"
|
||||||
|
onPress={() => {
|
||||||
|
AlertKonfirmasi({
|
||||||
|
title: 'Konfirmasi',
|
||||||
|
desc: 'Apakah anda yakin ingin menambahkan data?',
|
||||||
|
onPress: () => {
|
||||||
|
ToastAndroid.show('Berhasil menambahkan data', ToastAndroid.SHORT)
|
||||||
|
router.push('./')
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}} />
|
||||||
|
</View>
|
||||||
|
</ScrollView>
|
||||||
|
</SafeAreaView>
|
||||||
|
)
|
||||||
|
}
|
||||||
@@ -0,0 +1,26 @@
|
|||||||
|
import ButtonBackHeader from "@/components/buttonBackHeader";
|
||||||
|
import ItemHistoryEvent from "@/components/calendar/itemHistoryEvent";
|
||||||
|
import InputSearch from "@/components/inputSearch";
|
||||||
|
import Styles from "@/constants/Styles";
|
||||||
|
import { router, Stack } from "expo-router";
|
||||||
|
import { SafeAreaView, ScrollView, Text, View } from "react-native";
|
||||||
|
|
||||||
|
export default function CalendarHistory(){
|
||||||
|
return(
|
||||||
|
<SafeAreaView>
|
||||||
|
<Stack.Screen
|
||||||
|
options={{
|
||||||
|
headerLeft: () => <ButtonBackHeader onPress={() => { router.back() }} />,
|
||||||
|
headerTitle: 'Riwayat Acara',
|
||||||
|
headerTitleAlign: 'center',
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
<ScrollView>
|
||||||
|
<View style={[Styles.p15]}>
|
||||||
|
<InputSearch />
|
||||||
|
<ItemHistoryEvent/>
|
||||||
|
</View>
|
||||||
|
</ScrollView>
|
||||||
|
</SafeAreaView>
|
||||||
|
)
|
||||||
|
}
|
||||||
@@ -0,0 +1,51 @@
|
|||||||
|
import ButtonBackHeader from "@/components/buttonBackHeader"
|
||||||
|
import HeaderRightCalendarList from "@/components/calendar/headerCalendarList"
|
||||||
|
import EventItem from "@/components/eventItem"
|
||||||
|
import Styles from "@/constants/Styles"
|
||||||
|
import { router, Stack } from "expo-router"
|
||||||
|
import { useState } from "react"
|
||||||
|
import { SafeAreaView, ScrollView, Text, View } from "react-native"
|
||||||
|
import DateTimePicker, { CalendarComponents, CalendarDay, DateType, getDefaultStyles } from "react-native-ui-datepicker"
|
||||||
|
|
||||||
|
export default function CalendarDivision() {
|
||||||
|
const defaultStyles = getDefaultStyles()
|
||||||
|
const [selected, setSelected] = useState<DateType>()
|
||||||
|
const components: CalendarComponents = {
|
||||||
|
Day: (day: CalendarDay) => <Text>amalia</Text>,
|
||||||
|
// Month: (month: CalendarMonth) => <YourCustomMonth month={month} />
|
||||||
|
// etc
|
||||||
|
};
|
||||||
|
|
||||||
|
return (
|
||||||
|
<SafeAreaView>
|
||||||
|
<Stack.Screen
|
||||||
|
options={{
|
||||||
|
headerLeft: () => <ButtonBackHeader onPress={() => { router.back() }} />,
|
||||||
|
headerTitle: 'Kalender',
|
||||||
|
headerTitleAlign: 'center',
|
||||||
|
headerRight: () => <HeaderRightCalendarList />
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
<ScrollView>
|
||||||
|
<View style={[Styles.p15]}>
|
||||||
|
<View style={[Styles.wrapPaper, Styles.p10]}>
|
||||||
|
<DateTimePicker
|
||||||
|
// components={components}
|
||||||
|
mode="single"
|
||||||
|
date={selected}
|
||||||
|
onChange={({ date }) => setSelected(date)}
|
||||||
|
styles={defaultStyles}
|
||||||
|
/>
|
||||||
|
</View>
|
||||||
|
<View style={[Styles.mb15, Styles.mt15]}>
|
||||||
|
<Text style={[Styles.textDefaultSemiBold, Styles.mb05]}>Acara</Text>
|
||||||
|
<View style={[Styles.wrapPaper]}>
|
||||||
|
<EventItem category="purple" title="Meeting Pertama" user="Amalia" jamAwal="10.00" jamAkhir="11.00" onPress={()=>{router.push('./calendar/321')}}/>
|
||||||
|
<EventItem category="orange" title="Meeting Pertama" user="Amalia" jamAwal="10.00" jamAkhir="11.00" onPress={()=>{router.push('./calendar/321')}}/>
|
||||||
|
</View>
|
||||||
|
</View>
|
||||||
|
</View>
|
||||||
|
</ScrollView>
|
||||||
|
</SafeAreaView>
|
||||||
|
)
|
||||||
|
}
|
||||||
@@ -0,0 +1,38 @@
|
|||||||
|
import AlertKonfirmasi from "@/components/alertKonfirmasi";
|
||||||
|
import ButtonBackHeader from "@/components/buttonBackHeader";
|
||||||
|
import { ButtonForm } from "@/components/buttonForm";
|
||||||
|
import { InputForm } from "@/components/inputForm";
|
||||||
|
import Styles from "@/constants/Styles";
|
||||||
|
import { router, Stack } from "expo-router";
|
||||||
|
import { SafeAreaView, ScrollView, ToastAndroid, View } from "react-native";
|
||||||
|
|
||||||
|
export default function DiscussionDivisionEdit() {
|
||||||
|
return (
|
||||||
|
<SafeAreaView>
|
||||||
|
<Stack.Screen
|
||||||
|
options={{
|
||||||
|
headerLeft: () => <ButtonBackHeader onPress={() => { router.back() }} />,
|
||||||
|
headerTitle: 'Edit Diskusi',
|
||||||
|
headerTitleAlign: 'center',
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
<ScrollView>
|
||||||
|
<View style={[Styles.p15]}>
|
||||||
|
<InputForm label="Diskusi" type="default" placeholder="Hal yang didiskusikan" required />
|
||||||
|
<ButtonForm
|
||||||
|
text="SIMPAN"
|
||||||
|
onPress={() => {
|
||||||
|
AlertKonfirmasi({
|
||||||
|
title: 'Konfirmasi',
|
||||||
|
desc: 'Apakah anda yakin ingin mengubah data?',
|
||||||
|
onPress: () => {
|
||||||
|
ToastAndroid.show('Berhasil mengubah data', ToastAndroid.SHORT)
|
||||||
|
router.back()
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}} />
|
||||||
|
</View>
|
||||||
|
</ScrollView>
|
||||||
|
</SafeAreaView>
|
||||||
|
)
|
||||||
|
}
|
||||||
@@ -1,9 +1,154 @@
|
|||||||
import { Text } from "react-native";
|
import BorderBottomItem from "@/components/borderBottomItem";
|
||||||
|
import ButtonBackHeader from "@/components/buttonBackHeader";
|
||||||
|
import HeaderRightDiscussionDetail from "@/components/discussion/headerDiscussionDetail";
|
||||||
|
import { InputForm } from "@/components/inputForm";
|
||||||
|
import LabelStatus from "@/components/labelStatus";
|
||||||
|
import { ColorsStatus } from "@/constants/ColorsStatus";
|
||||||
|
import Styles from "@/constants/Styles";
|
||||||
|
import { Ionicons, MaterialIcons } from "@expo/vector-icons";
|
||||||
|
import { router, Stack, useLocalSearchParams } from "expo-router";
|
||||||
|
import { Image, ScrollView, Text, View } from "react-native";
|
||||||
|
|
||||||
export default function DiscussionDetail() {
|
export default function DiscussionDetail() {
|
||||||
|
const { id, detail } = useLocalSearchParams();
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Text>Detail diskusi</Text>
|
<Stack.Screen
|
||||||
|
options={{
|
||||||
|
headerLeft: () => <ButtonBackHeader onPress={() => { router.back() }} />,
|
||||||
|
headerTitle: 'Diskusi',
|
||||||
|
headerTitleAlign: 'center',
|
||||||
|
headerRight: () => <HeaderRightDiscussionDetail id={detail} />,
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
<View style={{ flex: 1 }}>
|
||||||
|
<View style={{ flex: 5 }}>
|
||||||
|
<ScrollView>
|
||||||
|
<View style={[Styles.p15, Styles.mb100]}>
|
||||||
|
<BorderBottomItem
|
||||||
|
borderType="bottom"
|
||||||
|
icon={
|
||||||
|
<View style={[Styles.iconContent, ColorsStatus.lightGreen]}>
|
||||||
|
<MaterialIcons name="chat" size={25} color={'#384288'} />
|
||||||
|
</View>
|
||||||
|
}
|
||||||
|
title="Danantara"
|
||||||
|
subtitle={
|
||||||
|
<LabelStatus category='success' text='BUKA' size="small" />
|
||||||
|
}
|
||||||
|
rightTopInfo="3 Jan 2025"
|
||||||
|
desc="Bagaimana dampak yg dirasakan akibat efisiensi?"
|
||||||
|
leftBottomInfo={
|
||||||
|
<View style={[Styles.rowItemsCenter]}>
|
||||||
|
<Ionicons name="chatbox-ellipses-outline" size={18} color="grey" style={Styles.mr05} />
|
||||||
|
<Text style={[Styles.textInformation, Styles.cGray, Styles.mb05]}>15 Komentar</Text>
|
||||||
|
</View>
|
||||||
|
}
|
||||||
|
/>
|
||||||
|
<View style={[Styles.p15]}>
|
||||||
|
<BorderBottomItem
|
||||||
|
borderType="bottom"
|
||||||
|
icon={
|
||||||
|
<Image
|
||||||
|
source={require("../../../../../../../assets/images/user.jpeg")}
|
||||||
|
style={[Styles.userProfileExtraSmall]}
|
||||||
|
/>
|
||||||
|
}
|
||||||
|
title="Amalia Dwi"
|
||||||
|
rightTopInfo="3 Jan 2025"
|
||||||
|
desc="sangat berdampak dari berbagai sisi"
|
||||||
|
/>
|
||||||
|
<BorderBottomItem
|
||||||
|
borderType="bottom"
|
||||||
|
icon={
|
||||||
|
<Image
|
||||||
|
source={require("../../../../../../../assets/images/user.jpeg")}
|
||||||
|
style={[Styles.userProfileExtraSmall]}
|
||||||
|
/>
|
||||||
|
}
|
||||||
|
title="Amalia Dwi"
|
||||||
|
rightTopInfo="3 Jan 2025"
|
||||||
|
desc="semua menjadi terbatas.."
|
||||||
|
/>
|
||||||
|
<BorderBottomItem
|
||||||
|
borderType="bottom"
|
||||||
|
icon={
|
||||||
|
<Image
|
||||||
|
source={require("../../../../../../../assets/images/user.jpeg")}
|
||||||
|
style={[Styles.userProfileExtraSmall]}
|
||||||
|
/>
|
||||||
|
}
|
||||||
|
title="Amalia Dwi"
|
||||||
|
rightTopInfo="3 Jan 2025"
|
||||||
|
desc="semua menjadi terbatas.."
|
||||||
|
/>
|
||||||
|
<BorderBottomItem
|
||||||
|
borderType="bottom"
|
||||||
|
icon={
|
||||||
|
<Image
|
||||||
|
source={require("../../../../../../../assets/images/user.jpeg")}
|
||||||
|
style={[Styles.userProfileExtraSmall]}
|
||||||
|
/>
|
||||||
|
}
|
||||||
|
title="Amalia Dwi"
|
||||||
|
rightTopInfo="3 Jan 2025"
|
||||||
|
desc="semua menjadi terbatas.."
|
||||||
|
/>
|
||||||
|
<BorderBottomItem
|
||||||
|
borderType="bottom"
|
||||||
|
icon={
|
||||||
|
<Image
|
||||||
|
source={require("../../../../../../../assets/images/user.jpeg")}
|
||||||
|
style={[Styles.userProfileExtraSmall]}
|
||||||
|
/>
|
||||||
|
}
|
||||||
|
title="Amalia Dwi"
|
||||||
|
rightTopInfo="3 Jan 2025"
|
||||||
|
desc="semua menjadi terbatas.."
|
||||||
|
/>
|
||||||
|
<BorderBottomItem
|
||||||
|
borderType="bottom"
|
||||||
|
icon={
|
||||||
|
<Image
|
||||||
|
source={require("../../../../../../../assets/images/user.jpeg")}
|
||||||
|
style={[Styles.userProfileExtraSmall]}
|
||||||
|
/>
|
||||||
|
}
|
||||||
|
title="Amalia Dwi"
|
||||||
|
rightTopInfo="3 Jan 2025"
|
||||||
|
desc="semua menjadi terbatas.."
|
||||||
|
/>
|
||||||
|
|
||||||
|
<BorderBottomItem
|
||||||
|
borderType="bottom"
|
||||||
|
icon={
|
||||||
|
<Image
|
||||||
|
source={require("../../../../../../../assets/images/user.jpeg")}
|
||||||
|
style={[Styles.userProfileExtraSmall]}
|
||||||
|
/>
|
||||||
|
}
|
||||||
|
title="Amalia Dwi"
|
||||||
|
rightTopInfo="3 Jan 2025"
|
||||||
|
desc="semua menjadi terbatas.."
|
||||||
|
/>
|
||||||
|
|
||||||
|
</View>
|
||||||
|
</View>
|
||||||
|
</ScrollView>
|
||||||
|
</View>
|
||||||
|
<View style={[Styles.p15, { flex: 0.4 }]}>
|
||||||
|
<InputForm
|
||||||
|
bg="white"
|
||||||
|
type="default"
|
||||||
|
round
|
||||||
|
placeholder="Kirim Komentar"
|
||||||
|
itemRight={
|
||||||
|
<MaterialIcons name="send" size={25} color={'#384288'} />
|
||||||
|
}
|
||||||
|
/>
|
||||||
|
</View>
|
||||||
|
</View>
|
||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
@@ -0,0 +1,39 @@
|
|||||||
|
import ButtonBackHeader from "@/components/buttonBackHeader"
|
||||||
|
import HeaderRightDocument from "@/components/document/headerDocument"
|
||||||
|
import ItemFile from "@/components/document/itemFile"
|
||||||
|
import Styles from "@/constants/Styles"
|
||||||
|
import { AntDesign, Ionicons, MaterialCommunityIcons } from "@expo/vector-icons"
|
||||||
|
import { router, Stack, useLocalSearchParams } from "expo-router"
|
||||||
|
import { SafeAreaView, ScrollView, Text, View } from "react-native"
|
||||||
|
|
||||||
|
export default function DocumentDivision() {
|
||||||
|
const { path } = useLocalSearchParams<{ path?: string }>()
|
||||||
|
|
||||||
|
return (
|
||||||
|
<SafeAreaView>
|
||||||
|
<Stack.Screen
|
||||||
|
options={{
|
||||||
|
headerLeft: () => <ButtonBackHeader onPress={() => { router.back() }} />,
|
||||||
|
headerTitle: 'Dokumen Divisi',
|
||||||
|
headerTitleAlign: 'center',
|
||||||
|
headerRight: () => <HeaderRightDocument id={path} />
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
<ScrollView>
|
||||||
|
<View style={[Styles.p15, Styles.mb100]}>
|
||||||
|
<View style={{ flexDirection: 'row', alignItems: 'center' }}>
|
||||||
|
<Text> home </Text>
|
||||||
|
<AntDesign name="right" style={[Styles.mh05, Styles.mt02]} />
|
||||||
|
<Text> folder 1 </Text>
|
||||||
|
</View>
|
||||||
|
<View>
|
||||||
|
<ItemFile category="folder" title="Folder Pertama" dateTime="05-02-2025 07:54" />
|
||||||
|
<ItemFile category="file" title="Images.jpg" dateTime="05-11-2024 07:54" />
|
||||||
|
<ItemFile category="folder-shared" title="Folder shared" dateTime="05-11-2024 07:54" />
|
||||||
|
<ItemFile category="file-shared" title="images-shared.pdf" dateTime="05-11-2024 07:54" />
|
||||||
|
</View>
|
||||||
|
</View>
|
||||||
|
</ScrollView>
|
||||||
|
</SafeAreaView>
|
||||||
|
)
|
||||||
|
}
|
||||||
58
components/calendar/headerCalendarDetail.tsx
Normal file
58
components/calendar/headerCalendarDetail.tsx
Normal file
@@ -0,0 +1,58 @@
|
|||||||
|
import Styles from "@/constants/Styles"
|
||||||
|
import { Ionicons, MaterialCommunityIcons, MaterialIcons } from "@expo/vector-icons"
|
||||||
|
import { router } from "expo-router"
|
||||||
|
import { useState } from "react"
|
||||||
|
import { ToastAndroid, View } from "react-native"
|
||||||
|
import AlertKonfirmasi from "../alertKonfirmasi"
|
||||||
|
import ButtonMenuHeader from "../buttonMenuHeader"
|
||||||
|
import DrawerBottom from "../drawerBottom"
|
||||||
|
import MenuItemRow from "../menuItemRow"
|
||||||
|
|
||||||
|
type Props = {
|
||||||
|
id: string | string[]
|
||||||
|
}
|
||||||
|
|
||||||
|
export default function HeaderRightCalendarDetail({ id }: Props) {
|
||||||
|
const [isVisible, setVisible] = useState(false)
|
||||||
|
|
||||||
|
return (
|
||||||
|
<>
|
||||||
|
<ButtonMenuHeader onPress={() => { setVisible(true) }} />
|
||||||
|
<DrawerBottom animation="slide" isVisible={isVisible} setVisible={setVisible} title="Menu">
|
||||||
|
<View style={Styles.rowItemsCenter}>
|
||||||
|
<MenuItemRow
|
||||||
|
icon={<MaterialIcons name="groups" color="black" size={25} />}
|
||||||
|
title="Tambah Anggota"
|
||||||
|
onPress={() => {
|
||||||
|
setVisible(false)
|
||||||
|
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
<MenuItemRow
|
||||||
|
icon={<MaterialCommunityIcons name="pencil-outline" color="black" size={25} />}
|
||||||
|
title="Edit"
|
||||||
|
onPress={() => {
|
||||||
|
setVisible(false)
|
||||||
|
router.push(`./${id}/edit`)
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
<MenuItemRow
|
||||||
|
icon={<Ionicons name="trash" color="black" size={25} />}
|
||||||
|
title="Hapus"
|
||||||
|
onPress={() => {
|
||||||
|
AlertKonfirmasi({
|
||||||
|
title: 'Konfirmasi',
|
||||||
|
desc: 'Apakah anda yakin ingin menghapus data?',
|
||||||
|
onPress: () => {
|
||||||
|
setVisible(false)
|
||||||
|
ToastAndroid.show('Berhasil menghapus data', ToastAndroid.SHORT)
|
||||||
|
router.back()
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
</View>
|
||||||
|
</DrawerBottom>
|
||||||
|
</>
|
||||||
|
)
|
||||||
|
}
|
||||||
39
components/calendar/headerCalendarList.tsx
Normal file
39
components/calendar/headerCalendarList.tsx
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
import Styles from "@/constants/Styles"
|
||||||
|
import { AntDesign, MaterialCommunityIcons } from "@expo/vector-icons"
|
||||||
|
import { router } from "expo-router"
|
||||||
|
import { useState } from "react"
|
||||||
|
import { View } from "react-native"
|
||||||
|
import ButtonMenuHeader from "../buttonMenuHeader"
|
||||||
|
import DrawerBottom from "../drawerBottom"
|
||||||
|
import MenuItemRow from "../menuItemRow"
|
||||||
|
|
||||||
|
export default function HeaderRightCalendarList() {
|
||||||
|
const [isVisible, setVisible] = useState(false)
|
||||||
|
|
||||||
|
return (
|
||||||
|
<>
|
||||||
|
<ButtonMenuHeader onPress={() => { setVisible(true) }} />
|
||||||
|
<DrawerBottom animation="slide" isVisible={isVisible} setVisible={setVisible} title="Menu">
|
||||||
|
<View style={Styles.rowItemsCenter}>
|
||||||
|
<MenuItemRow
|
||||||
|
icon={<AntDesign name="pluscircle" color="black" size={25} />}
|
||||||
|
title="Tambah Acara"
|
||||||
|
onPress={() => {
|
||||||
|
setVisible(false)
|
||||||
|
router.push('./calendar/create')
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
|
||||||
|
<MenuItemRow
|
||||||
|
icon={<MaterialCommunityIcons name="history" color="black" size={25} />}
|
||||||
|
title="Riwayat"
|
||||||
|
onPress={() => {
|
||||||
|
setVisible(false)
|
||||||
|
router.push('./calendar/history')
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
</View>
|
||||||
|
</DrawerBottom>
|
||||||
|
</>
|
||||||
|
)
|
||||||
|
}
|
||||||
74
components/calendar/itemHistoryEvent.tsx
Normal file
74
components/calendar/itemHistoryEvent.tsx
Normal file
@@ -0,0 +1,74 @@
|
|||||||
|
import { ColorsStatus } from "@/constants/ColorsStatus";
|
||||||
|
import Styles from "@/constants/Styles";
|
||||||
|
import { Text, View } from "react-native";
|
||||||
|
|
||||||
|
export default function ItemHistoryEvent() {
|
||||||
|
return (
|
||||||
|
<>
|
||||||
|
<View style={[{ flexDirection: 'row' }, Styles.mv05, ColorsStatus.lightGreen, Styles.p10, Styles.round10]}>
|
||||||
|
<View style={[Styles.mr10, Styles.ph05]}>
|
||||||
|
<Text style={[Styles.textSubtitle]}>22 Jan</Text>
|
||||||
|
<Text style={[Styles.textDefault, { textAlign: 'center' }]}>Kamis</Text>
|
||||||
|
</View>
|
||||||
|
<View>
|
||||||
|
<View style={[Styles.mb05]}>
|
||||||
|
<Text style={[Styles.textDefaultSemiBold]}>Acara 1</Text>
|
||||||
|
<Text style={[Styles.textDefault]}>07:00 | 08:00</Text>
|
||||||
|
</View>
|
||||||
|
<View style={[Styles.mb05]}>
|
||||||
|
<Text style={[Styles.textDefaultSemiBold]}>Acara 2</Text>
|
||||||
|
<Text style={[Styles.textDefault]}>10:30 | 12:00</Text>
|
||||||
|
</View>
|
||||||
|
</View>
|
||||||
|
</View>
|
||||||
|
<View style={[{ flexDirection: 'row' }, Styles.mv05, ColorsStatus.lightGreen, Styles.p10, Styles.round10]}>
|
||||||
|
<View style={[Styles.mr10, Styles.ph05]}>
|
||||||
|
<Text style={[Styles.textSubtitle]}>15 Feb</Text>
|
||||||
|
<Text style={[Styles.textDefault, { textAlign: 'center' }]}>Senin</Text>
|
||||||
|
</View>
|
||||||
|
<View>
|
||||||
|
<View style={[Styles.mb05]}>
|
||||||
|
<Text style={[Styles.textDefaultSemiBold]}>Acara 1</Text>
|
||||||
|
<Text style={[Styles.textDefault]}>07:00 | 08:00</Text>
|
||||||
|
</View>
|
||||||
|
</View>
|
||||||
|
</View>
|
||||||
|
<View style={[{ flexDirection: 'row' }, Styles.mv05, ColorsStatus.lightGreen, Styles.p10, Styles.round10]}>
|
||||||
|
<View style={[Styles.mr10, Styles.ph05]}>
|
||||||
|
<Text style={[Styles.textSubtitle]}>15 Feb</Text>
|
||||||
|
<Text style={[Styles.textDefault, { textAlign: 'center' }]}>Senin</Text>
|
||||||
|
</View>
|
||||||
|
<View>
|
||||||
|
<View style={[Styles.mb05]}>
|
||||||
|
<Text style={[Styles.textDefaultSemiBold]}>Acara 1</Text>
|
||||||
|
<Text style={[Styles.textDefault]}>07:00 | 08:00</Text>
|
||||||
|
</View>
|
||||||
|
</View>
|
||||||
|
</View>
|
||||||
|
<View style={[{ flexDirection: 'row' }, Styles.mv05, ColorsStatus.lightGreen, Styles.p10, Styles.round10]}>
|
||||||
|
<View style={[Styles.mr10, Styles.ph05]}>
|
||||||
|
<Text style={[Styles.textSubtitle]}>15 Feb</Text>
|
||||||
|
<Text style={[Styles.textDefault, { textAlign: 'center' }]}>Senin</Text>
|
||||||
|
</View>
|
||||||
|
<View>
|
||||||
|
<View style={[Styles.mb05]}>
|
||||||
|
<Text style={[Styles.textDefaultSemiBold]}>Acara 1</Text>
|
||||||
|
<Text style={[Styles.textDefault]}>07:00 | 08:00</Text>
|
||||||
|
</View>
|
||||||
|
</View>
|
||||||
|
</View>
|
||||||
|
<View style={[{ flexDirection: 'row' }, Styles.mv05, ColorsStatus.lightGreen, Styles.p10, Styles.round10]}>
|
||||||
|
<View style={[Styles.mr10, Styles.ph05]}>
|
||||||
|
<Text style={[Styles.textSubtitle]}>15 Feb</Text>
|
||||||
|
<Text style={[Styles.textDefault, { textAlign: 'center' }]}>Senin</Text>
|
||||||
|
</View>
|
||||||
|
<View>
|
||||||
|
<View style={[Styles.mb05]}>
|
||||||
|
<Text style={[Styles.textDefaultSemiBold]}>Acara 1</Text>
|
||||||
|
<Text style={[Styles.textDefault]}>07:00 | 08:00</Text>
|
||||||
|
</View>
|
||||||
|
</View>
|
||||||
|
</View>
|
||||||
|
</>
|
||||||
|
)
|
||||||
|
}
|
||||||
63
components/discussion/headerDiscussionDetail.tsx
Normal file
63
components/discussion/headerDiscussionDetail.tsx
Normal file
@@ -0,0 +1,63 @@
|
|||||||
|
import Styles from "@/constants/Styles"
|
||||||
|
import { MaterialCommunityIcons, MaterialIcons } from "@expo/vector-icons"
|
||||||
|
import { router } from "expo-router"
|
||||||
|
import { useState } from "react"
|
||||||
|
import { ToastAndroid, View } from "react-native"
|
||||||
|
import AlertKonfirmasi from "../alertKonfirmasi"
|
||||||
|
import ButtonMenuHeader from "../buttonMenuHeader"
|
||||||
|
import DrawerBottom from "../drawerBottom"
|
||||||
|
import MenuItemRow from "../menuItemRow"
|
||||||
|
|
||||||
|
type Props = {
|
||||||
|
id: string | string[]
|
||||||
|
}
|
||||||
|
|
||||||
|
export default function HeaderRightDiscussionDetail({ id }: Props) {
|
||||||
|
const [isVisible, setVisible] = useState(false)
|
||||||
|
|
||||||
|
return (
|
||||||
|
<>
|
||||||
|
<ButtonMenuHeader onPress={() => { setVisible(true) }} />
|
||||||
|
<DrawerBottom animation="slide" isVisible={isVisible} setVisible={setVisible} title="Menu">
|
||||||
|
<View style={Styles.rowItemsCenter}>
|
||||||
|
<MenuItemRow
|
||||||
|
icon={<MaterialCommunityIcons name="pencil-outline" color="black" size={25} />}
|
||||||
|
title="Edit"
|
||||||
|
onPress={() => {
|
||||||
|
setVisible(false)
|
||||||
|
router.push(`./${id}/edit`)
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
<MenuItemRow
|
||||||
|
icon={<MaterialIcons name="close" color="black" size={25} />}
|
||||||
|
title="Tutup Diskusi"
|
||||||
|
onPress={() => {
|
||||||
|
AlertKonfirmasi({
|
||||||
|
title: 'Konfirmasi',
|
||||||
|
desc: 'Apakah anda yakin ingin menutup diskusi?',
|
||||||
|
onPress: () => {
|
||||||
|
setVisible(false)
|
||||||
|
ToastAndroid.show('Berhasil mengubah data', ToastAndroid.SHORT)
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
<MenuItemRow
|
||||||
|
icon={<MaterialCommunityIcons name="archive-outline" color="black" size={25} />}
|
||||||
|
title="Arsipkan"
|
||||||
|
onPress={() => {
|
||||||
|
AlertKonfirmasi({
|
||||||
|
title: 'Konfirmasi',
|
||||||
|
desc: 'Apakah anda yakin ingin mengarsipkan diskusi?',
|
||||||
|
onPress: () => {
|
||||||
|
setVisible(false)
|
||||||
|
ToastAndroid.show('Berhasil mengubah data', ToastAndroid.SHORT)
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
</View>
|
||||||
|
</DrawerBottom>
|
||||||
|
</>
|
||||||
|
)
|
||||||
|
}
|
||||||
@@ -3,9 +3,11 @@ import Styles from "@/constants/Styles"
|
|||||||
import { AntDesign, MaterialIcons, SimpleLineIcons } from "@expo/vector-icons"
|
import { AntDesign, MaterialIcons, SimpleLineIcons } from "@expo/vector-icons"
|
||||||
import { Text, View } from "react-native"
|
import { Text, View } from "react-native"
|
||||||
import BorderBottomItem from "../borderBottomItem"
|
import BorderBottomItem from "../borderBottomItem"
|
||||||
import { router } from "expo-router"
|
import { router, useLocalSearchParams } from "expo-router"
|
||||||
|
|
||||||
export default function FiturDivisionDetail() {
|
export default function FiturDivisionDetail() {
|
||||||
|
const { id } = useLocalSearchParams()
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<View style={[Styles.mb15]}>
|
<View style={[Styles.mb15]}>
|
||||||
<Text style={[Styles.textDefaultSemiBold, Styles.mv05]}>Fitur</Text>
|
<Text style={[Styles.textDefaultSemiBold, Styles.mv05]}>Fitur</Text>
|
||||||
@@ -22,7 +24,7 @@ export default function FiturDivisionDetail() {
|
|||||||
title="Tugas"
|
title="Tugas"
|
||||||
subtitle='15 Tugas'
|
subtitle='15 Tugas'
|
||||||
width={28}
|
width={28}
|
||||||
onPress={() => {router.push('/division/123/task?status=0')}}
|
onPress={() => { router.push(`/division/${id}/task?status=0`) }}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<BorderBottomItem
|
<BorderBottomItem
|
||||||
@@ -36,6 +38,7 @@ export default function FiturDivisionDetail() {
|
|||||||
title="Dokumen"
|
title="Dokumen"
|
||||||
subtitle='20 File'
|
subtitle='20 File'
|
||||||
width={28}
|
width={28}
|
||||||
|
onPress={() => { router.push(`/division/${id}/document`) }}
|
||||||
/>
|
/>
|
||||||
</View>
|
</View>
|
||||||
|
|
||||||
@@ -51,7 +54,7 @@ export default function FiturDivisionDetail() {
|
|||||||
title="Diskusi"
|
title="Diskusi"
|
||||||
subtitle='5 Diskusi'
|
subtitle='5 Diskusi'
|
||||||
width={28}
|
width={28}
|
||||||
onPress={() => {router.push('/division/123/discussion?active=true')}}
|
onPress={() => { router.push(`/division/${id}/discussion?active=true`) }}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<BorderBottomItem
|
<BorderBottomItem
|
||||||
@@ -65,6 +68,7 @@ export default function FiturDivisionDetail() {
|
|||||||
title="Kalender"
|
title="Kalender"
|
||||||
subtitle='23 Acara'
|
subtitle='23 Acara'
|
||||||
width={28}
|
width={28}
|
||||||
|
onPress={() => { router.push(`/division/${id}/calendar`) }}
|
||||||
/>
|
/>
|
||||||
</View>
|
</View>
|
||||||
</View>
|
</View>
|
||||||
|
|||||||
40
components/document/headerDocument.tsx
Normal file
40
components/document/headerDocument.tsx
Normal file
@@ -0,0 +1,40 @@
|
|||||||
|
import Styles from "@/constants/Styles"
|
||||||
|
import { MaterialCommunityIcons, MaterialIcons } from "@expo/vector-icons"
|
||||||
|
import { useState } from "react"
|
||||||
|
import { View } from "react-native"
|
||||||
|
import ButtonMenuHeader from "../buttonMenuHeader"
|
||||||
|
import DrawerBottom from "../drawerBottom"
|
||||||
|
import MenuItemRow from "../menuItemRow"
|
||||||
|
|
||||||
|
type Props = {
|
||||||
|
id: string | string[] | undefined | null
|
||||||
|
}
|
||||||
|
|
||||||
|
export default function HeaderRightDocument({ id }: Props) {
|
||||||
|
const [isVisible, setVisible] = useState(false)
|
||||||
|
return (
|
||||||
|
<>
|
||||||
|
<ButtonMenuHeader onPress={() => { setVisible(true) }} />
|
||||||
|
<DrawerBottom animation="slide" isVisible={isVisible} setVisible={setVisible} title="Menu">
|
||||||
|
<View style={Styles.rowItemsCenter}>
|
||||||
|
<MenuItemRow
|
||||||
|
icon={<MaterialCommunityIcons name="folder-open" color="black" size={25} />}
|
||||||
|
title="Tambah Dokumen"
|
||||||
|
onPress={() => {
|
||||||
|
setVisible(false)
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
|
||||||
|
<MenuItemRow
|
||||||
|
icon={<MaterialIcons name="upload-file" color="black" size={25} />}
|
||||||
|
title="Upload File"
|
||||||
|
onPress={() => {
|
||||||
|
setVisible(false)
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
</View>
|
||||||
|
</DrawerBottom>
|
||||||
|
</>
|
||||||
|
)
|
||||||
|
|
||||||
|
}
|
||||||
69
components/document/itemFile.tsx
Normal file
69
components/document/itemFile.tsx
Normal file
@@ -0,0 +1,69 @@
|
|||||||
|
import Styles from "@/constants/Styles";
|
||||||
|
import { Ionicons, MaterialCommunityIcons } from "@expo/vector-icons";
|
||||||
|
import { Pressable, Text, View } from "react-native";
|
||||||
|
|
||||||
|
|
||||||
|
type Props = {
|
||||||
|
title: string
|
||||||
|
category: 'folder' | 'folder-shared' | 'file' | 'file-shared'
|
||||||
|
dateTime: string
|
||||||
|
checked?: boolean
|
||||||
|
onChecked?: () => void
|
||||||
|
onPress?: () => void
|
||||||
|
}
|
||||||
|
|
||||||
|
export default function ItemFile({ category, checked, dateTime, title, onChecked, onPress }: Props) {
|
||||||
|
return (
|
||||||
|
<View style={[Styles.wrapItemBorderBottom]}>
|
||||||
|
<View style={[Styles.rowItemsCenter]}>
|
||||||
|
<Pressable onPress={onPress}>
|
||||||
|
{
|
||||||
|
category == 'folder-shared'
|
||||||
|
?
|
||||||
|
<>
|
||||||
|
<Ionicons name="folder-open-sharp" color={'#f9cc40'} size={40} />
|
||||||
|
<MaterialCommunityIcons name="share" color={'gray'} size={25} style={{
|
||||||
|
top: 18,
|
||||||
|
left: 20,
|
||||||
|
position: 'absolute'
|
||||||
|
}} />
|
||||||
|
</>
|
||||||
|
: category == 'file-shared'
|
||||||
|
?
|
||||||
|
<>
|
||||||
|
<Ionicons name="document-text-sharp" color={'#9fcff8'} size={40} />
|
||||||
|
<MaterialCommunityIcons name="share" color={'gray'} size={25} style={{
|
||||||
|
top: 18,
|
||||||
|
left: 20,
|
||||||
|
position: 'absolute'
|
||||||
|
}} />
|
||||||
|
</>
|
||||||
|
:
|
||||||
|
category == 'folder'
|
||||||
|
?
|
||||||
|
<Ionicons name="folder-open-sharp" color={'#f9cc40'} size={40} />
|
||||||
|
:
|
||||||
|
<Ionicons name="document-text-sharp" color={'#9fcff8'} size={40} />
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
</Pressable>
|
||||||
|
<View style={[Styles.rowSpaceBetween, { flex: 1, alignItems: 'center' }]}>
|
||||||
|
<Pressable style={[Styles.ml10]} onPress={onPress}>
|
||||||
|
<Text style={[Styles.textDefault]}>{title}</Text>
|
||||||
|
<Text style={[Styles.textInformation]}>{dateTime}</Text>
|
||||||
|
</Pressable>
|
||||||
|
<Pressable onPress={onChecked}>
|
||||||
|
{
|
||||||
|
checked
|
||||||
|
? <MaterialCommunityIcons name="checkbox-marked-circle" size={25} color={'black'} />
|
||||||
|
: <MaterialCommunityIcons name="checkbox-blank-circle-outline" size={25} color={'#ced4da'} />
|
||||||
|
}
|
||||||
|
|
||||||
|
</Pressable>
|
||||||
|
</View>
|
||||||
|
</View>
|
||||||
|
</View>
|
||||||
|
)
|
||||||
|
}
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
import Styles from "@/constants/Styles"
|
import Styles from "@/constants/Styles"
|
||||||
import { Text, View } from "react-native"
|
import { Pressable, Text, View } from "react-native"
|
||||||
|
|
||||||
type Props = {
|
type Props = {
|
||||||
category: 'purple' | 'orange'
|
category: 'purple' | 'orange'
|
||||||
@@ -7,17 +7,18 @@ type Props = {
|
|||||||
user: string
|
user: string
|
||||||
jamAwal: string
|
jamAwal: string
|
||||||
jamAkhir: string
|
jamAkhir: string
|
||||||
|
onPress?: () => void
|
||||||
}
|
}
|
||||||
|
|
||||||
export default function EventItem({ category, title, user, jamAwal, jamAkhir }: Props) {
|
export default function EventItem({ category, title, user, jamAwal, jamAkhir, onPress }: Props) {
|
||||||
return (
|
return (
|
||||||
<View style={[Styles.itemEvent, { backgroundColor: category == 'orange' ? '#FED6C5' : '#D8D8F1' }]}>
|
<Pressable style={[Styles.itemEvent, { backgroundColor: category == 'orange' ? '#FED6C5' : '#D8D8F1' }]} onPress={onPress}>
|
||||||
<View style={[Styles.dividerEvent, { backgroundColor: category == 'orange' ? '#FB804C' : '#535FCA' }]} />
|
<View style={[Styles.dividerEvent, { backgroundColor: category == 'orange' ? '#FB804C' : '#535FCA' }]} />
|
||||||
<View>
|
<View>
|
||||||
<Text>{jamAwal} - {jamAkhir}</Text>
|
<Text>{jamAwal} - {jamAkhir}</Text>
|
||||||
<Text style={[Styles.textDefaultSemiBold, Styles.mv05]}>{title}</Text>
|
<Text style={[Styles.textDefaultSemiBold, Styles.mv05]}>{title}</Text>
|
||||||
<Text>Dibuat oleh : {user}</Text>
|
<Text>Dibuat oleh : {user}</Text>
|
||||||
</View>
|
</View>
|
||||||
</View>
|
</Pressable>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
@@ -83,9 +83,21 @@ const Styles = StyleSheet.create({
|
|||||||
mv15: {
|
mv15: {
|
||||||
marginVertical: 15
|
marginVertical: 15
|
||||||
},
|
},
|
||||||
|
mh05: {
|
||||||
|
marginHorizontal: 5
|
||||||
|
},
|
||||||
|
mh10: {
|
||||||
|
marginHorizontal: 10
|
||||||
|
},
|
||||||
|
mh15: {
|
||||||
|
marginHorizontal: 15
|
||||||
|
},
|
||||||
mv10: {
|
mv10: {
|
||||||
marginVertical: 10
|
marginVertical: 10
|
||||||
},
|
},
|
||||||
|
mt02: {
|
||||||
|
marginTop: 2
|
||||||
|
},
|
||||||
mt05: {
|
mt05: {
|
||||||
marginTop: 5
|
marginTop: 5
|
||||||
},
|
},
|
||||||
@@ -107,6 +119,12 @@ const Styles = StyleSheet.create({
|
|||||||
ml10: {
|
ml10: {
|
||||||
marginLeft: 10
|
marginLeft: 10
|
||||||
},
|
},
|
||||||
|
ph05: {
|
||||||
|
paddingHorizontal: 5,
|
||||||
|
},
|
||||||
|
ph10: {
|
||||||
|
paddingHorizontal: 10,
|
||||||
|
},
|
||||||
ph15: {
|
ph15: {
|
||||||
paddingHorizontal: 15,
|
paddingHorizontal: 15,
|
||||||
},
|
},
|
||||||
@@ -122,6 +140,9 @@ const Styles = StyleSheet.create({
|
|||||||
p10: {
|
p10: {
|
||||||
padding: 10
|
padding: 10
|
||||||
},
|
},
|
||||||
|
round10: {
|
||||||
|
borderRadius: 10
|
||||||
|
},
|
||||||
round30: {
|
round30: {
|
||||||
borderRadius: 30
|
borderRadius: 30
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user