Deskripsi:
Event:
Add app/(application)/(user)/event/(tabs)/contribution.tsx
app/(application)/(user)/event/(tabs)/history.tsx
Fix modified: app/(application)/(user)/event/(tabs)/_layout.tsx
deleted: app/(application)/(user)/event/(tabs)/kontribusi.tsx
deleted: app/(application)/(user)/event/(tabs)/riwayat.tsx
modified: app/(application)/(user)/event/[id]/publish.tsx
# No Issue
This commit is contained in:
@@ -46,7 +46,7 @@ export default function EventLayout() {
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
<Tabs.Screen
|
<Tabs.Screen
|
||||||
name="kontribusi"
|
name="contribution"
|
||||||
options={{
|
options={{
|
||||||
title: "Kontribusi",
|
title: "Kontribusi",
|
||||||
tabBarIcon: ({ color }) => (
|
tabBarIcon: ({ color }) => (
|
||||||
@@ -55,7 +55,7 @@ export default function EventLayout() {
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
<Tabs.Screen
|
<Tabs.Screen
|
||||||
name="riwayat"
|
name="history"
|
||||||
options={{
|
options={{
|
||||||
title: "Riwayat",
|
title: "Riwayat",
|
||||||
tabBarIcon: ({ color }) => (
|
tabBarIcon: ({ color }) => (
|
||||||
|
|||||||
@@ -1,15 +1,10 @@
|
|||||||
import {
|
import {
|
||||||
ViewWrapper,
|
ButtonCustom,
|
||||||
StackCustom,
|
DotButton,
|
||||||
TextCustom,
|
DrawerCustom,
|
||||||
BaseBox,
|
MenuDrawerDynamicGrid,
|
||||||
Grid,
|
Spacing,
|
||||||
DotButton,
|
ViewWrapper
|
||||||
DrawerCustom,
|
|
||||||
MenuDrawerDynamicGrid,
|
|
||||||
ButtonCustom,
|
|
||||||
AlertCustom,
|
|
||||||
Spacing,
|
|
||||||
} from "@/components";
|
} from "@/components";
|
||||||
import { IMenuDrawerItem } from "@/components/_Interface/types";
|
import { IMenuDrawerItem } from "@/components/_Interface/types";
|
||||||
import LeftButtonCustom from "@/components/Button/BackButton";
|
import LeftButtonCustom from "@/components/Button/BackButton";
|
||||||
|
|||||||
Reference in New Issue
Block a user