fix(frontend): postform tourをスキップできるように (#16767)
* fix(frontend): postform tourをスキップできるように * use closable option
This commit is contained in:
parent
2e596607f8
commit
29bfc9a91a
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue