Add confirmation for repeating
This commit is contained in:
parent
f8b522e36d
commit
4d175235f1
2 changed files with 33 additions and 1 deletions
|
|
@ -59,6 +59,16 @@
|
|||
>
|
||||
{{ status.repeat_num }}
|
||||
</span>
|
||||
<confirm-modal
|
||||
:showing="showingConfirmDialog"
|
||||
:title="$t('status.repeat_confirm_title')"
|
||||
:confirm-text="$t('status.repeat_confirm_accept_button')"
|
||||
:cancel-text="$t('status.repeat_confirm_cancel_button')"
|
||||
@accepted="doRetweet"
|
||||
@cancelled="hideConfirmDialog"
|
||||
>
|
||||
{{ $t('status.repeat_confirm') }}
|
||||
</confirm-modal>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue