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>
|
||||
{isLoading ? (
|
||||
{/* PAKE LOADING */}
|
||||
{/* {isLoading ? (
|
||||
<ComponentGlobal_Loader />
|
||||
) : (
|
||||
<IconCaretRight color="white" size={25} />
|
||||
)}
|
||||
)} */}
|
||||
|
||||
|
||||
{/* GA PAKE LOADING */}
|
||||
<IconCaretRight color="white" size={25} />
|
||||
</Stack>
|
||||
</Group>
|
||||
</Paper>
|
||||
|
||||
@@ -115,11 +115,15 @@ function CardView({ data }: { data: MODEL_USER }) {
|
||||
<Group position="right" align="center" h={"100%"}>
|
||||
<Center>
|
||||
<ActionIcon variant="transparent">
|
||||
{loading ? (
|
||||
{/* PAKE LOADING */}
|
||||
{/* {loading ? (
|
||||
<ComponentGlobal_Loader />
|
||||
) : (
|
||||
<IconChevronRight color="white" />
|
||||
)}
|
||||
)} */}
|
||||
|
||||
{/* GA PAKE LOADING */}
|
||||
<IconChevronRight color="white" />
|
||||
</ActionIcon>
|
||||
</Center>
|
||||
</Group>
|
||||
|
||||
Reference in New Issue
Block a user