Update Versi 1.5.27 #32

Merged
bagasbanuna merged 1009 commits from staging into main 2025-12-17 12:22:28 +08:00
178 changed files with 5112 additions and 813 deletions
Showing only changes of commit 880f2aef6b - Show all commits

View File

@@ -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>

View File

@@ -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>