Remove Profile Preview modal (#2790)
This commit is contained in:
parent
06f81d6948
commit
d9b62955b5
6 changed files with 14 additions and 211 deletions
|
@ -26,11 +26,6 @@ export interface EditProfileModal {
|
|||
onUpdate?: () => void
|
||||
}
|
||||
|
||||
export interface ProfilePreviewModal {
|
||||
name: 'profile-preview'
|
||||
did: string
|
||||
}
|
||||
|
||||
export interface ServerInputModal {
|
||||
name: 'server-input'
|
||||
initialService: string
|
||||
|
@ -202,7 +197,6 @@ export type Modal =
|
|||
| ChangeHandleModal
|
||||
| DeleteAccountModal
|
||||
| EditProfileModal
|
||||
| ProfilePreviewModal
|
||||
| BirthDateSettingsModal
|
||||
| VerifyEmailModal
|
||||
| ChangeEmailModal
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue