This commit is contained in:
pa
2026-01-18 18:52:31 +09:00
committed by Natsumi
parent 1de16dc699
commit 9081dbe2b1
19 changed files with 113 additions and 454 deletions

View File

@@ -11,7 +11,9 @@
<div style="margin: 0 0 10px; display: flex; align-items: center">
<div style="flex: none; margin-right: 10px; display: flex; align-items: center">
<TooltipWrapper side="bottom" :content="t('view.feed.favorites_only_tooltip')">
<Switch v-model="gameLogTable.vip" @update:modelValue="gameLogTableLookup" />
<span class="inline-flex">
<Switch v-model="gameLogTable.vip" @update:modelValue="gameLogTableLookup" />
</span>
</TooltipWrapper>
</div>
<Select