fix(frontend): postform tourをスキップできるように (#16767)

* fix(frontend): postform tourをスキップできるように

* use closable option
This commit is contained in:
かっこかり 2025-11-09 16:23:58 +09:00 committed by GitHub
parent 2e596607f8
commit 29bfc9a91a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -60,7 +60,9 @@ SPDX-License-Identifier: AGPL-3.0-only
<button class="_buttonPrimary" style="padding: 4px; border-radius: 8px;" @click="addVisibleUser"><i class="ti ti-plus ti-fw"></i></button>
</div>
</div>
<MkInfo v-if="!store.r.tips.value.postForm" :class="$style.showHowToUse"><button class="_textButton" @click="showTour">{{ i18n.ts._postForm.showHowToUse }}</button></MkInfo>
<MkInfo v-if="!store.r.tips.value.postForm" :class="$style.showHowToUse" closable @close="closeTip('postForm')">
<button class="_textButton" @click="showTour">{{ i18n.ts._postForm.showHowToUse }}</button>
</MkInfo>
<MkInfo v-if="scheduledAt != null" :class="$style.scheduledAt">
<I18n :src="i18n.ts.scheduleToPostOnX" tag="span">
<template #x>