Add 'add to list' tool

This commit is contained in:
Paul Frazee
2023-05-07 14:29:58 -05:00
parent 1befc04dcb
commit 01c79acffe
12 changed files with 706 additions and 104 deletions
+7
View File
@@ -42,6 +42,12 @@ export interface CreateMuteListModal {
onCreate?: (uri: string) => void
}
export interface ListAddUserModal {
name: 'list-add-user'
subject: string
displayName: string
}
export interface CropImageModal {
name: 'crop-image'
uri: string
@@ -104,6 +110,7 @@ export type Modal =
| ReportAccountModal
| ReportPostModal
| CreateMuteListModal
| ListAddUserModal
// Posts
| AltTextImageModal