Skip to content

chore(frontend): remove dead code managerAvatars.ts - #66

Merged
aalonsolopez merged 4 commits into
OpenLeagueManager:developfrom
NicoRuedaA:feat/57-remove-dead-code
May 1, 2026
Merged

chore(frontend): remove dead code managerAvatars.ts#66
aalonsolopez merged 4 commits into
OpenLeagueManager:developfrom
NicoRuedaA:feat/57-remove-dead-code

Conversation

@NicoRuedaA

Copy link
Copy Markdown
Contributor

Summary

  • Removes the unused managerAvatars.ts file from src/lib/
  • No references to this module exist anywhere in the codebase
  • Verified via full-text search across all .ts and .tsx files

Why

Dead code removal reduces bundle size and maintenance surface area. This utility file was created during early development but is no longer imported or used.

Scope

  • src/lib/managerAvatars.ts (93 lines deleted)

Checklist

  • No remaining imports or references to the deleted module
  • cargo check unaffected (frontend-only change)

Closes #57

aalonsolopez and others added 4 commits April 30, 2026 19:38
0.1.2
Version missmatch
Removes unused manager avatar utilities file. No references to this
module exist anywhere in the codebase.

Closes #57
@NicoRuedaA

Copy link
Copy Markdown
Contributor Author

original Issue: #57

@aalonsolopez

Copy link
Copy Markdown
Member

This PR points to main

@NicoRuedaA
NicoRuedaA changed the base branch from main to develop May 1, 2026 05:13
@NicoRuedaA

Copy link
Copy Markdown
Contributor Author

This PR points to main

Changed

@aalonsolopez
aalonsolopez merged commit 227580e into OpenLeagueManager:develop May 1, 2026
4 checks passed
@NicoRuedaA
NicoRuedaA deleted the feat/57-remove-dead-code branch May 7, 2026 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore(frontend): remove dead code managerAvatars.ts

2 participants