github hankscafe/omnibus v1.1.0-beta.050
Omnibus v1.1.0-beta.050

6 hours ago

v1.1.0-beta.050 - chore(lint/cleanup): trophy img alt text, remove dead library state + orphaned fetches

♿ Accessibility

  • Added alt text to the two trophy tags (jsx-a11y/alt-text)

🧹 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

Don't miss a new omnibus release

NewReleases is sending notifications on new releases.