forked from mirrors/akkoma-fe
add missing local scope notice
This commit is contained in:
parent
16ca20adbf
commit
e137304840
1 changed files with 12 additions and 0 deletions
|
@ -35,6 +35,18 @@
|
|||
<FAIcon icon="times" />
|
||||
</a>
|
||||
</p>
|
||||
<p
|
||||
v-if="!hideScopeNotice && newStatus.visibility === 'local'"
|
||||
class="visibility-notice notice-dismissible"
|
||||
>
|
||||
<span>{{ $t('post_status.scope_notice.local') }}</span>
|
||||
<a
|
||||
class="fa-scale-110 fa-old-padding dismiss"
|
||||
@click.prevent="dismissScopeNotice()"
|
||||
>
|
||||
<FAIcon icon="times" />
|
||||
</a>
|
||||
</p>
|
||||
<p
|
||||
v-else-if="!hideScopeNotice && newStatus.visibility === 'unlisted'"
|
||||
class="visibility-notice notice-dismissible"
|
||||
|
|
Loading…
Reference in a new issue