Remove Profile Preview modal (#2790)

This commit is contained in:
dan 2024-02-08 23:41:02 +00:00 committed by GitHub
parent 06f81d6948
commit d9b62955b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 14 additions and 211 deletions

View file

@ -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