upd: loading button
Deskripsi: - loading button pada all portofolio - loading button pada halaman pencarian user No Issues
This commit is contained in:
@@ -43,11 +43,16 @@ export function ComponentPortofolio_DaftarBoxView({
|
|||||||
</Stack>
|
</Stack>
|
||||||
|
|
||||||
<Stack>
|
<Stack>
|
||||||
{isLoading ? (
|
{/* PAKE LOADING */}
|
||||||
|
{/* {isLoading ? (
|
||||||
<ComponentGlobal_Loader />
|
<ComponentGlobal_Loader />
|
||||||
) : (
|
) : (
|
||||||
<IconCaretRight color="white" size={25} />
|
<IconCaretRight color="white" size={25} />
|
||||||
)}
|
)} */}
|
||||||
|
|
||||||
|
|
||||||
|
{/* GA PAKE LOADING */}
|
||||||
|
<IconCaretRight color="white" size={25} />
|
||||||
</Stack>
|
</Stack>
|
||||||
</Group>
|
</Group>
|
||||||
</Paper>
|
</Paper>
|
||||||
|
|||||||
@@ -115,11 +115,15 @@ function CardView({ data }: { data: MODEL_USER }) {
|
|||||||
<Group position="right" align="center" h={"100%"}>
|
<Group position="right" align="center" h={"100%"}>
|
||||||
<Center>
|
<Center>
|
||||||
<ActionIcon variant="transparent">
|
<ActionIcon variant="transparent">
|
||||||
{loading ? (
|
{/* PAKE LOADING */}
|
||||||
|
{/* {loading ? (
|
||||||
<ComponentGlobal_Loader />
|
<ComponentGlobal_Loader />
|
||||||
) : (
|
) : (
|
||||||
<IconChevronRight color="white" />
|
<IconChevronRight color="white" />
|
||||||
)}
|
)} */}
|
||||||
|
|
||||||
|
{/* GA PAKE LOADING */}
|
||||||
|
<IconChevronRight color="white" />
|
||||||
</ActionIcon>
|
</ActionIcon>
|
||||||
</Center>
|
</Center>
|
||||||
</Group>
|
</Group>
|
||||||
|
|||||||
Reference in New Issue
Block a user