v1.1.0-beta.050 - chore(lint/cleanup): trophy img alt text, remove dead library state + orphaned fetches
♿ Accessibility
🧹 Dead code
- Removed 8 unread useState vars in library/page.tsx (relatedIssues, loadingRelated, ownedSeries, monitoredSeries, ownedIssues, activeRequests, requestedVolumes, requestedIssues) and the two orphaned useEffects that fed them — /api/library/ids (on mount) and /api/series-issues (per comic selection) populated state nothing read, so those fetches are gone too (minor perf win)
📉 Result
- Warnings 1119 -> 1104, errors still 0
✅ Verification
- tsc clean; eslint . 0 errors; vitest 230 passed