mirror of
https://github.com/Pandipipas/scoreko-dev.git
synced 2026-06-06 03:32:06 +00:00
Move tournament refresh to icon-only button beside tournament input
This commit is contained in:
@@ -590,15 +590,6 @@ onBeforeUnmount(() => {
|
||||
@click="connectWithStartGGOAuth"
|
||||
/>
|
||||
</div>
|
||||
<div class="col-12">
|
||||
<QBtn
|
||||
color="secondary"
|
||||
icon="sync"
|
||||
label="Cargar torneos"
|
||||
:loading="loadingTournaments"
|
||||
@click="loadRecentTournaments"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div
|
||||
v-if="tournamentsError"
|
||||
@@ -606,7 +597,17 @@ onBeforeUnmount(() => {
|
||||
>
|
||||
{{ tournamentsError }}
|
||||
</div>
|
||||
<div class="row q-col-gutter-sm items-center q-mt-md">
|
||||
<div class="row items-center q-mt-md startgg-tournament-row">
|
||||
<QBtn
|
||||
flat
|
||||
round
|
||||
dense
|
||||
text-color="white"
|
||||
icon="sync"
|
||||
class="startgg-refresh-btn"
|
||||
:loading="loadingTournaments"
|
||||
@click="loadRecentTournaments"
|
||||
/>
|
||||
<div class="col">
|
||||
<QSelect
|
||||
v-model="selectedTournamentSlug"
|
||||
@@ -815,6 +816,14 @@ onBeforeUnmount(() => {
|
||||
}
|
||||
|
||||
|
||||
.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;
|
||||
|
||||
Reference in New Issue
Block a user