From 7e0636d839648b0120305318dcb6a61994bf6789 Mon Sep 17 00:00:00 2001 From: Pandipipas <62224708+Pandipipas@users.noreply.github.com> Date: Mon, 16 Feb 2026 23:05:43 +0100 Subject: [PATCH] Add branded StartGG heading with official icon color --- src/dashboard/scoreko-dev/views/Players.vue | 23 +++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/src/dashboard/scoreko-dev/views/Players.vue b/src/dashboard/scoreko-dev/views/Players.vue index e5c0cd0..fb9692f 100644 --- a/src/dashboard/scoreko-dev/views/Players.vue +++ b/src/dashboard/scoreko-dev/views/Players.vue @@ -586,8 +586,15 @@ onBeforeUnmount(() => { bordered class="q-pa-md" > -
- Integración start.gg +
+ + StartGG
Conecta por OAuth (recomendado) o pega tu token personal para cargar tus torneos creados o donde eres admin. Si aparece "Client authentication failed", revisa que en config uses el Client ID/Secret de un OAuth App de start.gg. @@ -898,6 +905,18 @@ onBeforeUnmount(() => { } +.startgg-heading { + display: inline-flex; + align-items: center; + gap: 8px; +} + +.startgg-heading__icon { + width: 20px; + height: 20px; + fill: #2e75ba; +} + .startgg-tournament-row { gap: 4px; }