feat(status): add edit indicator for detail

This commit is contained in:
三咲智子 2022-11-26 11:36:18 +08:00
parent 0ada9e0448
commit d146b5b730
No known key found for this signature in database
GPG key ID: 69992F2250DFD93E
5 changed files with 30 additions and 9 deletions

View file

@ -1,6 +1,12 @@
import type { Ref } from 'vue'
import type { Account, Relationship, Status } from 'masto'
declare module 'masto' {
interface Status {
editedAt?: string
}
}
// @unocss-include
export const STATUS_VISIBILITIES = [
{