snapshots
This commit is contained in:
@@ -36,7 +36,7 @@ DEFAULT_HISTORICAL_SERVERS = (
|
|||||||
),
|
),
|
||||||
)
|
)
|
||||||
ALL_SERVERS_SLUG = "all-servers"
|
ALL_SERVERS_SLUG = "all-servers"
|
||||||
ALL_SERVERS_DISPLAY_NAME = "Totales / Todos"
|
ALL_SERVERS_DISPLAY_NAME = "Todos"
|
||||||
DEFAULT_WEEKLY_WINDOW_DAYS = 7
|
DEFAULT_WEEKLY_WINDOW_DAYS = 7
|
||||||
DEFAULT_REFRESH_OVERLAP_HOURS = 12
|
DEFAULT_REFRESH_OVERLAP_HOURS = 12
|
||||||
SUPPORTED_WEEKLY_LEADERBOARD_METRICS = frozenset(
|
SUPPORTED_WEEKLY_LEADERBOARD_METRICS = frozenset(
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ const HISTORICAL_SERVERS = Object.freeze([
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
slug: "all-servers",
|
slug: "all-servers",
|
||||||
label: "Totales / Todos",
|
label: "Todos",
|
||||||
},
|
},
|
||||||
]);
|
]);
|
||||||
const HISTORICAL_SERVER_SLUGS = Object.freeze(
|
const HISTORICAL_SERVER_SLUGS = Object.freeze(
|
||||||
|
|||||||
@@ -48,6 +48,13 @@
|
|||||||
<button
|
<button
|
||||||
class="historical-selector__button is-active"
|
class="historical-selector__button is-active"
|
||||||
type="button"
|
type="button"
|
||||||
|
data-server-slug="all-servers"
|
||||||
|
>
|
||||||
|
Todos
|
||||||
|
</button>
|
||||||
|
<button
|
||||||
|
class="historical-selector__button"
|
||||||
|
type="button"
|
||||||
data-server-slug="comunidad-hispana-01"
|
data-server-slug="comunidad-hispana-01"
|
||||||
>
|
>
|
||||||
Comunidad Hispana #01
|
Comunidad Hispana #01
|
||||||
@@ -66,13 +73,7 @@
|
|||||||
>
|
>
|
||||||
Comunidad Hispana #03
|
Comunidad Hispana #03
|
||||||
</button>
|
</button>
|
||||||
<button
|
|
||||||
class="historical-selector__button"
|
|
||||||
type="button"
|
|
||||||
data-server-slug="all-servers"
|
|
||||||
>
|
|
||||||
Totales / Todos
|
|
||||||
</button>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -90,7 +91,7 @@
|
|||||||
Datos generales registrados de los servidores
|
Datos generales registrados de los servidores
|
||||||
</p>
|
</p>
|
||||||
<p class="historical-snapshot-meta" id="historical-summary-snapshot-meta">
|
<p class="historical-snapshot-meta" id="historical-summary-snapshot-meta">
|
||||||
Cargando snapshot de resumen...
|
Cargando datos de resumen...
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<p class="status-chip status-chip--fallback" id="historical-range">
|
<p class="status-chip status-chip--fallback" id="historical-range">
|
||||||
@@ -116,7 +117,7 @@
|
|||||||
Cargando ventana semanal...
|
Cargando ventana semanal...
|
||||||
</p>
|
</p>
|
||||||
<p class="historical-snapshot-meta" id="weekly-leaderboard-snapshot-meta">
|
<p class="historical-snapshot-meta" id="weekly-leaderboard-snapshot-meta">
|
||||||
Cargando snapshot semanal...
|
Cargando datos semanal...
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -187,12 +188,12 @@
|
|||||||
<div class="panel__header historical-panel__header">
|
<div class="panel__header historical-panel__header">
|
||||||
<div>
|
<div>
|
||||||
<p class="eyebrow eyebrow--section">Partidas recientes</p>
|
<p class="eyebrow eyebrow--section">Partidas recientes</p>
|
||||||
<h2 id="recent-matches-title">Ultimos cierres registrados</h2>
|
<h2 id="recent-matches-title">Ultimas partidas registradas</h2>
|
||||||
<p class="historical-panel__note" id="recent-matches-note">
|
<p class="historical-panel__note" id="recent-matches-note">
|
||||||
Lista de cierres ya registrados para el alcance activo.
|
Lista de partidas ya registradas.
|
||||||
</p>
|
</p>
|
||||||
<p class="historical-snapshot-meta" id="recent-matches-snapshot-meta">
|
<p class="historical-snapshot-meta" id="recent-matches-snapshot-meta">
|
||||||
Cargando snapshot de partidas...
|
Cargando datos de partidas...
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user