Add ability to view status history for edited statuses

This commit is contained in:
Sean King 2022-06-20 22:52:08 -06:00
commit fa5d35523d
No known key found for this signature in database
GPG key ID: 510C52BACD6E7257
12 changed files with 186 additions and 13 deletions

View file

@ -84,6 +84,17 @@
icon="pen"
/><span>{{ $t("status.edit") }}</span>
</button>
<button
v-if="isEdited"
class="button-default dropdown-item dropdown-item-icon"
@click.prevent="showStatusHistory"
@click="close"
>
<FAIcon
fixed-width
icon="history"
/><span>{{ $t("status.status_history") }}</span>
</button>
<button
v-if="canDelete"
class="button-default dropdown-item dropdown-item-icon"