Update Versi 1.5.27 #32

Merged
bagasbanuna merged 1009 commits from staging into main 2025-12-17 12:22:28 +08:00
2124 changed files with 89085 additions and 23790 deletions
Showing only changes of commit f2c694022e - Show all commits

View File

@@ -10,7 +10,7 @@ export async function GET(
const { id } = params;
const { searchParams } = new URL(request.url);
const page = Number(searchParams.get("page"));
const takeData = 3;
const takeData = 10;
const skipData = page * takeData - takeData;
if (!page) {

View File

@@ -61,7 +61,7 @@ export function Donasi_ViewDaftarKabar() {
) : (
<Box>
<ScrollOnly
height="22vh"
height="90vh"
renderLoading={() => (
<Center>
<ComponentGlobal_Loader size={25} />

View File

@@ -65,7 +65,7 @@ export function Donasi_ViewRekapKabar() {
) : (
<Box>
<ScrollOnly
height="25vh"
height="85vh"
renderLoading={() => (
<Center>
<ComponentGlobal_Loader size={25} />