DONE: centralize theme color, interactive dashboard, increase winner result, refer TODO

This commit is contained in:
ISMAIL MASSERAN
2026-05-10 11:51:19 +08:00
parent 654a0c9fea
commit fd1baf34c8
47 changed files with 2680 additions and 932 deletions
@@ -21,6 +21,7 @@ class SyncApplicableVotersController extends Controller
'selected_no_kp.*' => 'nullable|string|max:60',
]);
Util::ensureDraftElectionAfterCompletedCycle();
$electionId = Util::getCurrentElection();
$selected = collect($request->input('selected_no_kp', []))
->map(function ($v) {