diff --git a/src/dashboard/scoreko-dev/views/Players.vue b/src/dashboard/scoreko-dev/views/Players.vue index e34f784..1d95933 100644 --- a/src/dashboard/scoreko-dev/views/Players.vue +++ b/src/dashboard/scoreko-dev/views/Players.vue @@ -886,227 +886,232 @@ onBeforeUnmount(() => {
- -
- - StartGG -
-
- Connect via OAuth (recommended) or paste your personal token to load tournaments you created or administrate. If you see "Client authentication failed", verify your config uses the Client ID/Secret from a start.gg OAuth App. -
-
-
- - -
-
- -
-
-
+ - {{ tournamentsError }} -
-
- -
- + + + + StartGG +
+
+ Connect via OAuth (recommended) or paste your personal token to load tournaments you created or administrate. If you see "Client authentication failed", verify your config uses the Client ID/Secret from a start.gg OAuth App. +
+
+
+ + +
+
+ +
- - Import players - + {{ tournamentsError }}
-
-
-
+
+ +
+ + + +
+
+ + Import players + +
+
+ -
- -
- Challonge -
-
- Connect with OAuth or paste your personal token to load your Challonge tournaments and import participants. -
-
-
- - -
-
- -
-
-
- {{ challongeTournamentsError }} -
-
- -
- + Challonge - - + Challonge +
+
+ Connect with OAuth or paste your personal token to load your Challonge tournaments and import participants. +
+
+
+ + +
+
+ +
- - Import players - + {{ challongeTournamentsError }}
-
-
+
+ +
+ + + +
+
+ + Import players + +
+
+ +
@@ -1404,6 +1409,12 @@ onBeforeUnmount(() => { min-width: 320px; } +.players-integrations-stack { + display: flex; + flex-direction: column; + gap: 12px; +} + .players-dialog { min-width: 320px; @@ -1423,6 +1434,12 @@ onBeforeUnmount(() => { fill: #2e75ba; } +.challonge-heading__icon { + width: 20px; + height: 20px; + border-radius: 4px; +} + .startgg-tournament-row { gap: 4px; }