2.2 KiB
2.2 KiB
id, title, status, type, team, supporting_teams, roadmap_item, priority
| id | title | status | type | team | supporting_teams | roadmap_item | priority | |
|---|---|---|---|---|---|---|---|---|
| TASK-241 | Adjust countdown and page navigation | done | frontend | Frontend Senior |
|
foundation | medium |
TASK-241 - Adjust countdown and page navigation
Goal
Apply the requested visual cleanup to the home countdown and align partida-actual.html and historico-partida.html with the existing public navigation pattern.
Context
The countdown copy needed to move into the green capsule without duplicating the heading below it. The current-match page still had redundant hero buttons after the shared top navigation was added. The historical match detail page still lacked the shared top navigation and kept a local back button.
Steps
- Reviewed the existing public nav markup and countdown block.
- Updated the home countdown markup and capsule styling.
- Removed redundant hero buttons from current match and added the shared nav to historical match detail.
Files to Read First
AGENTS.mdai/architecture-index.mdai/repo-context.mdfrontend/index.htmlfrontend/partida-actual.htmlfrontend/historico-partida.html
Expected Files to Modify
frontend/index.htmlfrontend/assets/css/styles.cssfrontend/partida-actual.htmlfrontend/historico-partida.html
Constraints
- No backend changes for this task.
- No assets, weapons, SVGs or clan images.
- Do not touch the weapon icon system.
- Keep the countdown target at
2026-08-13T00:00:00+02:00.
Validation
node --check frontend/assets/js/main.jsif touchednode --check frontend/assets/js/partida-actual.jsif touchednode --check frontend/assets/js/historico-partida.jsif touchedgit diff --name-only
Outcome
- The countdown capsule now contains the full launch text and the duplicate white heading was removed.
partida-actual.htmlkeeps the shared top navigation and the public scoreboard button, but no longer repeatsVOLVER INICIOorABRIR HISTORICOinside the hero.historico-partida.htmlnow uses the same shared top navigation and no longer showsVOLVER HISTORICO.- No weapon icons, weapon assets or backend code were touched for this task.
Change Budget
- Stayed within a small, HTML/CSS-only frontend scope.