mirror of
https://github.com/bybrooklyn/alchemist.git
synced 2026-04-18 09:53:33 -04:00
Fix various security, concurrency, and UI issues
This commit is contained in:
@@ -718,7 +718,7 @@ export default function JobManager() {
|
||||
<tr>
|
||||
<th className="px-6 py-4 w-10">
|
||||
<input type="checkbox"
|
||||
checked={selected.size === jobs.length && jobs.length > 0}
|
||||
checked={jobs.length > 0 && jobs.every(j => selected.has(j.id))}
|
||||
onChange={toggleSelectAll}
|
||||
className="rounded border-helios-line/30 bg-helios-surface-soft accent-helios-solar"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user