add expandable context to composer when replying to post (#2419)

* add expand replyTo text with animation

* add images, quote to replyTo

* support withmedia

* adjust layout

* add embed to all needed openComposer calls

* adjust gap

* organize imports
This commit is contained in:
Hailey 2024-01-08 21:37:12 -08:00 committed by GitHub
parent 153c25e1fe
commit dda5ca27fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 261 additions and 29 deletions

View file

@ -11,6 +11,7 @@ export interface ComposerOptsPostRef {
displayName?: string
avatar?: string
}
embed?: AppBskyEmbedRecord.ViewRecord['embed']
}
export interface ComposerOptsQuote {
uri: string