2.0 KiB
2.0 KiB
id, title, status, type, team, supporting_teams, roadmap_item, priority
| id | title | status | type | team | supporting_teams | roadmap_item | priority |
|---|---|---|---|---|---|---|---|
| TASK-235 | Align current match page top navigation | done | frontend | Frontend Senior | foundation | low |
TASK-235 - Align current match page top navigation
Goal
Align partida-actual.html with the top navigation pattern used by the public pages.
Context
The current match page had the contextual VOLVER INICIO button inside the hero, but it did not include the shared public-nav bar used by index.html, historico.html, stats.html and ranking.html.
Files Read First
frontend/index.htmlfrontend/historico.htmlfrontend/historico-partida.htmlfrontend/ranking.htmlfrontend/stats.htmlfrontend/partida-actual.html
Pattern Found
- Public pages use
<nav class="public-nav" aria-label="Navegación pública principal">before the hero. - The nav links are
Inicio,Histórico,EstadísticasandRanking. - The detail pages also keep contextual hero actions such as
VOLVER HISTORICOorVOLVER INICIO.
Changes
- Added the shared public navigation bar before the hero in
frontend/partida-actual.html. - Kept the existing
VOLVER INICIOhero button. - Kept the existing hero actions
Abrir historicoandVer scoreboard publico. - Did not add CSS or JS because the existing
public-navclasses already cover the layout.
Validation
- Confirmed
partida-actual.htmlkeepsVOLVER INICIO. - Confirmed
partida-actual.htmlkeepsMarcador en curso, map hero markup,Abrir historicoandVer scoreboard publico. - Confirmed the new top navigation links point to existing public pages:
./index.html./historico.html./stats.html./ranking.html
Outcome
The current match page now matches the public top navigation pattern while preserving its current-match-specific hero controls.
No backend, assets, weapon assets, clan assets, SVGs, physical images, tmp/, ai/system-metrics.md, RCON settings, 27001, Elo/MMR or Comunidad Hispana #03 handling were changed.