3.3 KiB
3.3 KiB
id, title, status, type, team, supporting_teams, roadmap_item, priority
| id | title | status | type | team | supporting_teams | roadmap_item | priority |
|---|---|---|---|---|---|---|---|
| TASK-219 | Restore BxB clan logo standard size | done | frontend | Frontend Senior | foundation | medium |
TASK-219 - Restore BxB clan logo standard size
Goal
Restore the visual size of the BxB logo on the index page so it is equivalent to the other clan logos.
Context
TASK-210 gave BxB a special larger visual treatment. The current request is to return BxB to the original or equivalent standard clan logo sizing without modifying the physical PNG or unrelated assets.
Preserve the current product identity: Spanish-speaking HLL Vietnam community, military/Vietnam/tactical/sober visual direction and controlled repository evolution.
Steps
- Inspect the listed files first.
- Locate the BxB-specific clan card and logo rules.
- Remove or neutralize only the CSS treatment that makes BxB larger than the standard clan logos.
- Validate the local index page visually and confirm the change scope.
Files to Read First
AGENTS.mdai/repo-context.mdai/architecture-index.mdai/orchestrator/frontend-senior.mdfrontend/index.htmlfrontend/assets/css/styles.cssfrontend/assets/js/main.js
Expected Files to Modify
frontend/assets/css/styles.cssai/tasks/in-progress/TASK-219-restore-bxb-clan-logo-standard-size.md
Constraints
- Keep the change minimal.
- Prefer CSS-only.
- Do not modify physical images.
- Do not touch
frontend/assets/img/clans/. - Do not touch weapon assets or SVGs.
- Do not touch backend files or endpoints.
- Do not touch
ai/system-metrics.md. - Do not reactivate Elo/MMR.
- Do not reintroduce Comunidad Hispana #03.
- Do not introduce frameworks or dependencies.
Validation
Before completing the task ensure:
- Inspect the local
frontend/index.htmlpage visually. - Confirm BxB has a standard or equivalent logo size compared with the other clan logos.
- Run
node --check frontend/assets/js/main.jsonly if JavaScript changes are made. - Review
git diff --name-only. - Confirm changed files match the expected scope.
- Confirm backend, endpoints, assets, SVGs and
ai/system-metrics.mdwere not modified by this task.
Outcome
Completed.
- Removed the BxB-specific clan brand grid override that gave the logo column a wider range than standard clan cards.
- Removed the BxB-specific logo container and image sizing overrides that increased its visual height.
- Kept the existing BxB classes in JavaScript untouched; they no longer enlarge the logo because there is no matching size override in CSS.
- Validated
frontend/index.htmllocally with a Chrome headless screenshot opened from the file system. BxB now appears in a standard-size logo container comparable to the other clan cards. - JavaScript was not modified, so
node --check frontend/assets/js/main.jswas not required. git diff --name-onlywas reviewed. The task change is limited tofrontend/assets/css/styles.cssplus this task file; pre-existing unrelated changes are present inai/system-metrics.md, clan image assets and weapon SVG/assets.- Confirmed this task did not modify backend files, endpoints, physical images,
frontend/assets/img/clans/, weapon assets, SVGs orai/system-metrics.md.
Change Budget
- Prefer fewer than 5 modified files.
- Prefer changes under 200 lines when feasible.
- Split the work into follow-up tasks if limits are exceeded.