From d691f60e08713ed8d36826bb4732404fc7982d84 Mon Sep 17 00:00:00 2001 From: Pandipipas <62224708+Pandipipas@users.noreply.github.com> Date: Mon, 16 Feb 2026 01:39:04 +0100 Subject: [PATCH] Move tournament refresh to icon-only button beside tournament input --- src/dashboard/scoreko-dev/views/Players.vue | 29 ++++++++++++++------- 1 file changed, 19 insertions(+), 10 deletions(-) diff --git a/src/dashboard/scoreko-dev/views/Players.vue b/src/dashboard/scoreko-dev/views/Players.vue index cc9ccba..68756c4 100644 --- a/src/dashboard/scoreko-dev/views/Players.vue +++ b/src/dashboard/scoreko-dev/views/Players.vue @@ -590,15 +590,6 @@ onBeforeUnmount(() => { @click="connectWithStartGGOAuth" /> -
- -
{ > {{ tournamentsError }}
-
+
+
{ } +.startgg-tournament-row { + gap: 4px; +} + +.startgg-refresh-btn:hover { + background: rgba(255, 255, 255, 0.12); +} + .players-underlined-field :deep(.q-field__control) { min-height: 28px; padding: 0;