DONE: remove verified by ajk, fix bug on pagination, improve UI

This commit is contained in:
ISMAIL MASSERAN
2026-04-27 12:06:54 +08:00
parent bd2306b073
commit 4425fa6176
20 changed files with 77081 additions and 535 deletions
@@ -111,6 +111,7 @@ class GetController extends Controller
}
}
return $q->paginate(50);
// Return all voters with pagination
return $q->paginate(1000);
}
}