Task list filters: sort Focus options alphabetically
`sprintWorkers` keeps the admin's drag-reorder order (drives the
table column layout), so the Focus dropdown takes a sorted view via
|sort((a, b) => a.workerName <=> b.workerName) without touching the
underlying ordering. Only the Focus list changes — the Columns
dropdown still mirrors table order on purpose.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>