#style:
- UI Event - Perbaiki create button ke beberapa app ## No Issuee
This commit is contained in:
@@ -10,6 +10,8 @@ import ComponentJob_BerandaCardView from "../../component/beranda/card_view";
|
||||
import { job_getAllListPublish } from "../../fun/get/get_all_publish";
|
||||
import ComponentJob_CreateButton from "../../component/button/create_button";
|
||||
import { IconSearch } from "@tabler/icons-react";
|
||||
import ComponentGlobal_CreateButton from "@/app_modules/_global/component/button_create";
|
||||
import { RouterJob } from "@/app/lib/router_hipmi/router_job";
|
||||
|
||||
export function Job_UiBeranda({ listData }: { listData: MODEL_JOB[] }) {
|
||||
const [data, setData] = useState(listData);
|
||||
@@ -29,7 +31,8 @@ export function Job_UiBeranda({ listData }: { listData: MODEL_JOB[] }) {
|
||||
return (
|
||||
<>
|
||||
<Stack my={1} spacing={30}>
|
||||
<ComponentJob_CreateButton />
|
||||
{/* <ComponentJob_CreateButton /> */}
|
||||
<ComponentGlobal_CreateButton path={RouterJob.create}/>
|
||||
|
||||
<TextInput
|
||||
|
||||
|
||||
@@ -54,7 +54,7 @@ export default function LayoutJob_Main({
|
||||
/>
|
||||
}
|
||||
footer={
|
||||
<SimpleGrid cols={3} h={"10vh"} mx={"xs"}>
|
||||
<SimpleGrid cols={3} h={"9vh"} mx={"xs"}>
|
||||
{listFooter.map((e, i) => (
|
||||
<Stack key={i} align="center" justify="center" spacing={0}>
|
||||
<ActionIcon
|
||||
|
||||
Reference in New Issue
Block a user