Post controls update followup (#4276)

* rm legacy repost modal

* make repost button transparent

* reduce gap between post and ctrls

* remove old repost modal on web
This commit is contained in:
Samuel Newman
2024-05-30 09:44:49 +03:00
committed by GitHub
parent c4abaa1abc
commit d92036f2c5
8 changed files with 17 additions and 148 deletions
-8
View File
@@ -60,13 +60,6 @@ export interface DeleteAccountModal {
name: 'delete-account'
}
export interface RepostModal {
name: 'repost'
onRepost: () => void
onQuote: () => void
isReposted: boolean
}
export interface SelfLabelModal {
name: 'self-label'
labels: string[]
@@ -154,7 +147,6 @@ export type Modal =
| AltTextImageModal
| CropImageModal
| EditImageModal
| RepostModal
| SelfLabelModal
| ThreadgateModal